From fe0fd453d875c953f69bf022726ef07529119bda Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 30 Mar 2020 13:10:00 +0300 Subject: [PATCH] v10.10.15 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index db73477b..82b26e70 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Don't throw an error when getting an unhealthy state + hash: 6b827a3f57f242e36e2a008632a28199ba569f63 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 10.10.15 + date: 2020-03-30T09:10:59.937Z - commits: - subject: Convert src/device-api/common.coffee to javascript hash: 15fca80d2ddb16b368f0d2c34fb56b5b9bb6217f diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa5de52..ed57f611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v10.10.15 +## (2020-03-30) + +* Don't throw an error when getting an unhealthy state [Cameron Diver] + # v10.10.14 ## (2020-03-28) diff --git a/VERSION b/VERSION index c3783777..d9ec2407 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.10.14 \ No newline at end of file +10.10.15 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index fd6f0115..78b38126 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.10.14", + "version": "10.10.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 81308dbe..26e0e38b 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.10.14", + "version": "10.10.15", "license": "Apache-2.0", "repository": { "type": "git",