This commit is contained in:
Balena CI 2020-10-28 09:06:54 +02:00 committed by VersionBot
parent 0c0211aa70
commit 8ae2b4a5cd
5 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Change log source from docker to journalctl
hash: 2c83864f22b01e7196f6ed321c96f6cb9f40593b
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Thomas Manning <thomasm@balena.io>
signed-off-by: Thomas Manning <thomasm@balena.io>
author: Thomas Manning
nested: []
version: 12.1.0
date: 2020-10-28T06:12:20.363Z
- commits: - commits:
- subject: Change source of deviceType to device-type.json - subject: Change source of deviceType to device-type.json
hash: f5183df35677f091f1374c3f6e86706b141471f3 hash: f5183df35677f091f1374c3f6e86706b141471f3

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.1.0
## (2020-10-28)
* Change log source from docker to journalctl [Thomas Manning]
# v12.0.9 # v12.0.9
## (2020-10-27) ## (2020-10-27)

View File

@ -1 +1 @@
12.0.9 12.1.0

2
package-lock.json generated
View File

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