mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-16 15:28:52 +00:00
v12.9.1
This commit is contained in:
parent
5ad1917300
commit
3cdab68df5
@ -1,3 +1,16 @@
|
||||
- commits:
|
||||
- subject: 'Clarify that /v2/applications/:appId/stop-service is temporary'
|
||||
hash: 3bc3274001132d4e2eb9ecdda9bd6dd8b372ae4d
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Miguel Casqueira <miguel@balena.io>
|
||||
signed-off-by: Miguel Casqueira <miguel@balena.io>
|
||||
author: Miguel Casqueira
|
||||
nested: []
|
||||
version: 12.9.1
|
||||
date: 2021-07-05T23:53:42.210Z
|
||||
- commits:
|
||||
- subject: Improve testing for supervisor composition modules
|
||||
hash: e04e64763f3aeab9b5a91be8ad238ef763d82f22
|
||||
|
@ -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.1
|
||||
## (2021-07-05)
|
||||
|
||||
* Clarify that /v2/applications/:appId/stop-service is temporary [Miguel Casqueira]
|
||||
|
||||
# v12.9.0
|
||||
## (2021-07-05)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.9.0",
|
||||
"version": "12.9.1",
|
||||
"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.0",
|
||||
"version": "12.9.1",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -139,6 +139,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-07-05T21:54:41.923Z"
|
||||
"publishedAt": "2021-07-05T23:53:42.415Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user