diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 03434568..4ebd813a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Add exponential backoff on errors for logs reporting + hash: 6554ff5a64230352b4cd77249861807f02feda87 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 12.11.17 + date: 2021-12-09T18:33:04.044Z - commits: - subject: Improve validation messages for env vars and labels hash: f6b2ec967788a48bd70caf39c77502407861b0ce diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d97155..4b2391bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.17 +## (2021-12-09) + +* Add exponential backoff on errors for logs reporting [Pagan Gazzard] + # v12.11.16 ## (2021-12-02) diff --git a/VERSION b/VERSION index e10f9bc3..0dc442ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.16 \ No newline at end of file +12.11.17 \ No newline at end of file diff --git a/balena.yml b/balena.yml index d93dc1be..9384f2b5 100644 --- a/balena.yml +++ b/balena.yml @@ -2,4 +2,4 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 12.11.16 +version: 12.11.17 diff --git a/package-lock.json b/package-lock.json index 2fcab860..27af5abe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.16", + "version": "12.11.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ca4e891b..c2c773f6 100644 --- a/package.json +++ b/package.json @@ -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.16", + "version": "12.11.17", "license": "Apache-2.0", "repository": { "type": "git", @@ -139,6 +139,6 @@ } }, "versionist": { - "publishedAt": "2021-12-02T20:23:27.430Z" + "publishedAt": "2021-12-09T18:33:04.269Z" } }