diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6419e66f..71afb9eb 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,46 @@ +- commits: + - subject: Update layers/meta-balena to 743309ff6019a6b956ad21f73ced5ae5673f2b1b + hash: 67aee0174bce2237a2f0a5dd797e6f592d4bdc0b + 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 + version: 6.0.25 + title: "" + date: 2024-09-13T19:49:39.807Z - commits: - subject: Update layers/meta-balena to 99684cda8ebe27dc5c5882ebc410b525d606b632 hash: b72d0c76bd1d41cc7d4ec8ed9ac9b22c65571eec diff --git a/CHANGELOG.md b/CHANGELOG.md index ea481e3b..6731294b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # v2.113.24 ## (2023-03-27) +# 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] +> + +
+ # v6.0.24 ## (2024-09-13) diff --git a/VERSION b/VERSION index 241a37b2..5ed3dadf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.24 \ No newline at end of file +6.0.25 \ No newline at end of file