v2.114.5
This commit is contained in:
parent
830fec7322
commit
dc21ed8a1f
3 changed files with 58 additions and 1 deletions
|
@ -1,3 +1,45 @@
|
||||||
|
- commits:
|
||||||
|
- subject: Update layers/meta-balena to cca4a5e7e9523bbe5892af3846ff8b3f03d6c749
|
||||||
|
hash: 2c5fdcba6e76535c912915a8331b7443db0857e4
|
||||||
|
body: Update layers/meta-balena
|
||||||
|
footer:
|
||||||
|
Changelog-entry: Update layers/meta-balena to cca4a5e7e9523bbe5892af3846ff8b3f03d6c749
|
||||||
|
changelog-entry: Update layers/meta-balena to cca4a5e7e9523bbe5892af3846ff8b3f03d6c749
|
||||||
|
author: Renovate Bot
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: Ship separate GRUB images for secure boot
|
||||||
|
hash: 1eb49acca051d7c34fa0e48bd673fc764320b2e9
|
||||||
|
body: >
|
||||||
|
Shipping a single image with signature checks enabled will enforce
|
||||||
|
|
||||||
|
the signatures on non-secure-boot systems as well. GRUB does not have
|
||||||
|
|
||||||
|
a simple method to check whether secure boot is enabled that could
|
||||||
|
|
||||||
|
be embedded with the default built-in config.
|
||||||
|
|
||||||
|
|
||||||
|
With this patch we build two separate images - one enforcing
|
||||||
|
|
||||||
|
the signatures and the other one not, keeping the original behavior.
|
||||||
|
|
||||||
|
HUP and flasher both can detect if secure boot is enabled so they
|
||||||
|
|
||||||
|
put the correct image in place when installing/updating GRUB.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Michal Toman <michalt@balena.io>
|
||||||
|
signed-off-by: Michal Toman <michalt@balena.io>
|
||||||
|
author: Michal Toman
|
||||||
|
nested: []
|
||||||
|
version: meta-balena-2.114.5
|
||||||
|
title: ""
|
||||||
|
date: 2023-04-19T10:14:40.931Z
|
||||||
|
version: 2.114.5
|
||||||
|
title: ""
|
||||||
|
date: 2023-04-19T12:13:33.604Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update layers/meta-balena to 1264f58c432b7d87523a59ff27e246c2d6a3f903
|
- subject: Update layers/meta-balena to 1264f58c432b7d87523a59ff27e246c2d6a3f903
|
||||||
hash: 22d6676fcc189854d5a53969d151d4b3d723c0ae
|
hash: 22d6676fcc189854d5a53969d151d4b3d723c0ae
|
||||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,21 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v2.114.5
|
||||||
|
## (2023-04-19)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update layers/meta-balena to cca4a5e7e9523bbe5892af3846ff8b3f03d6c749 [Renovate Bot] </summary>
|
||||||
|
|
||||||
|
> ## meta-balena-2.114.5
|
||||||
|
> ### (2023-04-19)
|
||||||
|
>
|
||||||
|
> * Ship separate GRUB images for secure boot [Michal Toman]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v2.114.4
|
# v2.114.4
|
||||||
## (2023-04-18)
|
## (2023-04-18)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.114.4
|
2.114.5
|
Loading…
Add table
Reference in a new issue