mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +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:
|
||||
- subject: >-
|
||||
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!
|
||||
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
|
||||
|
||||
* 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",
|
||||
"version": "9.11.0",
|
||||
"version": "9.11.1",
|
||||
"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": "9.11.0",
|
||||
"version": "9.11.1",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user