diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5cb7349a..b3a15d37 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Cameron Diver + author: Cameron Diver + version: 10.6.29 + date: 2020-01-17T12:34:53.143Z - commits: - subject: Ensure that we always have the pi4 overlay assigned hash: 426d8cd10ad22fcf79b019dc49e2c2f6c27cd06d diff --git a/CHANGELOG.md b/CHANGELOG.md index 8902766e..5fa25947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## 10.6.29 - 2020-01-17 + +* ⌛Increase minimum backoff delay and use poll interval as max [Cameron Diver] + ## 10.6.28 - 2020-01-08 * Ensure that we always have the pi4 overlay assigned [Cameron Diver] diff --git a/package-lock.json b/package-lock.json index e415e333..3d104afb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.6.28", + "version": "10.6.29", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4ad8efe0..194eec85 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": "10.6.28", + "version": "10.6.29", "license": "Apache-2.0", "repository": { "type": "git",