diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6e7be568..925cf4d8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Update and improve debug and development tools + hash: 392c56b4d38bab367429d4b9bdaf2ee2c7fa18e6 + body: | + Add a debounce to the livepush invocations, execute on start and also + add a wait on the supervisor CMD line for those rare occassions where + the supervisor enters a restart loop. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 9.15.9 + date: 2019-05-29T14:07:45.253Z - commits: - subject: Add a controlling variable for mixpanel reporting hash: 1a7ed0f95bb24474ef7326309696da091e68a3d9 diff --git a/CHANGELOG.md b/CHANGELOG.md index cdac8596..6c947874 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/). +## 9.15.9 - 2019-05-29 + +* Update and improve debug and development tools [Cameron Diver] + ## 9.15.8 - 2019-05-29 * Add a controlling variable for mixpanel reporting [Cameron Diver] diff --git a/package-lock.json b/package-lock.json index 2c83f0a4..e993e48d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "9.15.8", + "version": "9.15.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 988e16ab..a321b257 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": "9.15.8", + "version": "9.15.9", "license": "Apache-2.0", "repository": { "type": "git",