From 2a0856c59a0702a6aedf82b1abacec1f1aad31bb Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 04: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 ee30609c..4dbdea08 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,45 @@ +- commits: + - subject: Update layers/meta-balena to 5285b94cc7d728fc9487609e25ad8bc8e82267c8 + hash: fed726f0224dc9df41c724609fe506e492727a76 + 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-07T04:24:39.561Z - commits: - subject: Update balena-yocto-scripts to b5b12bc2f8e08f90634d766afe30623c9899f323 hash: ea41b3d037e817f1007554ef103d6110e961aae2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d4c51c6..d8083ef4 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