mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-22 03:55:22 +00:00
v12.11.38
This commit is contained in:
parent
2977d22b92
commit
710d214dbb
@ -1,3 +1,21 @@
|
||||
- commits:
|
||||
- subject: Apply target state if loaded from file (apps.json)
|
||||
hash: b069d6b9d5ec2c9a45149e491fc49c489131e3c1
|
||||
body: ""
|
||||
footer:
|
||||
Closes: "#1895"
|
||||
closes: "#1895"
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
See: https://www.flowdock.com/app/rulemotion/r-supervisor/threads/tSN9BgLxkgJKapbQHQJr-R9yLPM
|
||||
see: https://www.flowdock.com/app/rulemotion/r-supervisor/threads/tSN9BgLxkgJKapbQHQJr-R9yLPM
|
||||
Signed-off-by: 20k-ultra <3946250+20k-ultra@users.noreply.github.com>
|
||||
signed-off-by: 20k-ultra <3946250+20k-ultra@users.noreply.github.com>
|
||||
author: 20k-ultra
|
||||
nested: []
|
||||
version: 12.11.38
|
||||
title: "'Apply target state if loaded from file (apps.json)'"
|
||||
date: 2022-03-14T22:53:42.114Z
|
||||
- commits:
|
||||
- subject: Fix check for supervisor0 network
|
||||
hash: d1956b69cc67842ffd0ea1af4c7fa44aef4bfedc
|
||||
|
@ -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.38
|
||||
## (2022-03-14)
|
||||
|
||||
* Apply target state if loaded from file (apps.json) [20k-ultra]
|
||||
|
||||
# v12.11.37
|
||||
## (2022-02-25)
|
||||
|
||||
|
@ -2,4 +2,4 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 12.11.37
|
||||
version: 12.11.38
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.11.37",
|
||||
"version": "12.11.38",
|
||||
"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.37",
|
||||
"version": "12.11.38",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -139,6 +139,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-02-25T22:57:01.555Z"
|
||||
"publishedAt": "2022-03-14T22:53:42.647Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user