From d11d4fba916fb39c398b87b82bfc4e2d9e16e10f Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 7 Jul 2022 00:27:14 +0300 Subject: [PATCH] v14.0.9 --- .versionbot/CHANGELOG.yml | 17 +++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 6 files changed, 27 insertions(+), 5 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 48c7be17..70e8c328 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: Allow host config patch regardless of running applications + hash: 0fc79e87d98e13c2c918ec89e28759447c51af56 + body: | + Host config shouldn't be tied to applications in the first place, but + needs to be done so because it uses update locks to determine when it's + safe to patch host config, and update locks are tied to apps. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Christina Wang + signed-off-by: Christina Wang + author: Christina Wang + nested: [] + version: 14.0.9 + title: "'Allow host config patch regardless of running applications'" + date: 2022-07-06T20:41:30.289Z - commits: - subject: Specify that Supervisor will not restore previous lock status from user containers diff --git a/CHANGELOG.md b/CHANGELOG.md index 850ae854..3b70c06f 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.9 +## (2022-07-06) + +* Allow host config patch regardless of running applications [Christina Wang] + # v14.0.8 ## (2022-06-27) diff --git a/VERSION b/VERSION index 979f1e31..a03a651b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.8 \ No newline at end of file +14.0.9 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 557f2e12..5d21e1c4 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.8 +version: 14.0.9 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index 9200eb2e..36ddd21c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "14.0.8", + "version": "14.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 50596d67..61e024e2 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.8", + "version": "14.0.9", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2022-06-27T15:50:09.190Z" + "publishedAt": "2022-07-06T20:41:30.803Z" } }