v12.10.14

This commit is contained in:
Balena CI 2021-09-29 16:55:38 +03:00 committed by VersionBot
parent 31a7a473a1
commit 3237c03f00
6 changed files with 21 additions and 5 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Only deploy on commits from `balena-ci` and versionbot
hash: f13221bbd86e5ce9e61e9bc0697cd27e0e970b9a
body: ''
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 12.10.14
date: 2021-09-29T12:45:50.373Z
- commits: - commits:
- subject: Add backoff to state reporting when 503 is received - subject: Add backoff to state reporting when 503 is received
hash: aab000209bdf7e98175a76372660ad4089ae28ec hash: aab000209bdf7e98175a76372660ad4089ae28ec

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! 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/).
# v12.10.14
## (2021-09-29)
* Only deploy on commits from `balena-ci` and versionbot [Felipe Lalanne]
# v12.10.13 # v12.10.13
## (2021-09-28) ## (2021-09-28)

View File

@ -1 +1 @@
12.10.13 12.10.14

View File

@ -2,4 +2,4 @@ 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: 12.10.13 version: 12.10.14

2
package-lock.json generated
View File

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

View File

@ -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": "12.10.13", "version": "12.10.14",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
@ -138,6 +138,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2021-09-28T18:56:07.404Z" "publishedAt": "2021-09-29T12:45:50.580Z"
} }
} }