mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-07 11:50:27 +00:00
v12.9.3
This commit is contained in:
parent
5334e93212
commit
74ba1823c5
@ -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
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -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": {
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user