From 8c94481b45ce5c8656929a6ce2d9e6c049127501 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 20:49:40 +0000 Subject: [PATCH] v6.0.25 --- .versionbot/CHANGELOG.yml | 64 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 20 ++++++++++++ VERSION | 2 +- 3 files changed, 85 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 170148e..5135223 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,67 @@ +- commits: + - subject: Update layers/meta-balena to 743309ff6019a6b956ad21f73ced5ae5673f2b1b + hash: 4ac7e0974f2a75f845293ee20de1581b26f3eb2c + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 743309ff6019a6b956ad21f73ced5ae5673f2b1b + changelog-entry: Update layers/meta-balena to 743309ff6019a6b956ad21f73ced5ae5673f2b1b + author: balena-renovate[bot] + nested: + - commits: + - subject: "initrdscripts: Make cryptsetup fail hard in unexpected conditions" + hash: c1bccdbd95bcb0202c4b80679ade0967df643342 + body: > + This patch adds a set of checks that make sure that the + partition + + layout is as expected on a system with encrypted disks. Namely + it + + * Checks that the boot partition is split + + * Checks that it can find the correct amount of encrypted + partitions + + * Checks that the label on the unlocked filesystem matches the + label + on the encrypted partition + * Checks that system is not mixing encrypted and unencrypted + partitions + * Checks there are no ambiguities or duplicit partitions + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + version: meta-balena-6.0.25 + title: "" + date: 2024-09-13T16:23:25.632Z + - commits: + - subject: "common: fix return in commit_apply-dbx HUP hook" + hash: a557b614a0ce2cf39d6bdfb3e464834b0d570895 + body: > + This code was moved from rollback-health into a hostapp-update + commit + + hook, where it now runs outside of a function. + + + Replace the invalid return statements with exits. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Joseph Kogut + signed-off-by: Joseph Kogut + author: Joseph Kogut + nested: [] + version: meta-balena-6.0.24 + title: "" + date: 2024-09-13T08:22:06.217Z + version: 6.0.25 + title: "" + date: 2024-09-13T20:49:34.212Z - commits: - subject: Update balena-yocto-scripts to 0684ef25f676baddd6c55a504b575776269588de hash: 7d532fa4d9b5f986988c3161061d1c2d859fce9e diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bca989..f9f9f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ Change log ----------- +# v6.0.25 +## (2024-09-13) + + +
+ Update layers/meta-balena to 743309ff6019a6b956ad21f73ced5ae5673f2b1b [balena-renovate[bot]] + +> ## meta-balena-6.0.25 +> ### (2024-09-13) +> +> * initrdscripts: Make cryptsetup fail hard in unexpected conditions [Michal Toman] +> +> ## meta-balena-6.0.24 +> ### (2024-09-13) +> +> * common: fix return in commit_apply-dbx HUP hook [Joseph Kogut] +> + +
+ # v6.0.23+rev1 ## (2024-09-13) diff --git a/VERSION b/VERSION index 8b9d29c..5ed3dad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.23+rev1 \ No newline at end of file +6.0.25 \ No newline at end of file