mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 22:23:13 +00:00
v9.7.7
This commit is contained in:
parent
321d9e39cf
commit
cff5965d5e
@ -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 <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
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 <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
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 <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
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
|
||||
|
@ -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]
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user