Skip to content

Commit

Permalink
v6.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 15, 2025
1 parent d26d3b7 commit d752abb
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- commits:
- subject: "tests: hup: rollback-altboot: replace while loop over SSH to speed up
tests"
hash: 65aba403ef0ae5d47510e5d8d11a5d4c0f7969c2
body: >
The altboot test often hangs for a long time during the altboot test,
after the DUT has booted into the old OS after the altboot failure - the
check to see if the rollback systemd services have stopped hangs. This
is an attempt to fix that, as I think there's some strange interaction
going on with the while loop over ssh
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
signed-off-by: Ryan Cooke <[email protected]>
author: Ryan Cooke
nested: []
version: 6.3.3
title: ""
date: 2025-01-15T16:36:05.153Z
- commits:
- subject: "tests: secureboot: imx: refactor bootloader config integrity tests"
hash: 8c165e9ed7a471d043ff00d4a091742b8412e785
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.3.3
## (2025-01-15)

* tests: hup: rollback-altboot: replace while loop over SSH to speed up tests [Ryan Cooke]

# v6.3.2
## (2025-01-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.3.2"
DISTRO_VERSION = "6.3.3"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit d752abb

Please sign in to comment.