This commit is contained in:
Balena CI
2021-02-18 20:28:20 +02:00
committed by VersionBot
parent 923133e2c7
commit dd24662b47
5 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Refactor checkTruthy to return more predictable values
hash: ec23d1d37141c81379fd9af487a4b3b7c907dad1
body: ''
footer:
Change-type: patch
change-type: patch
Closes: '#1595'
closes: '#1595'
Signed-off-by: Miguel Casqueira <miguel@balena.io>
signed-off-by: Miguel Casqueira <miguel@balena.io>
author: Miguel Casqueira
nested: []
version: 12.4.1
date: 2021-02-18T17:38:51.848Z
- commits: - commits:
- subject: 'Complete /v1/device/host-config unit tests, modify PATCH route' - subject: 'Complete /v1/device/host-config unit tests, modify PATCH route'
hash: b3b1d47b34e0e2109f2d0b08551415f588457480 hash: b3b1d47b34e0e2109f2d0b08551415f588457480

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.4.1
## (2021-02-18)
* Refactor checkTruthy to return more predictable values [Miguel Casqueira]
# v12.4.0 # v12.4.0
## (2021-02-18) ## (2021-02-18)

View File

@ -1 +1 @@
12.4.0 12.4.1

2
package-lock.json generated
View File

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