From c2bf763b5ce27181e3809f96e601cc1179bdb353 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 20:22:44 +0000 Subject: [PATCH] v5.1.22 --- .versionbot/CHANGELOG.yml | 39 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 15 +++++++++++++++ VERSION | 2 +- 3 files changed, 55 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 37587928..2a1c8530 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,42 @@ +- commits: + - subject: Update layers/meta-balena to 2ba79c7ce73fde702831a041729da21bdff65627 + hash: bb91b11f6d711940cffd24acc0afbef2b2459d72 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 2ba79c7ce73fde702831a041729da21bdff65627 + changelog-entry: Update layers/meta-balena to 2ba79c7ce73fde702831a041729da21bdff65627 + author: Self-hosted Renovate Bot + nested: + - 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 + signed-off-by: Alexandru Costache + author: Alexandru Costache + nested: [] + version: meta-balena-5.1.22 + title: "" + date: 2024-02-02T16:21:23.127Z + version: 5.1.22 + title: "" + date: 2024-02-02T20:22:33.465Z - commits: - subject: Update layers/meta-balena to 282df4bf06581eb6224ecd0eadfc53c0ec078907 hash: f591ae212decfa8a913bf7c701629c572dfd34b3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ecec348..588e8dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v5.1.22 +## (2024-02-02) + + +
+ Update layers/meta-balena to 2ba79c7ce73fde702831a041729da21bdff65627 [Self-hosted Renovate Bot] + +> ## meta-balena-5.1.22 +> ### (2024-02-02) +> +> * balena-rollback/rollback-health: Allow old OS hooks to access efivars [Alexandru Costache] +> + +
+ # v5.1.21 ## (2024-02-01) diff --git a/VERSION b/VERSION index 35f4a192..e1661601 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.21 \ No newline at end of file +5.1.22 \ No newline at end of file