diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 600eaebf..f233556d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,114 @@ +- commits: + - subject: Update layers/meta-balena to 7be5554073bebd092da8199c89094ccbfa87b2cb + hash: f254c5b8e65861746ecc1b77cd9f49cd1a47bf22 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 7be5554073bebd092da8199c89094ccbfa87b2cb + changelog-entry: Update layers/meta-balena to 7be5554073bebd092da8199c89094ccbfa87b2cb + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "kernel-balena: Only sign initramfs for EFI machines" + hash: 5e56bc8cace0b71bcbf8e216dfe2a194144ba783 + body: > + UEFI firmware in secure boot needs to authenticate the kernel + plus + + initramfs in the chain of trust. Other firmware implements secure boot + + differently and does not need this. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "balena-image: Add TPM tools conditionally on tpm machine feature" + hash: 28ec059dd898de5c61ab314475f620d8c979e0d4 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "initrdscripts: Add TPM/EFI tools conditionally on tpm machine feature" + hash: 090e79747eb1344d056cfd406d672c194dcb3bbb + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "os-helpers: rename os-helpers-secureboot to os-helpers-efi" + hash: 3f03b92c533e7c77f72128a6c5b0f345ceaf53eb + body: > + Secure boot is device specific, this helper contains EFI + specific + + helper functions. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "image-balena: extract hup boot partition checks into a function" + hash: 4caceb149848091203c1328c843cc7ce4ad4cccb + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "balena-keys: Distinguish EFI devices" + hash: dc78e4ff39bbebf11706e52c77895b6403f0730c + body: | + Non EFI devices do not need the UEFI secure boot keys. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "balena-image-flasher: only add grub configuration for EFI devices" + hash: 0c0966bc40a632945f22a2fb04c505ff42fd44e2 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "balena-image: only add grub configuration for EFI machines" + hash: 25be7ade2fbb272101047629f8f9d0378b370cc3 + body: > + Only EFI systems need grub configuration added to the boot + partition - + + other device types that also use the signing API do not. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: meta-balena-5.1.11 + title: "" + date: 2024-01-18T19:25:25.796Z + version: 5.1.11 + title: "" + date: 2024-01-18T23:26:11.189Z - commits: - subject: Update layers/meta-openembedded to daa4619fe3fbf8c28f342c4a7163a84a330f7653 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d7b0a06..30ffbb5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ Change log ----------- +# v5.1.11 +## (2024-01-18) + + +
+ Update layers/meta-balena to 7be5554073bebd092da8199c89094ccbfa87b2cb [Self-hosted Renovate Bot] + +> ## meta-balena-5.1.11 +> ### (2024-01-18) +> +> * kernel-balena: Only sign initramfs for EFI machines [Alex Gonzalez] +> * balena-image: Add TPM tools conditionally on tpm machine feature [Alex Gonzalez] +> * initrdscripts: Add TPM/EFI tools conditionally on tpm machine feature [Alex Gonzalez] +> * os-helpers: rename os-helpers-secureboot to os-helpers-efi [Alex Gonzalez] +> * image-balena: extract hup boot partition checks into a function [Alex Gonzalez] +> * balena-keys: Distinguish EFI devices [Alex Gonzalez] +> * balena-image-flasher: only add grub configuration for EFI devices [Alex Gonzalez] +> * balena-image: only add grub configuration for EFI machines [Alex Gonzalez] +> + +
+ # v5.1.10+rev1 ## (2024-01-16) diff --git a/VERSION b/VERSION index fa8ca77c..831c6cd6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.10+rev1 \ No newline at end of file +5.1.11 \ No newline at end of file