This commit is contained in:
Balena CI 2022-05-06 22:05:50 +03:00 committed by VersionBot
parent b0a89cf4b3
commit 6620bca7bd
6 changed files with 25 additions and 5 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Avoid splash image failures if image is corrupt
hash: a5ede01b18abd5e079361d24f2f8f5368d23da6d
body: |
Splash image backend would throw if the image is not a valid png during
the write step. This could prevent the device from provisioning if some
corruption happens at some point.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 13.1.6
title: "'Avoid splash image failures if image is corrupt'"
date: 2022-05-06T18:46:18.641Z
- commits: - commits:
- subject: Use write + sync when writing configs to /mnt/boot - subject: Use write + sync when writing configs to /mnt/boot
hash: c04955354a76ab32ab5dc52062fdf72d668f7c3b hash: c04955354a76ab32ab5dc52062fdf72d668f7c3b

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/).
# v13.1.6
## (2022-05-06)
* Avoid splash image failures if image is corrupt [Felipe Lalanne]
# v13.1.5 # v13.1.5
## (2022-05-03) ## (2022-05-03)

View File

@ -1 +1 @@
13.1.5 13.1.6

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: 13.1.5 version: 13.1.6

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "13.1.5", "version": "13.1.6",
"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": "13.1.5", "version": "13.1.6",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
@ -138,6 +138,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2022-05-03T15:28:53.142Z" "publishedAt": "2022-05-06T18:46:19.171Z"
} }
} }