v12.11.31

This commit is contained in:
Balena CI 2022-02-01 23:49:09 +02:00 committed by VersionBot
parent b6bc81cadf
commit c5670ba366
6 changed files with 2052 additions and 2534 deletions

File diff suppressed because it is too large Load Diff

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/).
# v12.11.31
## (2022-02-01)
* Ensure the `finish` event is always reported when fetching images [Pagan Gazzard]
# v12.11.30
## (2022-01-26)

View File

@ -1 +1 @@
12.11.30
12.11.31

View File

@ -2,4 +2,4 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 12.11.30
version: 12.11.31

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.11.30",
"version": "12.11.31",
"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": "12.11.30",
"version": "12.11.31",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -139,6 +139,6 @@
}
},
"versionist": {
"publishedAt": "2022-01-26T14:30:26.190Z"
"publishedAt": "2022-02-01T21:38:22.308Z"
}
}