Skip to content

Commit

Permalink
v5.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Feb 2, 2024
1 parent ea2d942 commit 2ba79c7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,24 @@
- commits:
- subject: "balena-rollback/rollback-health: Allow old OS hooks to access efivars"
hash: df9d9986ab6965b653abd8d5d06dbfc3beb285e9
body: |
This fixes rollback-health failures for boards like the Jetson Seeeed
J4012, which updates efivars for capsule updates from container hooks
and not from the current OS hooks.

While the actual HUP works because of /sys being bindmounted by
hostapp-update, rollbacks will fail to run the old OS hooks unless
efivarfs is mounted.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <alexandru@balena.io>
signed-off-by: Alexandru Costache <alexandru@balena.io>
author: Alexandru Costache
nested: []
version: 5.1.22
title: ""
date: 2024-02-02T16:21:23.127Z
- commits:
- subject: Update tests/leviathan digest to dd2285a
hash: 98ff3b7ce4aff6c441313aec505b6c04e4c96a8d
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Change log
-----------

# v5.1.22
## (2024-02-02)

* balena-rollback/rollback-health: Allow old OS hooks to access efivars [Alexandru Costache]

# v5.1.21
## (2024-02-01)

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

0 comments on commit 2ba79c7

Please sign in to comment.