This commit is contained in:
Balena CI 2022-06-10 21:21:29 +03:00 committed by VersionBot
parent b9a905e472
commit 44cae96674
6 changed files with 26 additions and 5 deletions

View File

@ -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:
- subject: Use locks before shutdown/reboot instead of stopping containers
hash: aad5a9efc5da5ffcd6915ac6f395e154ee38cbf8

View File

@ -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/).
# v14.1.0
## (2022-06-10)
* Check for deferred reports after reporting current state [20k-ultra]
# v14.0.1
## (2022-06-02)

View File

@ -1 +1 @@
14.0.1
14.1.0

View File

@ -2,6 +2,6 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 14.0.1
version: 14.1.0
provides:
- slug: sw.compose.long-volume-syntax

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "14.0.1",
"version": "14.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": "14.0.1",
"version": "14.1.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2022-06-02T04:34:25.006Z"
"publishedAt": "2022-06-10T18:20:47.631Z"
}
}