mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-01 23:30:48 +00:00
v9.11.1
This commit is contained in:
parent
c9bea6890a
commit
59d2f98166
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Fix typo when getting device config default values
|
||||||
|
hash: f32de99aff525db866500c19a8bd24b8f216852e
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Pablo Carranza Velez <pablo@balena.io>
|
||||||
|
signed-off-by: Pablo Carranza Velez <pablo@balena.io>
|
||||||
|
author: Pablo Carranza Velez
|
||||||
|
version: 9.11.1
|
||||||
|
date: 2019-03-19T20:50:22.269Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: >-
|
- subject: >-
|
||||||
fix: Correct use of $expand to avoid an exception when updating from a
|
fix: Correct use of $expand to avoid an exception when updating from a
|
||||||
|
@ -4,6 +4,10 @@ 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/).
|
||||||
|
|
||||||
|
## 9.11.1 - 2019-03-19
|
||||||
|
|
||||||
|
* Fix typo when getting device config default values [Pablo Carranza Velez]
|
||||||
|
|
||||||
## 9.11.0 - 2019-03-18
|
## 9.11.0 - 2019-03-18
|
||||||
|
|
||||||
* Fix: Correct use of $expand to avoid an exception when updating from a legacy OS [Pablo Carranza Velez]
|
* Fix: Correct use of $expand to avoid an exception when updating from a legacy OS [Pablo Carranza Velez]
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "9.11.0",
|
"version": "9.11.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -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": "9.11.0",
|
"version": "9.11.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user