Skip to content

Commit

Permalink
v5.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Jan 18, 2024
1 parent 525faea commit 6f1a279
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 1 deletion.
111 changes: 111 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,114 @@
- commits:
- subject: Update layers/meta-balena to 7be5554073bebd092da8199c89094ccbfa87b2cb
hash: f84ee3d01324922d4219704944b0bad45e32d28d
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 <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
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 <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
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 <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
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 <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
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 <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
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 <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
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 <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
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 <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
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-18T22:33:21.404Z
- commits:
- subject: Update layers/meta-balena to d4e80942c09f500b3f6272395b29f8b13faa9253
hash: ff53713b0c9499757fc746c4d75e1059491f7831
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Change log
-----------

# v5.1.11
## (2024-01-18)


<details>
<summary> Update layers/meta-balena to 7be5554073bebd092da8199c89094ccbfa87b2cb [Self-hosted Renovate Bot] </summary>

> ## 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]
>
</details>

# v5.1.10
## (2024-01-12)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.10
5.1.11

0 comments on commit 6f1a279

Please sign in to comment.