This commit is contained in:
Balena CI 2021-02-24 19:52:48 +02:00 committed by VersionBot
parent 85a5a861d8
commit dc96cca5e5
5 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Refactor journalctl monitor to only spawn new process on exit
hash: 898b72c7f706ef9482b76b5acfa0ecd6d3ae6c99
body: ''
footer:
Change-type: patch
change-type: patch
Closes: '#1591'
closes: '#1591'
Signed-off-by: Miguel Casqueira <miguel@balena.io>
signed-off-by: Miguel Casqueira <miguel@balena.io>
author: Miguel Casqueira
nested: []
version: 12.4.3
date: 2021-02-24T17:04:34.041Z
- commits:
- subject: Call restore for each healthcheck stub in v1 tests
hash: 2953f313e6c83ea5a9340c6143f38bc9c7a1e699

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.4.3
## (2021-02-24)
* Refactor journalctl monitor to only spawn new process on exit [Miguel Casqueira]
# v12.4.2
## (2021-02-19)

View File

@ -1 +1 @@
12.4.2
12.4.3

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.4.2",
"version": "12.4.3",
"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.4.2",
"version": "12.4.3",
"license": "Apache-2.0",
"repository": {
"type": "git",