v12.10.13

This commit is contained in:
Balena CI 2021-09-28 22:45:42 +03:00 committed by VersionBot
parent c347c2f0ca
commit 7ce488e805
6 changed files with 24 additions and 5 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Add backoff to state reporting when 503 is received
hash: aab000209bdf7e98175a76372660ad4089ae28ec
body: |
Current state reporting had a backoff when network or inconsistency
errors were found, but not on API errors. This change adds a backoff
using RetryAfter header if present to reduce load on API
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 12.10.13
date: 2021-09-28T18:56:07.205Z
- commits:
- subject: Use balena CLI for pushing to balenaCloud
hash: 458e2a16cfa8e963dba0198ae79935a304895f3a

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.10.13
## (2021-09-28)
* Add backoff to state reporting when 503 is received [Felipe Lalanne]
# v12.10.12
## (2021-09-27)

View File

@ -1 +1 @@
12.10.12
12.10.13

View File

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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.10.12",
"version": "12.10.13",
"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.10.12",
"version": "12.10.13",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2021-09-27T15:33:53.003Z"
"publishedAt": "2021-09-28T18:56:07.404Z"
}
}