mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-01 15:20:51 +00:00
v10.6.29
This commit is contained in:
parent
d7ecb983fe
commit
6c801794cc
@ -1,3 +1,17 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: ⌛Increase minimum backoff delay and use poll interval as max
|
||||||
|
hash: 53b6e8f1bbd94228a170f581f3d38963143dd436
|
||||||
|
body: |
|
||||||
|
This change will start the minimum backoff from 15s (up from 500ms) and
|
||||||
|
will use the appUpdatePollInterval configuration variable as the max.
|
||||||
|
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: 10.6.29
|
||||||
|
date: 2020-01-17T12:34:53.143Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Ensure that we always have the pi4 overlay assigned
|
- subject: Ensure that we always have the pi4 overlay assigned
|
||||||
hash: 426d8cd10ad22fcf79b019dc49e2c2f6c27cd06d
|
hash: 426d8cd10ad22fcf79b019dc49e2c2f6c27cd06d
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 10.6.29 - 2020-01-17
|
||||||
|
|
||||||
|
* ⌛Increase minimum backoff delay and use poll interval as max [Cameron Diver]
|
||||||
|
|
||||||
## 10.6.28 - 2020-01-08
|
## 10.6.28 - 2020-01-08
|
||||||
|
|
||||||
* Ensure that we always have the pi4 overlay assigned [Cameron Diver]
|
* Ensure that we always have the pi4 overlay assigned [Cameron Diver]
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "10.6.28",
|
"version": "10.6.29",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"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.",
|
"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": "10.6.28",
|
"version": "10.6.29",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user