Skip to content

Commit

Permalink
v5.1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Feb 21, 2024
1 parent 67a3a25 commit 03023b2
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,26 @@
- commits:
- subject: "tests: hup: test breadcrumbs after rollback services"
hash: dde3e48743fc32349d1a1a33cfdf9b061c804e04
body: |
During HUP, rollback-health-breadcrumb and rollback-altboot-breadcrumb
are created in the state partition to trigger rollback-health and
rollback-altboot respectively on the next boot. After these services
complete, they will remove these breadcrumbs.

Make the broken init fallback tests wait for these services to become
inactive before testing the state of the breadcrumbs. Otherwise, a race
condition can make these tests fail. Most notably on slower systems,
such as emulated generic-aarch64.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Joseph Kogut <joseph@balena.io>
signed-off-by: Joseph Kogut <joseph@balena.io>
author: Joseph Kogut
nested: []
version: 5.1.36
title: ""
date: 2024-02-21T16:31:08.117Z
- commits:
- subject: Update tests/leviathan digest to 95a9d72
hash: 16d56c258da245227711868d61df9b49b29842cb
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Change log
-----------

# v5.1.36
## (2024-02-21)

* tests: hup: test breadcrumbs after rollback services [Joseph Kogut]

# v5.1.35
## (2024-02-19)

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

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

0 comments on commit 03023b2

Please sign in to comment.