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 8d9c752 commit c8e62e0
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 1 deletion.
82 changes: 82 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,85 @@
- commits:
- subject: Update layers/meta-balena to 89e024a74dce245954d881fa5555855b79319941
hash: 4b88da8e6860531e7c7df1123bdedcd6c8cd48ea
body: Update layers/meta-balena
footer:
Changelog-entry: Update layers/meta-balena to 89e024a74dce245954d881fa5555855b79319941
changelog-entry: Update layers/meta-balena to 89e024a74dce245954d881fa5555855b79319941
author: balena-renovate[bot]
nested:
- 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: meta-balena-6.3.2
title: ""
date: 2025-01-14T15:53:20.934Z
version: 6.3.2
title: ""
date: 2025-01-14T16:34:22.908Z
- commits:
- subject: Update balena-yocto-scripts to f5ec6993fd683b9a933bda067594ae5de6208fbd
hash: 10d672208611355d879c95cfe9f1709e16a5b0b9
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# v2.105.10
## (2022-10-13)

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


<details>
<summary> Update layers/meta-balena to 89e024a74dce245954d881fa5555855b79319941 [balena-renovate[bot]] </summary>

> ## meta-balena-6.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]
>
</details>

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.1+rev2
6.3.2

0 comments on commit c8e62e0

Please sign in to comment.