This commit is contained in:
Giovanni Garufi 2019-02-25 13:23:48 +01:00
parent 987de0e097
commit 50d2df73a1
3 changed files with 41 additions and 1 deletions

View File

@ -1,3 +1,38 @@
- commits:
- subject: 'debug: Print more information about failing validations'
hash: 987de0e0975a7c468a3e2b606bb43e8dedcd2df8
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: 'device-config: Add migration for SUPERVISOR_DELTA_APPLY_TIMEOUT'
hash: f9626a3ee481eaafa2d1e2c4a38b391e09712ea7
body: |
The default value for the delta apply timeout was changed from `''` to
`'0'` (note strings as these are database values) - but if the value
existed in the database already, this would fail validation. We add a
migration which will look explcitily for the failing value and switch it
to the new default.
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: Increase max payload size in bodyparser to avoid PayloadTooLarge errors
hash: c9507e013c83758c2c27321af05bd6f049037c1f
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
version: 9.8.6
date: 2019-02-25T12:23:14.252Z
- commits:
- subject: Increase max payload size in bodyparser to avoid PayloadTooLarge errors
hash: c9507e013c83758c2c27321af05bd6f049037c1f

View File

@ -4,6 +4,11 @@ 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.8.6 - 2019-02-25
* Debug: Print more information about failing validations [Cameron Diver]
* Device-config: Add migration for SUPERVISOR_DELTA_APPLY_TIMEOUT [Cameron Diver]
## 9.8.5 - 2019-02-25
* Increase max payload size in bodyparser to avoid PayloadTooLarge errors [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.8.5",
"version": "9.8.6",
"license": "Apache-2.0",
"repository": {
"type": "git",