From 2fe39b9298cd9ef4d045895960256c5e3994e01f Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:01:43 +0000 Subject: [PATCH] v5.3.22 --- .versionbot/CHANGELOG.yml | 46 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 15 +++++++++++++ VERSION | 2 +- 3 files changed, 62 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9fc8986..4919e48 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,49 @@ +- commits: + - subject: Update layers/meta-balena to 5e157d7d2954d406666df9d0681c2fbe63a838fa + hash: f3834edaa56b9224ea0c13cca4ae8c52adee3991 + 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:01:37.420Z - commits: - subject: Update balena-yocto-scripts to a880342e40fe05d00a0f1cf2582a0699921152e0 hash: aae4d8f5c81e0a358f4be8718fb906b8819e59f5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b0717..a457ea6 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+rev5 ## (2024-06-27) diff --git a/VERSION b/VERSION index bb4c1f1..100b044 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3.21+rev5 \ No newline at end of file +5.3.22 \ No newline at end of file