diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 80f7fada..461cb8c3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,24 @@ +- commits: + - subject: Fix config checks for ConfigFS backend + hash: a5f3002e708c949b6de3c8ba495b2a89c13214fc + body: | + When trying to apply SSDT overlays in Up Board, the supervisor currently + gets stuck in a loop trying to apply target state. See #1465 + + This was due to a bug in parsing the configuration, which lead to + the method bootConfigChangeRequired returning true when no change was + needed. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Felipe Lalanne + signed-off-by: Felipe Lalanne + Connects-to: '#1465' + connects-to: '#1465' + author: Felipe Lalanne + nested: [] + version: 11.14.6 + date: 2020-09-24T19:51:09.936Z - commits: - subject: 'mixpanel: superisor_version -> supervisor_version' hash: eebadebb53af68d9b63c948e59c1c78fb38302aa diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e39438..5302a453 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.14.6 +## (2020-09-24) + +* Fix config checks for ConfigFS backend [Felipe Lalanne] + # v11.14.5 ## (2020-09-24) diff --git a/VERSION b/VERSION index b269d912..4a869e88 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.14.5 \ No newline at end of file +11.14.6 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 871421f9..e63b374d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "11.14.5", + "version": "11.14.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fc62bdff..bc015e80 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.14.5", + "version": "11.14.6", "license": "Apache-2.0", "repository": { "type": "git",