v12.11.20

This commit is contained in:
Balena CI 2021-12-13 18:53:39 +02:00 committed by VersionBot
parent f2164e98c8
commit 52b47b91f0
6 changed files with 38 additions and 5 deletions

View File

@ -1,3 +1,31 @@
- commits:
- subject: Skip initial apply until a target has been set
hash: 9015b0e22f7edf973798d5ace3d60e32d43bb042
body: >
The supervisor always applies target state on start to ensure that the
device is at the correct in case of a crash or another reason. This had
the side effect that if the database is deleted, the supervisor would
apply target state (which is empty), stopping services and possibly
causing volume data loss.
This prevents that behavior and ensures that the supervisor only
applies target state if a target has been set either by the cloud,
preload or local
mode.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 12.11.20
date: 2021-12-13T12:33:34.693Z
- commits:
- subject: >-
Fix default value for BALENA_SUPERVISOR_POLL_INTERVAL The API typically

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.11.20
## (2021-12-13)
* Skip initial apply until a target has been set [Felipe Lalanne]
# v12.11.19
## (2021-12-10)

View File

@ -1 +1 @@
12.11.19
12.11.20

View File

@ -2,4 +2,4 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 12.11.19
version: 12.11.20

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.11.19",
"version": "12.11.20",
"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.11.19",
"version": "12.11.20",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -139,6 +139,6 @@
}
},
"versionist": {
"publishedAt": "2021-12-10T21:59:53.654Z"
"publishedAt": "2021-12-13T12:33:34.924Z"
}
}