From e0ab83e79ab5b25bdee992ba3c4075141a640128 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 10 May 2022 23:42:36 +0300 Subject: [PATCH] v2.98.18 --- .versionbot/CHANGELOG.yml | 71 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 29 ++++++++++++++++ VERSION | 2 +- 3 files changed, 101 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c5510b4..e56f15a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,74 @@ +- commits: + - subject: Update layers/meta-balena to c46ab989cf8c688714bd7d3b7961e9d779cb7566 + hash: 207c1734525d56c4bb368990860e37201476f7c0 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to c46ab989cf8c688714bd7d3b7961e9d779cb7566 + changelog-entry: Update layers/meta-balena to c46ab989cf8c688714bd7d3b7961e9d779cb7566 + author: Renovate Bot + nested: + - commits: + - subject: "supervisor: Update balena-supervisor to v13.1.6" + hash: 541eeeb25dcb928f23a920df27d30fa213c5df14 + body: | + Update balena-supervisor from 13.1.4 to 13.1.6 + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: + - 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: balena-supervisor-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 + body: > + This commit updates all backends that write to /mnt/boot + to do it + + through a new `lib/host-utils` module. Writes are now done using write + + + sync as rename is not an atomic operation in vfat. + + + The change also applies for writes through the `/v1/host-config` + + endpoint. + + + Finally this change includes some improvements on tests. + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: balena-supervisor-13.1.5 + title: "'Use write+sync when writing to '" + date: 2022-05-03T15:28:52.610Z + version: meta-balena-2.98.18 + title: "'supervisor: Update balena-supervisor to v13.1.6'" + date: 2022-05-10T12:02:12.200Z + version: 2.98.18 + title: "'Update layers/meta-balena digest to c46ab98'" + date: 2022-05-10T20:27:59.510Z - commits: - subject: Update layers/meta-balena to 42c71bfea112ba44e59488fe93284a583654622f hash: a4d3a1a51c61f9b2019fbe4abdbdbe490c1e7e29 diff --git a/CHANGELOG.md b/CHANGELOG.md index da75759..fb17363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,35 @@ Change log ----------- +# v2.98.18 +## (2022-05-10) + + +
+ Update layers/meta-balena to c46ab989cf8c688714bd7d3b7961e9d779cb7566 [Renovate Bot] + +> ## meta-balena-2.98.18 +> ### (2022-05-10) +> +> +>
+> supervisor: Update balena-supervisor to v13.1.6 [Alex Gonzalez] +> +>> ### balena-supervisor-13.1.6 +>> #### (2022-05-06) +>> +>> * Avoid splash image failures if image is corrupt [Felipe Lalanne] +>> +>> ### balena-supervisor-13.1.5 +>> #### (2022-05-03) +>> +>> * Use write + sync when writing configs to /mnt/boot [Felipe Lalanne] +>> +>
+> +> +
+ # v2.98.17 ## (2022-05-06) diff --git a/VERSION b/VERSION index d1ef122..cd63cb1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.98.17 \ No newline at end of file +2.98.18 \ No newline at end of file