diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8942d67..aebd520 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,45 @@ +- commits: + - subject: Update layers/meta-balena to cca4a5e7e9523bbe5892af3846ff8b3f03d6c749 + hash: 2c5fdcba6e76535c912915a8331b7443db0857e4 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to cca4a5e7e9523bbe5892af3846ff8b3f03d6c749 + changelog-entry: Update layers/meta-balena to cca4a5e7e9523bbe5892af3846ff8b3f03d6c749 + author: Renovate Bot + nested: + - commits: + - subject: Ship separate GRUB images for secure boot + hash: 1eb49acca051d7c34fa0e48bd673fc764320b2e9 + body: > + Shipping a single image with signature checks enabled will enforce + + the signatures on non-secure-boot systems as well. GRUB does not have + + a simple method to check whether secure boot is enabled that could + + be embedded with the default built-in config. + + + With this patch we build two separate images - one enforcing + + the signatures and the other one not, keeping the original behavior. + + HUP and flasher both can detect if secure boot is enabled so they + + put the correct image in place when installing/updating GRUB. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + version: meta-balena-2.114.5 + title: "" + date: 2023-04-19T10:14:40.931Z + version: 2.114.5 + title: "" + date: 2023-04-19T12:13:33.604Z - commits: - subject: Update layers/meta-balena to 1264f58c432b7d87523a59ff27e246c2d6a3f903 hash: 22d6676fcc189854d5a53969d151d4b3d723c0ae diff --git a/CHANGELOG.md b/CHANGELOG.md index a3740a9..e4e5dde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v2.114.5 +## (2023-04-19) + + +
+ Update layers/meta-balena to cca4a5e7e9523bbe5892af3846ff8b3f03d6c749 [Renovate Bot] + +> ## meta-balena-2.114.5 +> ### (2023-04-19) +> +> * Ship separate GRUB images for secure boot [Michal Toman] +> + +
+ # v2.114.4 ## (2023-04-18) diff --git a/VERSION b/VERSION index 67bc5e0..76c8c24 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.114.4 \ No newline at end of file +2.114.5 \ No newline at end of file