mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
v9.7.0
This commit is contained in:
parent
f6bbf6dd50
commit
9d8552ea8d
@ -1,3 +1,44 @@
|
||||
- commits:
|
||||
- subject: Make the failure backoff time the same as the appUpdatePollTime
|
||||
hash: 828a0fc345a5dad567730dfe5a717dd7da305853
|
||||
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: Backoff on image download error
|
||||
hash: 146267b40248c0ace957c038fd03c7eb48d6b942
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Closes: '#873'
|
||||
closes: '#873'
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
- subject: Add the release to the status endpoint
|
||||
hash: c0e68bb069741af72a57b4996e3d00cdda450748
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
- subject: Add application status endpoint
|
||||
hash: 769e2f3c519d0fa0f5d728c16f40a775ee255bf1
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
version: 9.7.0
|
||||
date: 2019-02-05T18:42:06.007Z
|
||||
- commits:
|
||||
- subject: Ensure the balena-fin always has it's overlay assigned
|
||||
hash: 2e09ed071c5d1c080b21303b45421cf65249f652
|
||||
|
@ -4,6 +4,13 @@ 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.0 - 2019-02-05
|
||||
|
||||
* Make the failure backoff time the same as the appUpdatePollTime [Cameron Diver]
|
||||
* Backoff on image download error [Cameron Diver]
|
||||
* Add the release to the status endpoint [Cameron Diver]
|
||||
* Add application status endpoint [Cameron Diver]
|
||||
|
||||
## 9.6.6 - 2019-02-05
|
||||
|
||||
* Ensure the balena-fin always has it's overlay assigned [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.6.6",
|
||||
"version": "9.7.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user