This commit is contained in:
Balena CI 2020-01-30 13:36:02 +02:00
parent 4ca8806738
commit 13b5c2c79c
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Allow getting the target state when not in local mode
hash: 3ff3bce605ebf9e53a6df4e2646031cde2a8831c
body: ''
footer:
Change-type: patch
change-type: patch
Closes: '#1176'
closes: '#1176'
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 10.6.33
date: 2020-01-30T11:27:33.298Z
- commits:
- subject: Set docker type and update CHANGELOG.md to the correct format
hash: d1a3663d47b5e79c611929802c3a63b375e1a24f

View File

@ -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/).
# v10.6.33
## (2020-01-30)
* Allow getting the target state when not in local mode [Cameron Diver]
# v10.6.32
## (2020-01-28)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "10.6.32",
"version": "10.6.33",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": "10.6.32",
"version": "10.6.33",
"license": "Apache-2.0",
"repository": {
"type": "git",