diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0db3a660..2c0d9aff 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,46 @@ +- commits: + - subject: 'refactor: Remove unnecessary validations and casts' + hash: 6a3148ff80989ac061b33332938181ed7c1ca3ba + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + - subject: 'refactor: Fully type and validate config module set and get' + hash: db74e748a15d33d3ea81c7afee7ed59890da8604 + body: | + We define the type for each config value, and validate the data when + retrieving and setting it. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + - subject: 'refactor: Remove scaffolding for unused mutable config functions' + hash: ac4866170eb55b956a480a57c1e05dfa14c6b953 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + - subject: 'fix: Use logind manager to request reboots and shutdowns' + hash: 81b17faab15a241bf0e99fc8856823fa687ea1e2 + body: '' + footer: + Change-type: patch + change-type: patch + Closes: '#861' + closes: '#861' + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 9.3.0 + date: 2019-01-11T10:39:50.571Z - commits: - subject: Fix context bind errors by switching to async/await hash: a970ec5377987bdc845a571c16514d3f15e8eadb diff --git a/CHANGELOG.md b/CHANGELOG.md index 61976163..2eca8486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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/). +## 9.3.0 - 2019-01-11 + +* Refactor: Remove unnecessary validations and casts [Cameron Diver] +* Refactor: Fully type and validate config module set and get [Cameron Diver] +* Refactor: Remove scaffolding for unused mutable config functions [Cameron Diver] +* Fix: Use logind manager to request reboots and shutdowns [Cameron Diver] + ## 9.2.10 - 2019-01-08 * Fix context bind errors by switching to async/await [Cameron Diver] diff --git a/package.json b/package.json index 808982ce..a17d2408 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-supervisor", "description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.", - "version": "9.2.10", + "version": "9.3.0", "license": "Apache-2.0", "repository": { "type": "git",