This commit is contained in:
Balena CI 2020-11-13 16:13:49 +02:00 committed by VersionBot
parent 753433dd7c
commit 53e7412f75
5 changed files with 30 additions and 3 deletions

@ -1,3 +1,25 @@
- commits:
- subject: Ensure the first target state request is applied
hash: e4e895630f53ce5f00ebc5c1486a90b0f9ca9998
body: |
During first time run of the supervisor, the target state is queried
by `reportInitialEnv`. Since this happens early on the initialization
process, this target state report is missed by any listeners and this
can lead to the initial target state not beeing applied (see #1455).
This PR ensures that target state is re-emitted if there were no
listeners setup on call to update.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Felipe Lalanne <felipe@balena.io>
signed-off-by: Felipe Lalanne <felipe@balena.io>
Connects-to: '#1455'
connects-to: '#1455'
author: Felipe Lalanne
nested: []
version: 12.2.2
date: 2020-11-13T13:28:01.378Z
- commits:
- subject: 'validation: Ensure commit lookup has a bound value'
hash: bc9bdd10948105f3e92df89ea5772428a0d5766b

@ -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.2.2
## (2020-11-13)
* Ensure the first target state request is applied [Felipe Lalanne]
# v12.2.1
## (2020-11-11)

@ -1 +1 @@
12.2.1
12.2.2

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.2.1",
"version": "12.2.2",
"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.2.1",
"version": "12.2.2",
"license": "Apache-2.0",
"repository": {
"type": "git",