From 05546070c8aad2d706281c38d0d93afc16d3fd58 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Sat, 30 May 2020 01:22:07 +0300 Subject: [PATCH] v11.5.0 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 24539421..5c8b0c3a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Refactor device-state healthchecks to log reason for failure + hash: 5550a3a330b6a27addd940c185dc7d489cd89464 + body: '' + footer: + Closes: '#1292' + closes: '#1292' + Change-type: minor + change-type: minor + Signed-off-by: Miguel Casqueira + signed-off-by: Miguel Casqueira + author: Miguel Casqueira + version: 11.5.0 + date: 2020-05-29T20:26:07.486Z - commits: - subject: Update dependencies hash: 1decd87c21de6c6b2baf7cb9a93141c8d097b874 diff --git a/CHANGELOG.md b/CHANGELOG.md index 484e26e0..3e6aae21 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/). +# v11.5.0 +## (2020-05-29) + +* Refactor device-state healthchecks to log reason for failure [Miguel Casqueira] + # v11.4.17 ## (2020-05-29) diff --git a/VERSION b/VERSION index a6d9059d..2ff206b0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.4.17 \ No newline at end of file +11.5.0 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 292de029..0a18a20f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "11.4.17", + "version": "11.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e16a4fcd..692253e7 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": "11.4.17", + "version": "11.5.0", "license": "Apache-2.0", "repository": { "type": "git",