diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1f503a3f..48c7be17 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: Specify that Supervisor will not restore previous lock status from user + containers + hash: ca140639c6a2b5f9f5a2e69b5611bb3902b78c18 + body: > + There is no functionality which 1) stores the filesystem lock status + when toggling override + + to on, and 2) restore the system to that status when toggling override to off. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Christina Wang + signed-off-by: Christina Wang + author: Christina Wang + nested: [] + version: 14.0.8 + title: "'Specify that Supervisor will not restore previous lock status from user + containers'" + date: 2022-06-27T15:50:08.481Z - commits: - subject: Add missing docs for the containerId param of the journal-logs endpoint hash: ff526c18d85ad4876025692d85e343e7661a7906 diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b6510c..850ae854 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/). +# v14.0.8 +## (2022-06-27) + +* Specify that Supervisor will not restore previous lock status from user containers [Christina Wang] + # v14.0.7 ## (2022-06-22) diff --git a/VERSION b/VERSION index 7d03a96d..979f1e31 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.7 \ No newline at end of file +14.0.8 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 825040cc..557f2e12 100644 --- a/balena.yml +++ b/balena.yml @@ -2,6 +2,6 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 14.0.7 +version: 14.0.8 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index bf95c1ee..9200eb2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "14.0.7", + "version": "14.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fdbace31..50596d67 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": "14.0.7", + "version": "14.0.8", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2022-06-22T18:54:10.131Z" + "publishedAt": "2022-06-27T15:50:09.190Z" } }