This commit is contained in:
Giovanni Garufi 2019-02-25 13:21:33 +01:00
parent c9507e013c
commit bdaf1bc41f
3 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,15 @@
- commits:
- 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.5
date: 2019-02-25T12:21:00.112Z
- commits:
- subject: Fix provisioning workflow when UUID already exists
hash: 0e3f2609781c460dbb7f91932d385fdabbbd5def

View File

@ -4,6 +4,10 @@ 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.5 - 2019-02-25
* Increase max payload size in bodyparser to avoid PayloadTooLarge errors [Cameron Diver]
## 9.8.4 - 2019-02-25
* Fix provisioning workflow when UUID already exists [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.4",
"version": "9.8.5",
"license": "Apache-2.0",
"repository": {
"type": "git",