From 3a8209f4ba44ee954fe38a47b9bbe128293e5dab Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 10 Feb 2020 08:41:56 +0200 Subject: [PATCH] v10.6.35 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 64a60a5b..0f64adf6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Dont error on a target state with multiple apps + hash: a27ce4f1dce2d157366b350e37caf86d871b1f52 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 10.6.35 + date: 2020-02-10T05:09:03.570Z - commits: - subject: 'bug: Delay sending logs until the device is provisioned' hash: fe5fd2b7ef5f40d688ee85c874934487d0c2d702 diff --git a/CHANGELOG.md b/CHANGELOG.md index eb96b836..f524eece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v10.6.35 +## (2020-02-10) + +* Dont error on a target state with multiple apps [Cameron Diver] + # v10.6.34 ## (2020-02-06) diff --git a/VERSION b/VERSION index 69668924..049fa67d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.6.34 \ No newline at end of file +10.6.35 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 185a0756..f7207c93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.6.34", + "version": "10.6.35", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 901db7ae..2b312e13 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.34", + "version": "10.6.35", "license": "Apache-2.0", "repository": { "type": "git",