v12.11.18

This commit is contained in:
Balena CI 2021-12-10 18:37:48 +02:00 committed by VersionBot
parent ab59a18534
commit b31552b3f3
6 changed files with 21 additions and 5 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Fix the "already delayed by" calculation
hash: 32e3399f7c156574e35cbd6c6ec207972c7afe69
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 12.11.18
date: 2021-12-10T15:58:06.889Z
- commits:
- subject: Add exponential backoff on errors for logs reporting
hash: 6554ff5a64230352b4cd77249861807f02feda87

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.18
## (2021-12-10)
* Fix the "already delayed by" calculation [Pagan Gazzard]
# v12.11.17
## (2021-12-09)

View File

@ -1 +1 @@
12.11.17
12.11.18

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.17
version: 12.11.18

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.11.17",
"version": "12.11.18",
"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.17",
"version": "12.11.18",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -139,6 +139,6 @@
}
},
"versionist": {
"publishedAt": "2021-12-09T18:33:04.269Z"
"publishedAt": "2021-12-10T15:58:07.137Z"
}
}