From aa8f5df3a48732821550c6ded78af9eb7ee73214 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 26 Oct 2020 21:45:14 +0200 Subject: [PATCH] v12.0.8 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 47572c00..ea5fcbd1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Fixed evaluating if updates are needed to reach target state + hash: 77333f1e110070f17f4bf95c1554075c94a35d63 + body: '' + footer: + Closes: '#1476' + closes: '#1476' + Change-type: patch + change-type: patch + Signed-off-by: Miguel Casqueira + signed-off-by: Miguel Casqueira + author: Miguel Casqueira + nested: [] + version: 12.0.8 + date: 2020-10-26T18:56:16.649Z - commits: - subject: Improved log message when networks do not match hash: edf23871d9a057b9bae8837f3ee39d7401247514 diff --git a/CHANGELOG.md b/CHANGELOG.md index eef85759..bad91627 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/). +# v12.0.8 +## (2020-10-26) + +* Fixed evaluating if updates are needed to reach target state [Miguel Casqueira] + # v12.0.7 ## (2020-10-19) diff --git a/VERSION b/VERSION index 6073cded..448c471f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.0.7 \ No newline at end of file +12.0.8 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index f586ef3e..28a39c11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.0.7", + "version": "12.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 61cf1772..7ab4a016 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": "12.0.7", + "version": "12.0.8", "license": "Apache-2.0", "repository": { "type": "git",