mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-23 04:25:24 +00:00
v12.2.2
This commit is contained in:
parent
753433dd7c
commit
53e7412f75
@ -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)
|
||||
|
||||
|
2
VERSION
2
VERSION
@ -1 +1 @@
|
||||
12.2.1
|
||||
12.2.2
|
2
package-lock.json
generated
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user