v12.11.40

This commit is contained in:
Balena CI 2022-03-16 21:14:58 +02:00 committed by VersionBot
parent 05fafae0b0
commit 260737a570
6 changed files with 33 additions and 5 deletions

View File

@ -1,3 +1,25 @@
- commits:
- subject: Only count report connectivity errors for healthcheck
hash: e217ff9027dad3e2ab092d16290b2eca0ecf6c25
body: ""
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: update packages for vulnerabilities
hash: b5a2b8b7510860ba926f2e015e9294c824c700e1
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: 20k-ultra <3946250+20k-ultra@users.noreply.github.com>
signed-off-by: 20k-ultra <3946250+20k-ultra@users.noreply.github.com>
author: 20k-ultra
nested: []
version: 12.11.40
title: "'Only count report connectivity errors for healthcheck'"
date: 2022-03-16T19:01:20.454Z
- commits:
- subject: Move report throttle out of reporting logic
hash: 2fdb83839c2262b398deb77eb0fa4ae2c16c374a

View File

@ -4,6 +4,12 @@ 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.40
## (2022-03-16)
* Only count report connectivity errors for healthcheck [Felipe Lalanne]
* update packages for vulnerabilities [20k-ultra]
# v12.11.39
## (2022-03-16)

View File

@ -1 +1 @@
12.11.39
12.11.40

View File

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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.11.39",
"version": "12.11.40",
"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.11.39",
"version": "12.11.40",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -139,6 +139,6 @@
}
},
"versionist": {
"publishedAt": "2022-03-16T02:57:26.696Z"
"publishedAt": "2022-03-16T19:01:21.019Z"
}
}