diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2be66f58..3219c96e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: Disable healthchecks failing on report errors + hash: 0c4e6ce4217fa17bd345483f61b27c1073327fef + body: | + State report errors contribute to the supervisor failing healthchecks + and being restarted by the engine. There is not evidence of this + improving the connectivity situation and it is likely to make things + worst for the API as the first report is much more expensive than + subsequent partial reports. + footer: + Change-type: patch + change-type: patch + Closes: "#1986" + closes: "#1986" + author: Felipe Lalanne + nested: [] + version: 14.0.12 + title: "' Disable healthchecks failing on report errors'" + date: 2022-07-18T20:28:38.790Z - commits: - subject: Refactor supervisor Dockerfile to remove custom dependencies hash: 1722286a870d53acab9e5e8cfa372e07112f89e8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 98fa3edc..efe00b2f 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/). +# v14.0.12 +## (2022-07-18) + +* Disable healthchecks failing on report errors [Felipe Lalanne] + # v14.0.11 ## (2022-07-18) diff --git a/VERSION b/VERSION index 6bd31873..c8594915 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.11 \ No newline at end of file +14.0.12 \ No newline at end of file diff --git a/balena.yml b/balena.yml index ec03189a..8f5a380c 100644 --- a/balena.yml +++ b/balena.yml @@ -2,6 +2,6 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 14.0.11 +version: 14.0.12 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index d16eb226..707e0d78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "14.0.11", + "version": "14.0.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9cb64f36..905a86b1 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": "14.0.11", + "version": "14.0.12", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2022-07-18T17:29:47.026Z" + "publishedAt": "2022-07-18T20:28:39.278Z" } }