diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 925cf4d8..278739b8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,35 @@ +- commits: + - subject: Upgrade typescript and fix warnings + hash: ea64f0b0b3c57e6bd2e01ef4483e73d037288fc8 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + - subject: Pin prettier version to avoid changes in non-ci installs + hash: 0593aadcacaedc9d358e0bfbd23cf3cc05613f4c + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + - subject: Standardise all supervisor output logging + hash: 2276dd54e12915cf2a505a56e971231c45e58328 + body: | + Also use the supervisor's own container logging monitoring code when + running livepush on the supervisor container. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 9.16.0 + date: 2019-06-10T14:39:11.669Z - commits: - subject: Update and improve debug and development tools hash: 392c56b4d38bab367429d4b9bdaf2ee2c7fa18e6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c947874..a222532d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.16.0 - 2019-06-10 + +* Upgrade typescript and fix warnings [Cameron Diver] +* Pin prettier version to avoid changes in non-ci installs [Cameron Diver] +* Standardise all supervisor output logging [Cameron Diver] + ## 9.15.9 - 2019-05-29 * Update and improve debug and development tools [Cameron Diver] diff --git a/package-lock.json b/package-lock.json index ae8f4490..babbbd14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "9.15.9", + "version": "9.16.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index da6a9345..e511c98d 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.9", + "version": "9.16.0", "license": "Apache-2.0", "repository": { "type": "git",