This commit is contained in:
Balena CI 2022-07-19 00:34:22 +03:00 committed by VersionBot
parent 944d76fde0
commit 936ada7f64
6 changed files with 29 additions and 5 deletions

View File

@ -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

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/).
# v14.0.12
## (2022-07-18)
* Disable healthchecks failing on report errors [Felipe Lalanne]
# v14.0.11
## (2022-07-18)

View File

@ -1 +1 @@
14.0.11
14.0.12

View File

@ -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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "14.0.11",
"version": "14.0.12",
"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": "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"
}
}