Skip to content

Commit

Permalink
v6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 14, 2025
1 parent a923047 commit 89e024a
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 1 deletion.
64 changes: 64 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,67 @@
- commits:
- subject: "tests: secureboot: imx: refactor bootloader config integrity tests"
hash: 8c165e9ed7a471d043ff00d4a091742b8412e785
body: |
Refactor to assure sequential execution of tests.
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: "tests: secureboot: imx: refactor bootloader integrity test"
hash: 502fc52ba4d8da9614667c55adb9ab3748a4baa6
body: >
* Force sequential test execution

* Skip bootloader integrity test on iot-gate-imx8 which needs a working
bootloader in order to reflash
* Add assertion for waitForFailedBoot() which was providing false
positives
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: "tests: secureboot: imx: support compressed files pattern replacement"
hash: ea43fc9243ea44378c5ae81013fcc6bb18c2a3d8
body: |
Some of the boot files to test have been compressed after signing, so
in order to corrupt the signature we need to uncompress them first.
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: "tests: secureboot: fix function that confirms a failed boot"
hash: f5c7ad85d30c9de4c43ffbe76fb569de2866032a
body: >
Independently of whether the device was coming back or not after reboot,

the waitForFailedBoot() function always succeeds as the thrown errors
are

always caught.


Throw the error outside of the try/catch so that it is not always

caught.
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: []
version: 6.3.2
title: ""
date: 2025-01-14T15:53:20.934Z
- commits:
- subject: "peak: Update to version 8.19.0"
hash: dc52e74c24bb84b8c2ec38b334fbbf8d9e1df3c4
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change log
-----------

# v6.3.2
## (2025-01-14)

* tests: secureboot: imx: refactor bootloader config integrity tests [Alex Gonzalez]
* tests: secureboot: imx: refactor bootloader integrity test [Alex Gonzalez]
* tests: secureboot: imx: support compressed files pattern replacement [Alex Gonzalez]
* tests: secureboot: fix function that confirms a failed boot [Alex Gonzalez]

# v6.3.1
## (2025-01-13)

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

0 comments on commit 89e024a

Please sign in to comment.