This commit is contained in:
Resin CI 2019-02-12 15:29:43 +01:00
parent 775643d58b
commit c6d20a598b
3 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,21 @@
- commits:
- subject: Don't treat a non-200 status response on patch as report errors
hash: 06580bf437c49b18213d7e0e5ed72c2cfc427c7f
body: |
Non-200 errors were causing the watchdog to restart the supervisor,
which in some cases could cause a restart loop. Instead we change the
code to only treat communication failures as an error, and report status
code failures directly.
footer:
Change-type: patch
change-type: patch
Closes: '#843'
closes: '#843'
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 9.7.6
date: 2019-02-12T13:57:35.558Z
- commits:
- subject: Allow newlines to be part of environment variables
hash: 49dbaaba123b6f99f59b89e5ac0eae322949b4b2

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.7.6 - 2019-02-12
* Don't treat a non-200 status response on patch as report errors [Cameron Diver]
## 9.7.5 - 2019-02-12
* Allow newlines to be part of environment variables [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.7.5",
"version": "9.7.6",
"license": "Apache-2.0",
"repository": {
"type": "git",