Skip to content

Commit f5e8036

Browse files
v5.3.20
1 parent 4cf8310 commit f5e8036

File tree

3 files changed

+70
-1
lines changed

3 files changed

+70
-1
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
- commits:
2+
- subject: Update layers/meta-balena to 4b3ccea138ea87cf44be8ac421faa6e4dfc0a8c0
3+
hash: d7e393b13cd3f497b88488adaf709bfd4b9d094d
4+
body: Update layers/meta-balena
5+
footer:
6+
Changelog-entry: Update layers/meta-balena to 4b3ccea138ea87cf44be8ac421faa6e4dfc0a8c0
7+
changelog-entry: Update layers/meta-balena to 4b3ccea138ea87cf44be8ac421faa6e4dfc0a8c0
8+
author: Self-hosted Renovate Bot
9+
nested:
10+
- commits:
11+
- subject: "hostapp-update-hooks: Re-add check for UEFI to signed-update hook"
12+
hash: 972ef5f6090fc48a94a313bf01d8d59c6a3570d9
13+
body: >
14+
In 328222014146f0116e0208443f3e255d0e85ef15 we have removed
15+
16+
the signed-update hook from systems that do not have EFI
17+
18+
in MACHINE_FEATURES. This on its own makes sense, however
19+
together
20+
21+
with it we have also removed the runtime check for whether the
22+
running
23+
24+
system is actually booted in UEFI mode.
25+
26+
27+
This effectively means it is no longer possible to update the
28+
host OS
29+
30+
on a device type able to boot in both UEFI and BIOS modes
31+
32+
(intel-nuc and genericx86-64-ext) when booted in BIOS mode,
33+
34+
as the signed-update hook is executed unconditionally and fails
35+
36+
if the device is not running UEFI.
37+
38+
39+
This patch re-adds the runtime check to only execute the hook
40+
41+
if the system is actually booted in UEFI mode.
42+
footer:
43+
Change-type: patch
44+
change-type: patch
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-5.3.20
50+
title: ""
51+
date: 2024-06-11T12:55:22.727Z
52+
version: 5.3.20
53+
title: ""
54+
date: 2024-06-11T15:42:01.279Z
155
- commits:
256
- subject: Update layers/meta-balena to 6d6ebe2b54ad45236c5fe53c1cc046cf350efdbe
357
hash: c07659dda78ac43866bc7e690467418fa7c6cfa4

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Change log
22
-----------
33

4+
# v5.3.20
5+
## (2024-06-11)
6+
7+
8+
<details>
9+
<summary> Update layers/meta-balena to 4b3ccea138ea87cf44be8ac421faa6e4dfc0a8c0 [Self-hosted Renovate Bot] </summary>
10+
11+
> ## meta-balena-5.3.20
12+
> ### (2024-06-11)
13+
>
14+
> * hostapp-update-hooks: Re-add check for UEFI to signed-update hook [Michal Toman]
15+
>
16+
17+
</details>
18+
419
# v5.3.19
520
## (2024-06-10)
621

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.19
1+
5.3.20

0 commit comments

Comments
 (0)