Skip to content

Commit 89e75c8

Browse files
v5.1.11
1 parent aae2087 commit 89e75c8

File tree

3 files changed

+134
-1
lines changed

3 files changed

+134
-1
lines changed

.versionbot/CHANGELOG.yml

+111
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,114 @@
1+
- commits:
2+
- subject: Update layers/meta-balena to 7be5554073bebd092da8199c89094ccbfa87b2cb
3+
hash: c56aa35fa17e3e8ec76be701433c4d3b6312899f
4+
body: Update layers/meta-balena
5+
footer:
6+
Changelog-entry: Update layers/meta-balena to 7be5554073bebd092da8199c89094ccbfa87b2cb
7+
changelog-entry: Update layers/meta-balena to 7be5554073bebd092da8199c89094ccbfa87b2cb
8+
author: Self-hosted Renovate Bot
9+
nested:
10+
- commits:
11+
- subject: "kernel-balena: Only sign initramfs for EFI machines"
12+
hash: 5e56bc8cace0b71bcbf8e216dfe2a194144ba783
13+
body: >
14+
UEFI firmware in secure boot needs to authenticate the kernel
15+
plus
16+
17+
initramfs in the chain of trust. Other firmware implements secure boot
18+
19+
differently and does not need this.
20+
footer:
21+
Change-type: patch
22+
change-type: patch
23+
Signed-off-by: Alex Gonzalez <alexg@balena.io>
24+
signed-off-by: Alex Gonzalez <alexg@balena.io>
25+
author: Alex Gonzalez
26+
nested: []
27+
- subject: "balena-image: Add TPM tools conditionally on tpm machine feature"
28+
hash: 28ec059dd898de5c61ab314475f620d8c979e0d4
29+
body: ""
30+
footer:
31+
Change-type: patch
32+
change-type: patch
33+
Signed-off-by: Alex Gonzalez <alexg@balena.io>
34+
signed-off-by: Alex Gonzalez <alexg@balena.io>
35+
author: Alex Gonzalez
36+
nested: []
37+
- subject: "initrdscripts: Add TPM/EFI tools conditionally on tpm machine feature"
38+
hash: 090e79747eb1344d056cfd406d672c194dcb3bbb
39+
body: ""
40+
footer:
41+
Change-type: patch
42+
change-type: patch
43+
Signed-off-by: Alex Gonzalez <alexg@balena.io>
44+
signed-off-by: Alex Gonzalez <alexg@balena.io>
45+
author: Alex Gonzalez
46+
nested: []
47+
- subject: "os-helpers: rename os-helpers-secureboot to os-helpers-efi"
48+
hash: 3f03b92c533e7c77f72128a6c5b0f345ceaf53eb
49+
body: >
50+
Secure boot is device specific, this helper contains EFI
51+
specific
52+
53+
helper functions.
54+
footer:
55+
Change-type: patch
56+
change-type: patch
57+
Signed-off-by: Alex Gonzalez <alexg@balena.io>
58+
signed-off-by: Alex Gonzalez <alexg@balena.io>
59+
author: Alex Gonzalez
60+
nested: []
61+
- subject: "image-balena: extract hup boot partition checks into a function"
62+
hash: 4caceb149848091203c1328c843cc7ce4ad4cccb
63+
body: ""
64+
footer:
65+
Change-type: patch
66+
change-type: patch
67+
Signed-off-by: Alex Gonzalez <alexg@balena.io>
68+
signed-off-by: Alex Gonzalez <alexg@balena.io>
69+
author: Alex Gonzalez
70+
nested: []
71+
- subject: "balena-keys: Distinguish EFI devices"
72+
hash: dc78e4ff39bbebf11706e52c77895b6403f0730c
73+
body: |
74+
Non EFI devices do not need the UEFI secure boot keys.
75+
footer:
76+
Change-type: patch
77+
change-type: patch
78+
Signed-off-by: Alex Gonzalez <alexg@balena.io>
79+
signed-off-by: Alex Gonzalez <alexg@balena.io>
80+
author: Alex Gonzalez
81+
nested: []
82+
- subject: "balena-image-flasher: only add grub configuration for EFI devices"
83+
hash: 0c0966bc40a632945f22a2fb04c505ff42fd44e2
84+
body: ""
85+
footer:
86+
Change-type: patch
87+
change-type: patch
88+
Signed-off-by: Alex Gonzalez <alexg@balena.io>
89+
signed-off-by: Alex Gonzalez <alexg@balena.io>
90+
author: Alex Gonzalez
91+
nested: []
92+
- subject: "balena-image: only add grub configuration for EFI machines"
93+
hash: 25be7ade2fbb272101047629f8f9d0378b370cc3
94+
body: >
95+
Only EFI systems need grub configuration added to the boot
96+
partition -
97+
98+
other device types that also use the signing API do not.
99+
footer:
100+
Change-type: patch
101+
change-type: patch
102+
Signed-off-by: Alex Gonzalez <alexg@balena.io>
103+
signed-off-by: Alex Gonzalez <alexg@balena.io>
104+
author: Alex Gonzalez
105+
nested: []
106+
version: meta-balena-5.1.11
107+
title: ""
108+
date: 2024-01-18T19:25:25.796Z
109+
version: 5.1.11
110+
title: ""
111+
date: 2024-01-18T23:26:03.512Z
1112
- commits:
2113
- subject: Update layers/meta-balena to d4e80942c09f500b3f6272395b29f8b13faa9253
3114
hash: 9ca9a7ddf9c12728c4e360548116db39a811b59c

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file
44

5+
# v5.1.11
6+
## (2024-01-18)
7+
8+
9+
<details>
10+
<summary> Update layers/meta-balena to 7be5554073bebd092da8199c89094ccbfa87b2cb [Self-hosted Renovate Bot] </summary>
11+
12+
> ## meta-balena-5.1.11
13+
> ### (2024-01-18)
14+
>
15+
> * kernel-balena: Only sign initramfs for EFI machines [Alex Gonzalez]
16+
> * balena-image: Add TPM tools conditionally on tpm machine feature [Alex Gonzalez]
17+
> * initrdscripts: Add TPM/EFI tools conditionally on tpm machine feature [Alex Gonzalez]
18+
> * os-helpers: rename os-helpers-secureboot to os-helpers-efi [Alex Gonzalez]
19+
> * image-balena: extract hup boot partition checks into a function [Alex Gonzalez]
20+
> * balena-keys: Distinguish EFI devices [Alex Gonzalez]
21+
> * balena-image-flasher: only add grub configuration for EFI devices [Alex Gonzalez]
22+
> * balena-image: only add grub configuration for EFI machines [Alex Gonzalez]
23+
>
24+
25+
</details>
26+
527
# v5.1.10
628
## (2024-01-12)
729

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.10
1+
5.1.11

0 commit comments

Comments
 (0)