Skip to content

Commit fc935a4

Browse files
v6.2.0
1 parent 89a719b commit fc935a4

File tree

3 files changed

+70
-1
lines changed

3 files changed

+70
-1
lines changed

.versionbot/CHANGELOG.yml

+54
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
- commits:
2+
- subject: Update layers/meta-balena to 3033e1adebd2ec79f9528e83d616ccf27bee4035
3+
hash: 7f29d80122b2727bb7d3dd8240f6797190e55494
4+
body: Update layers/meta-balena
5+
footer:
6+
Changelog-entry: Update layers/meta-balena to 3033e1adebd2ec79f9528e83d616ccf27bee4035
7+
changelog-entry: Update layers/meta-balena to 3033e1adebd2ec79f9528e83d616ccf27bee4035
8+
author: balena-renovate[bot]
9+
nested:
10+
- commits:
11+
- subject: "resin-init-flasher: with secure boot, authenticate the inner image"
12+
hash: 1ae37ac158b93df836126030abec8c3d3f69d92b
13+
body: >
14+
At this moment resin-init-flasher just takes whatever image lies
15+
in /opt
16+
17+
and dd's it to the target drive. This is fine for general use,
18+
but with
19+
20+
secure boot enabled, we want to perform at least basic
21+
authentication
22+
23+
of the image being written.
24+
25+
26+
This patch gets the image signed at build time and makes flasher
27+
verify
28+
29+
the signature against a key built-in the kernel trust store. At
30+
this
31+
32+
very moment it fails hard if the signature does not match, but
33+
this may
34+
35+
change in the future. Technically we only want to know if we are
36+
about
37+
38+
to flash a balena-provided image or not, we might want to
39+
support both
40+
41+
but behave slightly differently in each scenario.
42+
footer:
43+
Change-type: minor
44+
change-type: minor
45+
Signed-off-by: Michal Toman <michalt@balena.io>
46+
signed-off-by: Michal Toman <michalt@balena.io>
47+
author: Michal Toman
48+
nested: []
49+
version: meta-balena-6.2.0
50+
title: ""
51+
date: 2024-12-16T14:06:35.499Z
52+
version: 6.2.0
53+
title: ""
54+
date: 2024-12-18T11:02:37.924Z
155
- commits:
256
- subject: Update contracts to 9ce0ad766c4f9b46cd78462813ff01600a61cde5
357
hash: d34f26fa2689f577acdfd699486a84dbdca87668

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# v2.105.10
22
## (2022-10-13)
33

4+
# v6.2.0
5+
## (2024-12-18)
6+
7+
8+
<details>
9+
<summary> Update layers/meta-balena to 3033e1adebd2ec79f9528e83d616ccf27bee4035 [balena-renovate[bot]] </summary>
10+
11+
> ## meta-balena-6.2.0
12+
> ### (2024-12-16)
13+
>
14+
> * resin-init-flasher: with secure boot, authenticate the inner image [Michal Toman]
15+
>
16+
17+
</details>
18+
419
# v6.1.27+rev3
520
## (2024-12-18)
621

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.27+rev3
1+
6.2.0

0 commit comments

Comments
 (0)