This commit is contained in:
Balena CI 2019-12-12 20:40:42 +02:00
parent 7e51d63380
commit 64b9391f0f
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Add steps info to applyState error message
hash: 4895bb300a9675c70f5baa31ec04c91088a8d443
body: |
This helps to debug/diagnose problems with state application faster.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Roman Mazur <roman@balena.io>
signed-off-by: Roman Mazur <roman@balena.io>
author: Roman Mazur
version: 10.6.21
date: 2019-12-12T14:27:33.589Z
- commits:
- subject: Hide init method in configJson
hash: d9c669ebad7b115f018a922f6b329950fd86b6b1

View File

@ -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/).
## 10.6.21 - 2019-12-12
* Add steps info to applyState error message [Roman Mazur]
## 10.6.20 - 2019-12-11
* Hide init method in configJson [Roman Mazur]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "10.6.20",
"version": "10.6.21",
"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.20",
"version": "10.6.21",
"license": "Apache-2.0",
"repository": {
"type": "git",