diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index fa6be294..662ccb90 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,42 @@ +- commits: + - subject: Update layers/meta-balena to 2ba79c7ce73fde702831a041729da21bdff65627 + hash: 96836616878c96d0c26563d6632290f6525970c4 + 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-02T22:22:34.620Z - commits: - subject: Update contracts to 75a97647a44cfe534f93926ab039afca6570cb86 hash: 73ede2b91a3286bf9c12ca1b00f1be9fabca9ce8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ec26031..45aa3e02 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+rev1 ## (2024-02-02) diff --git a/VERSION b/VERSION index a968932d..e1661601 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.21+rev1 \ No newline at end of file +5.1.22 \ No newline at end of file