This commit is contained in:
Balena CI 2022-07-07 00:27:14 +03:00 committed by VersionBot
parent 39a3deed4b
commit d11d4fba91
6 changed files with 27 additions and 5 deletions

View File

@ -1,3 +1,20 @@
- commits:
- subject: Allow host config patch regardless of running applications
hash: 0fc79e87d98e13c2c918ec89e28759447c51af56
body: |
Host config shouldn't be tied to applications in the first place, but
needs to be done so because it uses update locks to determine when it's
safe to patch host config, and update locks are tied to apps.
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.9
title: "'Allow host config patch regardless of running applications'"
date: 2022-07-06T20:41:30.289Z
- commits:
- subject: Specify that Supervisor will not restore previous lock status from user
containers

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/).
# v14.0.9
## (2022-07-06)
* Allow host config patch regardless of running applications [Christina Wang]
# v14.0.8
## (2022-06-27)

View File

@ -1 +1 @@
14.0.8
14.0.9

View File

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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "14.0.8",
"version": "14.0.9",
"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": "14.0.8",
"version": "14.0.9",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2022-06-27T15:50:09.190Z"
"publishedAt": "2022-07-06T20:41:30.803Z"
}
}