mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
v10.6.21
This commit is contained in:
parent
7e51d63380
commit
64b9391f0f
@ -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
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.6.20",
|
||||
"version": "10.6.21",
|
||||
"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": "10.6.20",
|
||||
"version": "10.6.21",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user