From 1737367ca7fa7f68431ba6e842de3c7bc1472645 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:59:56 +0000 Subject: [PATCH] v4.1.5 --- .versionbot/CHANGELOG.yml | 77 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 19 ++++++++++ VERSION | 2 +- 3 files changed, 97 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 81eb195e..67dbd106 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,80 @@ +- commits: + - subject: Update layers/meta-balena to 53a1e875f6a48f891d26b5edb9295fc6486ab4e8 + hash: 9f5170b7473a5dcf9721042499481b4ab63122cf + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 53a1e875f6a48f891d26b5edb9295fc6486ab4e8 + changelog-entry: Update layers/meta-balena to 53a1e875f6a48f891d26b5edb9295fc6486ab4e8 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "update-balena-supervisor: ensure target supervisor is running" + hash: bb56c90dd91913773bb838ee5361731ab65fc754 + body: > + If the target supervisor image is already cached but there is no + + container running with it, the update script would just exit without + + actually running the target supervisor. + + + This commit checks whether there is a running container using the + + target image and restarts the supervisor if there is none. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "update-balena-supervisor: use os-helpers logging" + hash: 65419a73aab31f92f640dee998dd85f9620e3ca8 + body: | + This allows the script to log messages to the journal. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "hostapp-update: surface logs to journal" + hash: f34090d23ceef8c352d188a6aa34351885971239 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "hostapp-update-hooks: surface logs to journal" + hash: 5e1fdf9e3d94af2f814e9cef44b4f114b7ac2b76 + 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-logging: skip logging to journal from a container" + hash: 07f32d8098ef6a826b49f09cda04f9a11181409d + body: "" + 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.5 + title: "" + date: 2023-11-10T16:58:38.759Z + version: 4.1.5 + title: "" + date: 2023-11-10T18:59:48.232Z - commits: - subject: Update layers/meta-balena to 96b949b1282438824db7b960413407401a8512ea hash: b442937af3815ff36bdbbbab1e398cc3b8d57007 diff --git a/CHANGELOG.md b/CHANGELOG.md index 91141a35..b91b19e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ Change log ----------- +# v4.1.5 +## (2023-11-10) + + +
+ Update layers/meta-balena to 53a1e875f6a48f891d26b5edb9295fc6486ab4e8 [Self-hosted Renovate Bot] + +> ## meta-balena-4.1.5 +> ### (2023-11-10) +> +> * update-balena-supervisor: ensure target supervisor is running [Alex Gonzalez] +> * update-balena-supervisor: use os-helpers logging [Alex Gonzalez] +> * hostapp-update: surface logs to journal [Alex Gonzalez] +> * hostapp-update-hooks: surface logs to journal [Alex Gonzalez] +> * os-helpers-logging: skip logging to journal from a container [Alex Gonzalez] +> + +
+ # v4.1.4 ## (2023-11-10) diff --git a/VERSION b/VERSION index 9d086c6d..b673f6ac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.4 \ No newline at end of file +4.1.5 \ No newline at end of file