mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-23 15:32:24 +00:00
v11.14.6
This commit is contained in:
parent
fa7e4a1a7c
commit
a5a1dd7d73
@ -1,3 +1,24 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Fix config checks for ConfigFS backend
|
||||||
|
hash: a5f3002e708c949b6de3c8ba495b2a89c13214fc
|
||||||
|
body: |
|
||||||
|
When trying to apply SSDT overlays in Up Board, the supervisor currently
|
||||||
|
gets stuck in a loop trying to apply target state. See #1465
|
||||||
|
|
||||||
|
This was due to a bug in parsing the configuration, which lead to
|
||||||
|
the method bootConfigChangeRequired returning true when no change was
|
||||||
|
needed.
|
||||||
|
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: '#1465'
|
||||||
|
connects-to: '#1465'
|
||||||
|
author: Felipe Lalanne
|
||||||
|
nested: []
|
||||||
|
version: 11.14.6
|
||||||
|
date: 2020-09-24T19:51:09.936Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'mixpanel: superisor_version -> supervisor_version'
|
- subject: 'mixpanel: superisor_version -> supervisor_version'
|
||||||
hash: eebadebb53af68d9b63c948e59c1c78fb38302aa
|
hash: eebadebb53af68d9b63c948e59c1c78fb38302aa
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
# v11.14.6
|
||||||
|
## (2020-09-24)
|
||||||
|
|
||||||
|
* Fix config checks for ConfigFS backend [Felipe Lalanne]
|
||||||
|
|
||||||
# v11.14.5
|
# v11.14.5
|
||||||
## (2020-09-24)
|
## (2020-09-24)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "11.14.5",
|
"version": "11.14.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -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": "11.14.5",
|
"version": "11.14.6",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user