mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v14.1.0
This commit is contained in:
parent
b9a905e472
commit
44cae96674
@ -1,3 +1,19 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Check for deferred reports after reporting current state
|
||||||
|
hash: b9a905e472eca14b8891b207a5ccc8d6cc4c45cf
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Closes: "#1945"
|
||||||
|
closes: "#1945"
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
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: 14.1.0
|
||||||
|
title: "'Check for deferred reports after reporting current state'"
|
||||||
|
date: 2022-06-10T18:20:47.117Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Use locks before shutdown/reboot instead of stopping containers
|
- subject: Use locks before shutdown/reboot instead of stopping containers
|
||||||
hash: aad5a9efc5da5ffcd6915ac6f395e154ee38cbf8
|
hash: aad5a9efc5da5ffcd6915ac6f395e154ee38cbf8
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
# v14.1.0
|
||||||
|
## (2022-06-10)
|
||||||
|
|
||||||
|
* Check for deferred reports after reporting current state [20k-ultra]
|
||||||
|
|
||||||
# v14.0.1
|
# v14.0.1
|
||||||
## (2022-06-02)
|
## (2022-06-02)
|
||||||
|
|
||||||
|
@ -2,6 +2,6 @@ name: balena-supervisor
|
|||||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||||
joinable: false
|
joinable: false
|
||||||
type: sw.application
|
type: sw.application
|
||||||
version: 14.0.1
|
version: 14.1.0
|
||||||
provides:
|
provides:
|
||||||
- slug: sw.compose.long-volume-syntax
|
- slug: sw.compose.long-volume-syntax
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "14.0.1",
|
"version": "14.1.0",
|
||||||
"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": "14.0.1",
|
"version": "14.1.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -138,6 +138,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-06-02T04:34:25.006Z"
|
"publishedAt": "2022-06-10T18:20:47.631Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user