This commit is contained in:
Balena CI 2020-10-27 15:29:06 +02:00 committed by VersionBot
parent 22402dbb93
commit 622e8edec1
5 changed files with 25 additions and 3 deletions

View File

@ -1,3 +1,20 @@
- commits:
- subject: Change source of deviceType to device-type.json
hash: f5183df35677f091f1374c3f6e86706b141471f3
body: |
The source of truth for the device-type should be
device-type.json instead of config.json
footer:
Change-type: patch
change-type: patch
Signed-off-by: Felipe Lalanne <felipe@balena.io>
signed-off-by: Felipe Lalanne <felipe@balena.io>
Connects-to: '#1472'
connects-to: '#1472'
author: Felipe Lalanne
nested: []
version: 12.0.9
date: 2020-10-27T12:43:11.383Z
- commits:
- subject: Fixed evaluating if updates are needed to reach target state
hash: 77333f1e110070f17f4bf95c1554075c94a35d63

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.0.9
## (2020-10-27)
* Change source of deviceType to device-type.json [Felipe Lalanne]
# v12.0.8
## (2020-10-26)

View File

@ -1 +1 @@
12.0.8
12.0.9

2
package-lock.json generated
View File

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