From 972f0ecacf1b89799d61dbcc39e2eaf0fa505f99 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 03:07:28 +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 d47bb3d9..9c677da8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,50 @@ +- commits: + - subject: Update layers/meta-balena to 3f7d62c3108cf8852fc22f67fd2ed910ef12ed19 + hash: ec81a1d05923c7bdcf50e08769ed3a944733a159 + 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-14T03:07:21.687Z - commits: - subject: Update contracts to 591fda9174610519f89842e651f3186eac8862eb hash: 3a091fb7011cd15f61d01487e2bf4a8cbcfe4466 diff --git a/CHANGELOG.md b/CHANGELOG.md index 743e50b7..1cc5781c 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