mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v12.9.2
This commit is contained in:
parent
1d10d324ca
commit
3caf608158
@ -1,3 +1,22 @@
|
||||
- commits:
|
||||
- subject: Point users to the configuration page for overriding update locks
|
||||
hash: 3e960f0f09267f901e10e3cbb28e167722a92756
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
See: >-
|
||||
https://www.flowdock.com/app/rulemotion/r-product/threads/9mk8QcdNp4UAwKeEUpXPHVxYM_c
|
||||
see: >-
|
||||
https://www.flowdock.com/app/rulemotion/r-product/threads/9mk8QcdNp4UAwKeEUpXPHVxYM_c
|
||||
Signed-off-by: Thodoris Greasidis thodoris@balena.io
|
||||
signed-off-by: Thodoris Greasidis thodoris@balena.io
|
||||
Co-authored-by: Kyle Harding <kyle@balena.io>
|
||||
co-authored-by: Kyle Harding <kyle@balena.io>
|
||||
author: Thodoris Greasidis
|
||||
nested: []
|
||||
version: 12.9.2
|
||||
date: 2021-07-07T12:52:15.919Z
|
||||
- commits:
|
||||
- subject: 'Clarify that /v2/applications/:appId/stop-service is temporary'
|
||||
hash: 3bc3274001132d4e2eb9ecdda9bd6dd8b372ae4d
|
||||
|
@ -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.2
|
||||
## (2021-07-07)
|
||||
|
||||
* Point users to the configuration page for overriding update locks [Thodoris Greasidis]
|
||||
|
||||
# v12.9.1
|
||||
## (2021-07-05)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.9.1",
|
||||
"version": "12.9.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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.1",
|
||||
"version": "12.9.2",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -139,6 +139,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-07-05T23:53:42.415Z"
|
||||
"publishedAt": "2021-07-07T12:52:16.108Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user