mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
v12.0.9
This commit is contained in:
parent
22402dbb93
commit
622e8edec1
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.0.8",
|
||||
"version": "12.0.9",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user