From 75203d0425a38aeca0e901cb8608596cb8b19ab1 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 7 Apr 2020 16:48:30 +0300 Subject: [PATCH] v11.0.4 --- .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 54477f6b..957b8d78 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Don't wrap UpdatesLockedErrors with a detailed error + hash: dda627021991f45818ce723e0ee83c085b2c785d + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 11.0.4 + date: 2020-04-07T12:15:24.426Z - commits: - subject: Allow spaces in volume definitions hash: 0950b66c52f2af10fcd44cb60f1b18007dd8aef0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 53fbe871..8dd45e0a 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/). +# v11.0.4 +## (2020-04-07) + +* Don't wrap UpdatesLockedErrors with a detailed error [Cameron Diver] + # v11.0.3 ## (2020-04-07) diff --git a/VERSION b/VERSION index 2fbc2bc2..c72adade 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.0.3 \ No newline at end of file +11.0.4 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index dfc93316..b68b8968 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "11.0.3", + "version": "11.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c3280bff..e08a00b6 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": "11.0.3", + "version": "11.0.4", "license": "Apache-2.0", "repository": { "type": "git",