From da48caf612467b7390df5e3d2a06bb32a447e779 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 19:22:25 +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 56bdbbf..97fd00b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,42 @@ +- commits: + - subject: Update layers/meta-balena to 2ba79c7ce73fde702831a041729da21bdff65627 + hash: 46639d29184ef0781b0d90fc8ad8df930afbeca6 + 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-02T19:22:19.128Z - commits: - subject: Update layers/meta-balena to 282df4bf06581eb6224ecd0eadfc53c0ec078907 hash: 0cd9294c526c1e9fc4aada0cc29c3c13960e14bf diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c9847..8028f16 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 35f4a19..e166160 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