mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-04 18:12:56 +00:00
v10.6.35
This commit is contained in:
parent
ca94e7c60e
commit
3a8209f4ba
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Dont error on a target state with multiple apps
|
||||||
|
hash: a27ce4f1dce2d157366b350e37caf86d871b1f52
|
||||||
|
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
|
||||||
|
version: 10.6.35
|
||||||
|
date: 2020-02-10T05:09:03.570Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'bug: Delay sending logs until the device is provisioned'
|
- subject: 'bug: Delay sending logs until the device is provisioned'
|
||||||
hash: fe5fd2b7ef5f40d688ee85c874934487d0c2d702
|
hash: fe5fd2b7ef5f40d688ee85c874934487d0c2d702
|
||||||
|
@ -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!
|
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/).
|
||||||
|
|
||||||
|
# v10.6.35
|
||||||
|
## (2020-02-10)
|
||||||
|
|
||||||
|
* Dont error on a target state with multiple apps [Cameron Diver]
|
||||||
|
|
||||||
# v10.6.34
|
# v10.6.34
|
||||||
## (2020-02-06)
|
## (2020-02-06)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "10.6.34",
|
"version": "10.6.35",
|
||||||
"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": "10.6.34",
|
"version": "10.6.35",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user