This commit is contained in:
Balena CI 2021-07-06 03:51:12 +03:00 committed by VersionBot
parent 5ad1917300
commit 3cdab68df5
5 changed files with 22 additions and 4 deletions

View File

@ -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

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!
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)

View File

@ -1 +1 @@
12.9.0
12.9.1

2
package-lock.json generated
View File

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

View File

@ -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"
}
}