This commit is contained in:
Balena CI 2022-06-07 06:04:47 +03:00 committed by VersionBot
parent ddc00d196f
commit 888ffa700d
6 changed files with 24 additions and 5 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Don't use config.get for appId when checking locks in host config PATCH
hash: be1c01039aea081e5beb01f72ef1c8880a736924
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Christina Wang <christina@balena.io>
signed-off-by: Christina Wang <christina@balena.io>
author: Christina Wang
nested: []
version: 14.0.2
title: "'Don't use config.get for appId when checking locks in host config PATCH'"
date: 2022-06-06T19:18:06.984Z
- commits: - commits:
- subject: Use locks before shutdown/reboot instead of stopping containers - subject: Use locks before shutdown/reboot instead of stopping containers
hash: aad5a9efc5da5ffcd6915ac6f395e154ee38cbf8 hash: aad5a9efc5da5ffcd6915ac6f395e154ee38cbf8

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/).
# v14.0.2
## (2022-06-06)
* Don't use config.get for appId when checking locks in host config PATCH [Christina Wang]
# v14.0.1 # v14.0.1
## (2022-06-02) ## (2022-06-02)

View File

@ -1 +1 @@
14.0.1 14.0.2

View File

@ -2,6 +2,6 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.' description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false joinable: false
type: sw.application type: sw.application
version: 14.0.1 version: 14.0.2
provides: provides:
- slug: sw.compose.long-volume-syntax - slug: sw.compose.long-volume-syntax

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "14.0.1", "version": "14.0.2",
"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": "14.0.1", "version": "14.0.2",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
@ -138,6 +138,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2022-06-02T04:34:25.006Z" "publishedAt": "2022-06-06T19:18:07.516Z"
} }
} }