diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d4413c2f..b349e836 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,33 @@ +- commits: + - subject: 'Improve error messages, and add description to ImageAuth error' + hash: 7bd7f7e0259896f6024b4b12131f4eb0f5a15bd1 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + - subject: 'fix: Request image authentication token with explicitly as json' + hash: 81ec85c5815dff1bfaf99dca7386ca9b49470eb1 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + - subject: Always back off on image fetch failure + hash: d9177404b5a1d270032aeeca13096ca30c71882c + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 9.7.7 + date: 2019-02-13T15:47:20.508Z - commits: - subject: Don't treat a non-200 status response on patch as report errors hash: 06580bf437c49b18213d7e0e5ed72c2cfc427c7f diff --git a/CHANGELOG.md b/CHANGELOG.md index 946e92db..ccf9b950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.7 - 2019-02-13 + +* Improve error messages, and add description to ImageAuth error [Cameron Diver] +* Fix: Request image authentication token with explicitly as json [Cameron Diver] +* Always back off on image fetch failure [Cameron Diver] + ## 9.7.6 - 2019-02-12 * Don't treat a non-200 status response on patch as report errors [Cameron Diver] diff --git a/package.json b/package.json index 7a20e8e9..7a27121a 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.7.6", + "version": "9.7.7", "license": "Apache-2.0", "repository": { "type": "git",