open-balena/CHANGELOG.md

64 lines
1.2 KiB
Markdown
Raw Normal View History

2018-02-20 09:20:12 +00:00
# Change Log
All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
2018-11-07 10:25:26 +00:00
2019-01-10 09:47:30 +00:00
# v0.1.3
## (2019-01-10)
* vagrant: Improve the Vagrant file to make development easier [Rich Bayliss]
2018-12-20 10:54:47 +00:00
# v0.1.2
## (2018-12-20)
* init: Make scripts macOS compatible [Rich Bayliss]
2018-12-17 13:22:53 +00:00
# v0.1.1
## (2018-12-17)
* Ignore package-lock.json [Akis Kesoglou]
* Print the proper path to root CA cert [Akis Kesoglou]
2018-12-17 12:45:53 +00:00
# v0.1.0
## (2018-11-20)
* vagrant: Change into open-balena directory automatically [Will Boyce]
* api: Pass full VPN CA chain to `os-config` [Will Boyce]
* haproxy: Proxy port 3128 to vpn service [Will Boyce]
2018-11-15 09:30:31 +00:00
# v0.0.7
## (2018-11-14)
* Update README [Akis Kesoglou]
2018-11-12 15:14:02 +00:00
# v0.0.6
## (2018-11-10)
* fix changelog.md [Giovanni Garufi]
2018-11-07 10:25:26 +00:00
# v0.0.5
## (2018-11-07)
* env: Pass superuser credentials in the environment [Rich Bayliss]
# v0.0.4
## (2018-11-02)
2018-11-02 23:31:51 +00:00
* Automatically detect the correct NodeJS binary [Akis Kesoglou]
# v0.0.3
## (2018-11-02)
2018-11-02 11:48:11 +00:00
* Forward VPN config to the API container [Akis Kesoglou]
# v0.0.2
## (2018-11-01)
2018-11-01 18:25:15 +00:00
* Add support for automatic versioning [Akis Kesoglou]
# v0.0.1
## (2018-02-20)
2018-02-20 09:20:12 +00:00
* Initial commit