diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1d6b59f..7393004 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,44 @@ +- commits: + - subject: Update layers/meta-balena to 5dbd59262ff28b0036e2730d428499e134343c36 + hash: 841e216f2f1588cd9472bc8dc54de0b98a707b0c + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 5dbd59262ff28b0036e2730d428499e134343c36 + changelog-entry: Update layers/meta-balena to 5dbd59262ff28b0036e2730d428499e134343c36 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "grub-conf: Do not hardcode the path for grub_extraenv" + hash: f7ec67bd53e0998c12bcbdcaccea99f1f6856bcf + body: > + At this moment grub.cfg sources /grub/grub_extraenv which works + fine + + on MBR systems, however on EFI systems this does not work because GRUB + + is installed in /EFI/BOOT/ rather than /grub/. + + + This patch replaces the hardcoded /grub with ${prefix} which should + + expand to the appropriate directory regardless of the platform. It also + + removes the loading of grub_extraenv from the secure boot variant + + of the GRUB config since this would not load without a signature anyway. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + version: meta-balena-3.1.2 + title: "" + date: 2023-07-27T15:15:34.234Z + version: 3.1.2 + title: "" + date: 2023-07-27T17:16:11.075Z - commits: - subject: Update layers/meta-balena to ced059b1f06281129434311dddc8ddab3d65fb5b hash: 16117e3eaeedbfb737286a6368d2282e761153e4 diff --git a/CHANGELOG.md b/CHANGELOG.md index d73f6cf..2665363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v3.1.2 +## (2023-07-27) + + +
+ Update layers/meta-balena to 5dbd59262ff28b0036e2730d428499e134343c36 [Self-hosted Renovate Bot] + +> ## meta-balena-3.1.2 +> ### (2023-07-27) +> +> * grub-conf: Do not hardcode the path for grub_extraenv [Michal Toman] +> + +
+ # v3.1.1 ## (2023-07-26) diff --git a/VERSION b/VERSION index 50e47c8..6ebad14 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.1 \ No newline at end of file +3.1.2 \ No newline at end of file