open-balena/CHANGELOG.md

94 lines
1.7 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-03-20 09:24:21 +00:00
# v1.0.1
## (2019-03-20)
* vpn: Remove BALENA_ROOT_CA from the VPN trust chain [Rich Bayliss]
2019-03-15 15:29:55 +00:00
# v1.0.0
## (2019-03-15)
* tags: Pin the image tags for the service stack [Rich Bayliss]
2019-03-08 13:44:55 +00:00
# v0.2.2
## (2019-03-08)
* codeowners: Add CODEOWNERS file [Rich Bayliss]
2019-03-08 12:31:30 +00:00
# v0.2.1
## (2019-03-08)
* certs: Add support for an ACME certificate provider [Rich Bayliss]
2019-01-28 19:38:12 +00:00
# v0.2.0
## (2019-01-25)
* Do not publish DB and Redis ports to the host [Akis Kesoglou]
2019-01-10 11:03:32 +00:00
# v0.1.4
## (2019-01-10)
* vagrant: Add missing Node dependency [Rich Bayliss]
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