This commit is contained in:
Balena CI 2020-10-12 11:16:26 +03:00 committed by VersionBot
parent 7cd2950410
commit 17cf330771
5 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Add features label `io.balena.features.journal-logs`
hash: 1eeff698aca56558fa09832b9bcb02c99e275dbe
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Thomas Manning <thomasm@balena.io>
signed-off-by: Thomas Manning <thomasm@balena.io>
author: Thomas Manning
nested: []
version: 12.0.1
date: 2020-10-12T05:41:14.895Z
- commits: - commits:
- subject: 'version: drop SUPERVISOR_VERSION env var' - subject: 'version: drop SUPERVISOR_VERSION env var'
hash: 8e65466f2d8540918b1fa8d8af88d0c21fcbf7f8 hash: 8e65466f2d8540918b1fa8d8af88d0c21fcbf7f8

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.0.1
## (2020-10-12)
* Add features label `io.balena.features.journal-logs` [Thomas Manning]
# v12.0.0 # v12.0.0
## (2020-09-29) ## (2020-09-29)

View File

@ -1 +1 @@
12.0.0 12.0.1

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "12.0.0", "version": "12.0.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.0.0", "version": "12.0.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",