diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ad5e211e..156c98e0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Throttle state report patches to once per 10 seconds + hash: 4b0f431f9b4eadcec30a21483a5ee5e3c2ecb14b + body: '' + footer: + Change-type: patch + change-type: patch + Closes: '#1158' + closes: '#1158' + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 10.6.27 + date: 2019-12-19T12:35:53.720Z - commits: - subject: Report the correct error when we cannot remove a network hash: 2d4ac244031bdaccace508c0ca3a77df77e4c368 diff --git a/CHANGELOG.md b/CHANGELOG.md index f91e11b0..f539a95c 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.27 - 2019-12-19 + +* Throttle state report patches to once per 10 seconds [Cameron Diver] + ## 10.6.26 - 2019-12-18 * Report the correct error when we cannot remove a network [Cameron Diver] diff --git a/package-lock.json b/package-lock.json index a769fd71..798f6f13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.6.26", + "version": "10.6.27", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 588a535e..70eb63c7 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.26", + "version": "10.6.27", "license": "Apache-2.0", "repository": { "type": "git",