v12.11.41

This commit is contained in:
Balena CI 2022-03-16 23:13:15 +02:00 committed by VersionBot
parent 6ee6b25ed4
commit aa023051f6
6 changed files with 24 additions and 5 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Added PR template doc
hash: edcbb622d84bc1290cc5ce0ef7929a9ef9195df4
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.41
title: "'Added PR template doc'"
date: 2022-03-16T20:56:50.062Z
- commits: - commits:
- subject: Only count report connectivity errors for healthcheck - subject: Only count report connectivity errors for healthcheck
hash: e217ff9027dad3e2ab092d16290b2eca0ecf6c25 hash: e217ff9027dad3e2ab092d16290b2eca0ecf6c25

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.11.41
## (2022-03-16)
* Added PR template doc [20k-ultra]
# v12.11.40 # v12.11.40
## (2022-03-16) ## (2022-03-16)

View File

@ -1 +1 @@
12.11.40 12.11.41

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.11.40 version: 12.11.41

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "12.11.40", "version": "12.11.41",
"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.11.40", "version": "12.11.41",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
@ -139,6 +139,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2022-03-16T19:01:21.019Z" "publishedAt": "2022-03-16T20:56:50.584Z"
} }
} }