From 50f75d45749dcd9a89a0212d732db2ba737bdfb6 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:42:07 +0000 Subject: [PATCH] v5.3.20 --- .versionbot/CHANGELOG.yml | 54 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 15 +++++++++++ VERSION | 2 +- 3 files changed, 70 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e7f05b6a..3b3175cb 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,57 @@ +- commits: + - subject: Update layers/meta-balena to 4b3ccea138ea87cf44be8ac421faa6e4dfc0a8c0 + hash: 55391a78b1bf9bb9c2fda154425e08a8d853d4aa + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 4b3ccea138ea87cf44be8ac421faa6e4dfc0a8c0 + changelog-entry: Update layers/meta-balena to 4b3ccea138ea87cf44be8ac421faa6e4dfc0a8c0 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "hostapp-update-hooks: Re-add check for UEFI to signed-update hook" + hash: 972ef5f6090fc48a94a313bf01d8d59c6a3570d9 + body: > + In 328222014146f0116e0208443f3e255d0e85ef15 we have removed + + the signed-update hook from systems that do not have EFI + + in MACHINE_FEATURES. This on its own makes sense, however + together + + with it we have also removed the runtime check for whether the + running + + system is actually booted in UEFI mode. + + + This effectively means it is no longer possible to update the + host OS + + on a device type able to boot in both UEFI and BIOS modes + + (intel-nuc and genericx86-64-ext) when booted in BIOS mode, + + as the signed-update hook is executed unconditionally and fails + + if the device is not running UEFI. + + + This patch re-adds the runtime check to only execute the hook + + if the system is actually booted in UEFI mode. + 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.20 + title: "" + date: 2024-06-11T12:55:22.727Z + version: 5.3.20 + title: "" + date: 2024-06-11T15:42:03.174Z - commits: - subject: Update layers/meta-balena to 6d6ebe2b54ad45236c5fe53c1cc046cf350efdbe hash: 6f77b9a1b5d31a8b834d6531f64867094bfd1f01 diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f4a7fe..70e24f4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v5.3.20 +## (2024-06-11) + + +
+ Update layers/meta-balena to 4b3ccea138ea87cf44be8ac421faa6e4dfc0a8c0 [Self-hosted Renovate Bot] + +> ## meta-balena-5.3.20 +> ### (2024-06-11) +> +> * hostapp-update-hooks: Re-add check for UEFI to signed-update hook [Michal Toman] +> + +
+ # v5.3.19 ## (2024-06-10) diff --git a/VERSION b/VERSION index 71992038..121f4c2b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3.19 \ No newline at end of file +5.3.20 \ No newline at end of file