mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-22 06:57:49 +00:00
v10.6.34
This commit is contained in:
parent
468f7c3d66
commit
a5b80b9b69
@ -1,3 +1,17 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: 'bug: Delay sending logs until the device is provisioned'
|
||||||
|
hash: fe5fd2b7ef5f40d688ee85c874934487d0c2d702
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Connects-to: '#1189'
|
||||||
|
connects-to: '#1189'
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Rich Bayliss <rich@balena.io>
|
||||||
|
signed-off-by: Rich Bayliss <rich@balena.io>
|
||||||
|
author: Rich Bayliss
|
||||||
|
version: 10.6.34
|
||||||
|
date: 2020-02-06T10:43:04.222Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Allow getting the target state when not in local mode
|
- subject: Allow getting the target state when not in local mode
|
||||||
hash: 3ff3bce605ebf9e53a6df4e2646031cde2a8831c
|
hash: 3ff3bce605ebf9e53a6df4e2646031cde2a8831c
|
||||||
|
@ -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.34
|
||||||
|
## (2020-02-06)
|
||||||
|
|
||||||
|
* bug: Delay sending logs until the device is provisioned [Rich Bayliss]
|
||||||
|
|
||||||
# v10.6.33
|
# v10.6.33
|
||||||
## (2020-01-30)
|
## (2020-01-30)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "10.6.33",
|
"version": "10.6.34",
|
||||||
"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.33",
|
"version": "10.6.34",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user