diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9febe991..91c0218b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,71 @@ +- commits: + - subject: Update layers/meta-balena to 6d41111f954f5c2f080b6f01b37634814b5bc84f + hash: 16240c45752627bce67a27b413404b404d9f4ef7 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 6d41111f954f5c2f080b6f01b37634814b5bc84f + changelog-entry: Update layers/meta-balena to 6d41111f954f5c2f080b6f01b37634814b5bc84f + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "tests: add safe reboot checks" + hash: 8d99048a3e2218d4cfdbbf9e27e2a3e04c1aa700 + body: > + This check tests the safe_reboot script used in hostOS updates + to + + make sure application locks are respected. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "hostapp-update: move lock checking to helper function" + hash: 8cf977610619687e5958c66b430585cd91f0dbe2 + body: > + The helper function can then be called both from hostapp-update + and + + from the actions server hup script. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "os-helpers-logging: output script logging to journald" + hash: e0f1c60cf6eaf668c4c5714d525da17df58073e5 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "os-helpers: add safe_reboot function" + hash: 18ebc142a761b798fe3b08bc93baf52a11702a2c + body: > + This script performs a safe system reboot with application + update + + locks checks. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: meta-balena-4.1.0 + title: "" + date: 2023-10-25T08:06:44.556Z + version: 4.1.0 + title: "" + date: 2023-10-25T09:56:08.077Z - commits: - subject: Update layers/meta-balena to 88fa82e720d8cff1a8e9221703661cb3eee4ad6f hash: 382d6f094184cf4cb30ce934a4fc825e058defb6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 515aa0d8..a44c76b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ Change log ----------- +# v4.1.0 +## (2023-10-25) + + +
+ Update layers/meta-balena to 6d41111f954f5c2f080b6f01b37634814b5bc84f [Self-hosted Renovate Bot] + +> ## meta-balena-4.1.0 +> ### (2023-10-25) +> +> * tests: add safe reboot checks [Alex Gonzalez] +> * hostapp-update: move lock checking to helper function [Alex Gonzalez] +> * os-helpers-logging: output script logging to journald [Alex Gonzalez] +> * os-helpers: add safe_reboot function [Alex Gonzalez] +> + +
+ # v4.0.31 ## (2023-10-24) diff --git a/VERSION b/VERSION index ecaaa22b..99eba4de 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.31 \ No newline at end of file +4.1.0 \ No newline at end of file