This commit is contained in:
Balena CI 2020-10-28 15:37:10 +02:00 committed by VersionBot
parent 097e8bec8a
commit 4e380136c2
5 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Use root mount point to find device-type.json
hash: 9d19a457017b1f696579f57569ec4cfadab3b385
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
nested: []
version: 12.1.1
date: 2020-10-28T13:03:20.901Z
- commits:
- subject: Change log source from docker to journalctl
hash: 2c83864f22b01e7196f6ed321c96f6cb9f40593b

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.1.1
## (2020-10-28)
* Use root mount point to find device-type.json [Cameron Diver]
# v12.1.0
## (2020-10-28)

View File

@ -1 +1 @@
12.1.0
12.1.1

2
package-lock.json generated
View File

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