From c46c1e04d36bcb61ffd02368907f6e64b64aa2d7 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Sat, 16 Nov 2019 20:06:32 +0200 Subject: [PATCH] v10.6.8 --- .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 f817d9d3..1b12bb57 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Extract backup logic to migration + hash: 659697ff795c4f9282321223c7963a6d8932a8d1 + body: | + Part of device-state refactor + Fix the wrong usage of TargetState as DeviceApplicationState + footer: + Change-type: patch + change-type: patch + Signed-off-by: Theodor Gherzan + signed-off-by: Theodor Gherzan + author: Theodor Gherzan + version: 10.6.8 + date: 2019-11-15T17:42:19.314Z - commits: - subject: Rebase start-resin-supervisor on latest meta-balena hash: a1ddf3682d18bdd7c8dad0dd5d46cb2eb27110b7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 09ccdd25..037548be 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.8 - 2019-11-15 + +* Extract backup logic to migration [Theodor Gherzan] + ## 10.6.7 - 2019-11-13 * Rebase start-resin-supervisor on latest meta-balena [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index 720518e5..db2f2668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.6.7", + "version": "10.6.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0e323685..0b8b5738 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.7", + "version": "10.6.8", "license": "Apache-2.0", "repository": { "type": "git",