From 474fc4e8904e23ebcd813a43eb30e0617b7990db Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 22 Mar 2022 01:57:31 +0200 Subject: [PATCH] v12.11.43 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 6 files changed, 25 insertions(+), 5 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 887b8afb..49b4b843 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Always add status to image download report + hash: 21c1c006f7b8dfcf566f3e4a8e853e5e9978edf4 + body: | + It seems that in some cases the supervisor can report + an image without a `status` field leading to a cloud side 401 response. + See #1905 for more details. + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: 12.11.43 + title: "'Always add status to image download report'" + date: 2022-03-21T17:55:39.079Z - commits: - subject: Moved test setup into file included for all tests hash: b068c209b0cd8cff4c2fb5218bd1d4c2116451e6 diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb8fd7c..7ded22f6 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/). +# v12.11.43 +## (2022-03-21) + +* Always add status to image download report [Felipe Lalanne] + # v12.11.42 ## (2022-03-18) diff --git a/VERSION b/VERSION index 8c43aff9..21ee18e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.42 \ No newline at end of file +12.11.43 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 179f241e..ca55e2ed 100644 --- a/balena.yml +++ b/balena.yml @@ -2,4 +2,4 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 12.11.42 +version: 12.11.43 diff --git a/package-lock.json b/package-lock.json index 342cae4e..b1329002 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.42", + "version": "12.11.43", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 42f24845..daff4d27 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": "12.11.42", + "version": "12.11.43", "license": "Apache-2.0", "repository": { "type": "git", @@ -139,6 +139,6 @@ } }, "versionist": { - "publishedAt": "2022-03-18T22:22:28.518Z" + "publishedAt": "2022-03-21T17:55:39.615Z" } }