mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-22 12:05:53 +00:00
v12.11.12
This commit is contained in:
parent
e61a5a26b4
commit
f81ab2fc06
@ -1,3 +1,20 @@
|
||||
- commits:
|
||||
- subject: 'Fix broken local mode after PR #1824'
|
||||
hash: 6fd516a93024d2c5c8d95a4f424f1b6f949152ba
|
||||
body: |
|
||||
PR #1824 changed app update behavior to test that all images are there
|
||||
before moving between releases. This check always fails in local mode
|
||||
since local mode images are handled differently.
|
||||
|
||||
This PR fixes local mode again by skipping the check when `localMode` is
|
||||
set.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
version: 12.11.12
|
||||
date: 2021-11-17T21:00:34.142Z
|
||||
- commits:
|
||||
- subject: 'backends/extra-uEnv: Extend custom DTB support for Nano 2GB Devkit'
|
||||
hash: 3b9c68246e984aea99d03953060c435dad59d117
|
||||
|
@ -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.12
|
||||
## (2021-11-17)
|
||||
|
||||
* Fix broken local mode after PR #1824 [Felipe Lalanne]
|
||||
|
||||
# v12.11.11
|
||||
## (2021-11-17)
|
||||
|
||||
|
@ -2,4 +2,4 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 12.11.11
|
||||
version: 12.11.12
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.11.11",
|
||||
"version": "12.11.12",
|
||||
"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.11.11",
|
||||
"version": "12.11.12",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -138,6 +138,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-11-17T12:51:08.935Z"
|
||||
"publishedAt": "2021-11-17T21:00:34.366Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user