This commit is contained in:
Balena CI 2019-12-16 14:36:05 +02:00
parent a590fa0bb8
commit 6270adf6e8
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: 'fix: ⬇️ Force a regular pull when moving from v2 to v3 deltas'
hash: 6db1f03411897ec6f8bcf6433782557c75864bd7
body: ''
footer:
Change-type: patch
change-type: patch
Fixes: '#1072'
fixes: '#1072'
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 10.6.22
date: 2019-12-16T10:45:23.315Z
- commits:
- subject: Add steps info to applyState error message
hash: 4895bb300a9675c70f5baa31ec04c91088a8d443

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.22 - 2019-12-16
* Fix: ⬇️ Force a regular pull when moving from v2 to v3 deltas [Cameron Diver]
## 10.6.21 - 2019-12-12
* Add steps info to applyState error message [Roman Mazur]

2
package-lock.json generated
View File

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