From 105d3889afe6b6ea630177298fefba9f8871667b Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Thu, 11 Apr 2019 00:09:09 +0300 Subject: [PATCH] v9.14.3 --- .versionbot/CHANGELOG.yml | 16 ++++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 63423f78..24dece9f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: Don't attempt to report any state during local mode + hash: 892cf1961e5f86589f875e86294990dc8c6ed3bb + body: | + Even though this would never have attempted to report the state to the + api during local mode, it leaves behind artifacts which would cause the + state to be sometimes reported when exiting local mode. This would cause + the api to reject the update unecessarily. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 9.14.3 + date: 2019-04-10T14:43:23.197Z - commits: - subject: 'types: Upgrade dockerode types, and remove fixes which are superceded' hash: 80031b76e4e27fb39b4c5cdaf9d131a503a3d124 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d3adb78..129aeceb 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/). +## 9.14.3 - 2019-04-10 + +* Don't attempt to report any state during local mode [Cameron Diver] + ## 9.14.2 - 2019-04-08 * Types: Upgrade dockerode types, and remove fixes which are superceded [Cameron Diver] diff --git a/package-lock.json b/package-lock.json index 2b3e91c0..4b673a64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "9.14.2", + "version": "9.14.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fd7811e9..09ac4144 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": "9.14.2", + "version": "9.14.3", "license": "Apache-2.0", "repository": { "type": "git",