From 6270adf6e876f379963ddc9f4c079e3d9dc400f2 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 16 Dec 2019 14:36:05 +0200 Subject: [PATCH] v10.6.22 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8d9bead1..476b66fe 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Cameron Diver + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index b5620b57..de50f735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package-lock.json b/package-lock.json index 59b2cc87..d69ff116 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.6.21", + "version": "10.6.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a2ae0772..84afd92a 100644 --- a/package.json +++ b/package.json @@ -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",