From 6620bca7bd0aad5f5b56e9608bbf3052cdf6f0fa Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 6 May 2022 22:05:50 +0300 Subject: [PATCH] v13.1.6 --- .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 cb9da1a2..41ffe0e1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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: - subject: Use write + sync when writing configs to /mnt/boot hash: c04955354a76ab32ab5dc52062fdf72d668f7c3b diff --git a/CHANGELOG.md b/CHANGELOG.md index dc29a952..035e5517 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/). +# v13.1.6 +## (2022-05-06) + +* Avoid splash image failures if image is corrupt [Felipe Lalanne] + # v13.1.5 ## (2022-05-03) diff --git a/VERSION b/VERSION index 4f20b443..4a803fab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.1.5 \ No newline at end of file +13.1.6 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 81eb7636..5ccae24b 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: 13.1.5 +version: 13.1.6 diff --git a/package-lock.json b/package-lock.json index e6495423..0ea27bd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "13.1.5", + "version": "13.1.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e0c78d4a..117a2edc 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": "13.1.5", + "version": "13.1.6", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2022-05-03T15:28:53.142Z" + "publishedAt": "2022-05-06T18:46:19.171Z" } }