v12.11.43

This commit is contained in:
Balena CI
2022-03-22 01:57:31 +02:00
committed by VersionBot
parent 50d6fd4452
commit 474fc4e890
6 changed files with 25 additions and 5 deletions

View File

@ -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: - commits:
- subject: Moved test setup into file included for all tests - subject: Moved test setup into file included for all tests
hash: b068c209b0cd8cff4c2fb5218bd1d4c2116451e6 hash: b068c209b0cd8cff4c2fb5218bd1d4c2116451e6

View File

@ -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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). 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 # v12.11.42
## (2022-03-18) ## (2022-03-18)

View File

@ -1 +1 @@
12.11.42 12.11.43

View File

@ -2,4 +2,4 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.' description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false joinable: false
type: sw.application type: sw.application
version: 12.11.42 version: 12.11.43

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "12.11.42", "version": "12.11.43",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "balena-supervisor", "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.", "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", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
@ -139,6 +139,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2022-03-18T22:22:28.518Z" "publishedAt": "2022-03-21T17:55:39.615Z"
} }
} }