Skip to content

Commit

Permalink
v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 16, 2024
1 parent bbb6f85 commit 3033e1a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
- commits:
- subject: "resin-init-flasher: with secure boot, authenticate the inner image"
hash: 1ae37ac158b93df836126030abec8c3d3f69d92b
body: |
At this moment resin-init-flasher just takes whatever image lies in /opt
and dd's it to the target drive. This is fine for general use, but with
secure boot enabled, we want to perform at least basic authentication
of the image being written.

This patch gets the image signed at build time and makes flasher verify
the signature against a key built-in the kernel trust store. At this
very moment it fails hard if the signature does not match, but this may
change in the future. Technically we only want to know if we are about
to flash a balena-provided image or not, we might want to support both
but behave slightly differently in each scenario.
footer:
Change-type: minor
change-type: minor
Signed-off-by: Michal Toman <[email protected]>
signed-off-by: Michal Toman <[email protected]>
author: Michal Toman
nested: []
version: 6.2.0
title: ""
date: 2024-12-16T14:06:35.499Z
- commits:
- subject: "README: Add fan profile and power mode info to docs"
hash: b48a99a247cf28ecbf46864f9f41f92c8828d1f7
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
-----------

# v6.2.0
## (2024-12-16)

* resin-init-flasher: with secure boot, authenticate the inner image [Michal Toman]

# v6.1.27
## (2024-12-14)

Expand Down
2 changes: 1 addition & 1 deletion meta-balena-common/conf/distro/include/balena-os.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc

DISTRO = "balena-os"
DISTRO_NAME = "balenaOS"
DISTRO_VERSION = "6.1.27"
DISTRO_VERSION = "6.2.0"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit 3033e1a

Please sign in to comment.