open-balena/CHANGELOG.md

64 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2018-02-20 11:20:12 +02: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 11:25:26 +01:00
2019-01-10 10:47:30 +01:00
# v0.1.3
## (2019-01-10)
* vagrant: Improve the Vagrant file to make development easier [Rich Bayliss]
2018-12-20 11:54:47 +01:00
# v0.1.2
## (2018-12-20)
* init: Make scripts macOS compatible [Rich Bayliss]
2018-12-17 15:22:53 +02: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 14:45:53 +02: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 10:30:31 +01:00
# v0.0.7
## (2018-11-14)
* Update README [Akis Kesoglou]
2018-11-12 16:14:02 +01:00
# v0.0.6
## (2018-11-10)
* fix changelog.md [Giovanni Garufi]
2018-11-07 11:25:26 +01:00
# v0.0.5
## (2018-11-07)
* env: Pass superuser credentials in the environment [Rich Bayliss]
# v0.0.4
## (2018-11-02)
2018-11-03 00:31:51 +01:00
* Automatically detect the correct NodeJS binary [Akis Kesoglou]
# v0.0.3
## (2018-11-02)
2018-11-02 12:48:11 +01:00
* Forward VPN config to the API container [Akis Kesoglou]
# v0.0.2
## (2018-11-01)
2018-11-01 19:25:15 +01:00
* Add support for automatic versioning [Akis Kesoglou]
# v0.0.1
## (2018-02-20)
2018-02-20 11:20:12 +02:00
* Initial commit