From 8b3aa2bca1ef8b007471489d3f7f976c13c1564c Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 00:22:29 +0000 Subject: [PATCH] v5.0.10 --- .versionbot/CHANGELOG.yml | 47 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 15 +++++++++++++ VERSION | 2 +- 3 files changed, 63 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index db6417dd..7e5235df 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,50 @@ +- commits: + - subject: Update layers/meta-balena to 3f7d62c3108cf8852fc22f67fd2ed910ef12ed19 + hash: 036c9519ec7d1fe62087b6ba7171023d5a50d301 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 3f7d62c3108cf8852fc22f67fd2ed910ef12ed19 + changelog-entry: Update layers/meta-balena to 3f7d62c3108cf8852fc22f67fd2ed910ef12ed19 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "hostapp-update-hooks: add debug mode" + hash: a203bcdfd567c0cc4b4ed9de493513142cd7463f + body: > + This provides an easy switch to enable tracing on HUP hooks that + works + + both on old and new OS hooks as enabling it depends on a config.json + + setting. + + + It is meant to debug field issues with HUP failure where all we see is: + + ``` + + Before hooks (old os) ran successfully + + Failed to run the new hooks. Running current hooks.. + + ``` + + For example: + + https://jel.ly.fish/support-thread-1-0-0-front-cnv-eq6ipvx + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: meta-balena-5.0.10 + title: "" + date: 2023-12-13T22:06:14.967Z + version: 5.0.10 + title: "" + date: 2023-12-14T00:22:24.856Z - commits: - subject: Update contracts to 591fda9174610519f89842e651f3186eac8862eb hash: 5877411e214625503905f9a81a68ac6a2de2b5bb diff --git a/CHANGELOG.md b/CHANGELOG.md index 84827aec..12b92466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v5.0.10 +## (2023-12-14) + + +
+ Update layers/meta-balena to 3f7d62c3108cf8852fc22f67fd2ed910ef12ed19 [Self-hosted Renovate Bot] + +> ## meta-balena-5.0.10 +> ### (2023-12-13) +> +> * hostapp-update-hooks: add debug mode [Alex Gonzalez] +> + +
+ # v5.0.9+rev1 ## (2023-12-13) diff --git a/VERSION b/VERSION index 3b27c6c3..b046aad7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.9+rev1 \ No newline at end of file +5.0.10 \ No newline at end of file