Skip to content

Commit

Permalink
v6.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 17, 2025
1 parent a42ac34 commit a65d804
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 1 deletion.
44 changes: 44 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
- commits:
- subject: "images: balena-image*: Set balenaos-img.sig image type for signed
builds"
hash: c7c2fb62abbda3008e73e9ef72d771fb7a43498f
body: |
This triggers the signing of images for secure boot builds.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
author: Alex Gonzalez
nested: []
- subject: "classes: balenaos-img.sig: Rename the sign image type to
balenaos-img.sig"
hash: e283eb7898ee8f0b5f3df50e6dcb747da1def443
body: |
This creates the symlinks and images with the expected extensions.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
author: Alex Gonzalez
nested: []
- subject: "image_types_balena.bbclass: Move image signing code here"
hash: c3fc5563a54c3e5c35b7cab02bc4e2ef74c6fa64
body: |
This fixes the following error:

cp: cannot stat '/work/build/tmp/deploy/images/generic-amd64/balena-image-generic-amd64.balenaos-img.sig': No such file or directory

The signed image symlink is not generated before the flasher needs it so we avoid this dependency issue by
defining a new image type for which the build system will automatically create the appropriate symlink.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Florin Sarbu <[email protected]>
signed-off-by: Florin Sarbu <[email protected]>
author: Florin Sarbu
nested: []
version: 6.3.6
title: ""
date: 2025-01-17T03:52:47.961Z
- commits:
- subject: "classes/kernel-balena: Avoid re-building kernel modules when not signed"
hash: 729490be46acc63b00d842dd8174ad0f03e5e55f
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change log
-----------

# v6.3.6
## (2025-01-17)

* images: balena-image*: Set balenaos-img.sig image type for signed builds [Alex Gonzalez]
* classes: balenaos-img.sig: Rename the sign image type to balenaos-img.sig [Alex Gonzalez]
* image_types_balena.bbclass: Move image signing code here [Florin Sarbu]

# v6.3.5
## (2025-01-16)

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.3.5"
DISTRO_VERSION = "6.3.6"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit a65d804

Please sign in to comment.