diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b131622..db589ae 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,47 @@ +- commits: + - subject: 'services: Update Registry service version' + hash: 853ffb33e8e29b085db57df1773f8875dca5bbe3 + body: | + Update open-balena-registry to 2.11.1 + + This allows the registry to use an S3 bucket for storing images. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Rich Bayliss + signed-off-by: Rich Bayliss + author: Rich Bayliss + - subject: >- + feature: Support deployment via balena push to local-mode balenaOS + devices + hash: a029160caf20096a14eb4955e1d5ddc7ecfdebf5 + body: > + - remove some `.gitignore` entries as this is also honoured by `balena + push` + + - added a step to `scripts/quickstart` to produce a single, flat + `docker-compose.yml` after running + + - set the compose file versions to `2.0` to ensure only supported terms + are used in the `docker-compose.yml` file output + + - quoted empty env values as these need to be passed in as blank, and + not ommitted + + - include the MDNS publisher service IF the domain being used is a + .local one + + - corrected spelling of macOS in script messages + + - move sidecar container source into ./src as per convention + footer: + Change-type: patch + change-type: patch + Signed-off-by: Rich Bayliss + signed-off-by: Rich Bayliss + author: Rich Bayliss + version: 1.3.0 + date: 2019-07-30T11:12:51.064Z - commits: - subject: 'tidy: Remove unused DEVICE_CONFIG_OPENVPN_CONFIG variable' hash: 199d8eb4a454cc99a9cd8329fa6beae49b9040e1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5932ef9..da2bff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +# v1.3.0 +## (2019-07-30) + +* services: Update Registry service version [Rich Bayliss] +* feature: Support deployment via balena push to local-mode balenaOS devices [Rich Bayliss] + # v1.2.0 ## (2019-05-21) diff --git a/VERSION b/VERSION index 867e524..589268e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 \ No newline at end of file +1.3.0 \ No newline at end of file