diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d4a99a12..3a89650f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,49 @@ +- commits: + - subject: Update layers/meta-balena to 5e157d7d2954d406666df9d0681c2fbe63a838fa + hash: f2affb474cefe1811fb931b916e3fa1c27ad882f + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 5e157d7d2954d406666df9d0681c2fbe63a838fa + changelog-entry: Update layers/meta-balena to 5e157d7d2954d406666df9d0681c2fbe63a838fa + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "initrdscripts: make the kexec script fail hard in unexpected states" + hash: 0b6199dddbb52e963d7b6e5feb5771f2b61a0f35 + body: > + At this moment the kexec initrd script is skipped when + ROOTFS_DIR + + is not defined or if the new rootfs is mounted, but does not + contain + + a kernel image in the expected place. This is undesirable as we + + assume this is the last script executed by the balena + bootloader. + + + This patch makes the kexec script always execute in the balena + + bootloader and makes it fail hard in unexpected states, which + means + + the script is always an exit point for the balena bootloader, + + whether the actual kexec call succeeds or not. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + version: meta-balena-5.3.22 + title: "" + date: 2024-07-01T15:01:00.393Z + version: 5.3.22 + title: "" + date: 2024-07-01T20:02:10.284Z - commits: - subject: Update balena-yocto-scripts to a880342e40fe05d00a0f1cf2582a0699921152e0 hash: 247d850dd1e6d5e1c35ed5b80df8c631ba0e0065 diff --git a/CHANGELOG.md b/CHANGELOG.md index 941f4de8..21303383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v5.3.22 +## (2024-07-01) + + +
+ Update layers/meta-balena to 5e157d7d2954d406666df9d0681c2fbe63a838fa [Self-hosted Renovate Bot] + +> ## meta-balena-5.3.22 +> ### (2024-07-01) +> +> * initrdscripts: make the kexec script fail hard in unexpected states [Michal Toman] +> + +
+ # v5.3.21+rev6 ## (2024-06-27) diff --git a/VERSION b/VERSION index 4b53fea2..100b0446 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3.21+rev6 \ No newline at end of file +5.3.22 \ No newline at end of file