From 74ba1823c5f9a7594cacdca74e974c855115c7da Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 8 Jul 2021 15:15:39 +0300 Subject: [PATCH] v12.9.3 --- .versionbot/CHANGELOG.yml | 17 +++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 5 files changed, 26 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 97791d21..aea12402 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: Allow users to override HUP lock if device is stuck in invalid state + hash: 17e740a4ba3ca083a43a2b27fcaed8d79d64f1bc + body: | + This functionality is needed when breadcrumbs aren't deleted after a HUP + rollback for whatever reason. Also rename HUP lock function. + footer: + Change-type: patch + change-type: patch + Connects-to: '#1459' + connects-to: '#1459' + Signed-off-by: Christina Wang + signed-off-by: Christina Wang + author: Christina Wang + nested: [] + version: 12.9.3 + date: 2021-07-08T03:46:52.250Z - commits: - subject: Point users to the configuration page for overriding update locks hash: 3e960f0f09267f901e10e3cbb28e167722a92756 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d77c959..b44c0417 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.9.3 +## (2021-07-08) + +* Allow users to override HUP lock if device is stuck in invalid state [Christina Wang] + # v12.9.2 ## (2021-07-07) diff --git a/VERSION b/VERSION index b825d6d0..3d2ea1fb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.9.2 \ No newline at end of file +12.9.3 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 8a5c79fa..1598a67a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.9.2", + "version": "12.9.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 400559be..e9b6b478 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.9.2", + "version": "12.9.3", "license": "Apache-2.0", "repository": { "type": "git", @@ -139,6 +139,6 @@ } }, "versionist": { - "publishedAt": "2021-07-07T12:52:16.108Z" + "publishedAt": "2021-07-08T03:46:52.434Z" } }