This commit is contained in:
Resin CI 2019-01-12 13:48:47 +01:00
parent 7524b3a109
commit 11fc93af0f
3 changed files with 51 additions and 1 deletions

View File

@ -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 <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
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 <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
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 <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
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 <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
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

View File

@ -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]

View File

@ -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",