From 85a6cae39f0a3b017a9dbaa26c8fabee08ded869 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 03:24:44 +0000 Subject: [PATCH] v5.3.16 --- .versionbot/CHANGELOG.yml | 42 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 15 ++++++++++++++ VERSION | 2 +- 3 files changed, 58 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7f16998c..f48b9c95 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,45 @@ +- commits: + - subject: Update layers/meta-balena to 5285b94cc7d728fc9487609e25ad8bc8e82267c8 + hash: 17709bab8c8452f053069d5b37883b20ff12a00c + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 5285b94cc7d728fc9487609e25ad8bc8e82267c8 + changelog-entry: Update layers/meta-balena to 5285b94cc7d728fc9487609e25ad8bc8e82267c8 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Work around uuid file corruption in balenaEngine health check + hash: e3696fc97f5553f138c92947c5f080ccdef5c6e5 + body: > + We have detected one more way in which the uuid file used by + containerd + + can get corrupted. This time, the file is not empty, but doesn't + contain + + a valid UUID either. + + + This commit thus extends the existing workaround to also handle + this + + case. + + + See https://github.com/balena-os/balena-engine/issues/322 + footer: + Signed-off-by: Leandro Motta Barros + signed-off-by: Leandro Motta Barros + Change-type: patch + change-type: patch + author: Leandro Motta Barros + nested: [] + version: meta-balena-5.3.16 + title: "" + date: 2024-06-06T22:28:17.347Z + version: 5.3.16 + title: "" + date: 2024-06-07T03:24:37.400Z - commits: - subject: Update balena-yocto-scripts to b5b12bc2f8e08f90634d766afe30623c9899f323 hash: 33bbb3c1892d9f9aeb58aa8f967385a020ccab8e diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ecfbea6..9aac7d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v5.3.16 +## (2024-06-07) + + +
+ Update layers/meta-balena to 5285b94cc7d728fc9487609e25ad8bc8e82267c8 [Self-hosted Renovate Bot] + +> ## meta-balena-5.3.16 +> ### (2024-06-06) +> +> * Work around uuid file corruption in balenaEngine health check [Leandro Motta Barros] +> + +
+ # v5.3.15+rev2 ## (2024-06-06) diff --git a/VERSION b/VERSION index 9fe778da..7b5a3ce7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3.15+rev2 \ No newline at end of file +5.3.16 \ No newline at end of file