v12.11.42

This commit is contained in:
Balena CI 2022-03-19 00:35:28 +02:00 committed by VersionBot
parent aabd361e2b
commit 37a82e2dd6
6 changed files with 24 additions and 5 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Moved test setup into file included for all tests
hash: b068c209b0cd8cff4c2fb5218bd1d4c2116451e6
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.42
title: "'Moved test setup into file included for all tests'"
date: 2022-03-18T22:22:27.948Z
- commits:
- subject: Added PR template doc
hash: edcbb622d84bc1290cc5ce0ef7929a9ef9195df4

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/).
# v12.11.42
## (2022-03-18)
* Moved test setup into file included for all tests [20k-ultra]
# v12.11.41
## (2022-03-16)

View File

@ -1 +1 @@
12.11.41
12.11.42

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.41
version: 12.11.42

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.11.41",
"version": "12.11.42",
"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.41",
"version": "12.11.42",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -139,6 +139,6 @@
}
},
"versionist": {
"publishedAt": "2022-03-16T20:56:50.584Z"
"publishedAt": "2022-03-18T22:22:28.518Z"
}
}