This commit is contained in:
Balena CI 2021-07-08 15:15:39 +03:00 committed by VersionBot
parent 5334e93212
commit 74ba1823c5
5 changed files with 26 additions and 4 deletions

View File

@ -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 <christina@balena.io>
signed-off-by: Christina Wang <christina@balena.io>
author: Christina Wang
nested: []
version: 12.9.3
date: 2021-07-08T03:46:52.250Z
- commits: - commits:
- subject: Point users to the configuration page for overriding update locks - subject: Point users to the configuration page for overriding update locks
hash: 3e960f0f09267f901e10e3cbb28e167722a92756 hash: 3e960f0f09267f901e10e3cbb28e167722a92756

View File

@ -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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). 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 # v12.9.2
## (2021-07-07) ## (2021-07-07)

View File

@ -1 +1 @@
12.9.2 12.9.3

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "12.9.2", "version": "12.9.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "balena-supervisor", "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.", "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", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
@ -139,6 +139,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2021-07-07T12:52:16.108Z" "publishedAt": "2021-07-08T03:46:52.434Z"
} }
} }