From 88eebcdae6187f606db9c9c3bd6c9542ba4a9bec Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 13:14:15 +0000 Subject: [PATCH] v6.2.4 --- .versionbot/CHANGELOG.yml | 45 +++++++++++++++++++ CHANGELOG.md | 20 +++++++++ .../conf/distro/include/balena-os.inc | 2 +- 3 files changed, 66 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b1c971371f..18948f80b2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,48 @@ +- commits: + - subject: Update balena-supervisor to v16.10.3 + hash: 5ee7bf1d8a23220f81b1c4de67e85f4d7cc94328 + body: | + Update balena-supervisor from 16.10.1 to 16.10.3 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: + - commits: + - subject: Update systeminformation to v5.23.8 [SECURITY] + hash: 92b26c7ae2d8d329be18806abe24ab312e92db68 + body: | + Update systeminformation from 5.22.7 to 5.23.8 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: balena-supervisor-16.10.3 + title: "" + date: 2024-12-20T20:43:23.372Z + - commits: + - subject: Wait for service dependencies to be running + hash: 8e6c0fcad729b56e386ac27754c48c97517e293a + body: | + This fixes a regression where dependencies would only be started in + order and would start the dependent service if its dependency had been + started at some point in the past, regardless of the running condition. + + This makes the behavior more consistent with docker compose where the + [dependency needs to be + running or healthy](https://github.com/docker/compose/blob/69a83d1303a103d82b05d512baf273244b4dbd94/pkg/compose/convergence.go#L441) for the service to be started. + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: balena-supervisor-16.10.2 + title: "" + date: 2024-12-18T18:48:52.008Z + version: 6.2.4 + title: "" + date: 2024-12-26T13:14:08.203Z - commits: - subject: Update tests/leviathan digest to 2a609bc hash: 73c4edaf6615d148bf382ff7589fa9d6874fa753 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d160a9ffd..5dc67df830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ Change log ----------- +# v6.2.4 +## (2024-12-26) + + +
+ Update balena-supervisor to v16.10.3 [balena-renovate[bot]] + +> ## balena-supervisor-16.10.3 +> ### (2024-12-20) +> +> * Update systeminformation to v5.23.8 [SECURITY] [balena-renovate[bot]] +> +> ## balena-supervisor-16.10.2 +> ### (2024-12-18) +> +> * Wait for service dependencies to be running [Felipe Lalanne] +> + +
+ # v6.2.3 ## (2024-12-21) diff --git a/meta-balena-common/conf/distro/include/balena-os.inc b/meta-balena-common/conf/distro/include/balena-os.inc index 18b04f11fc..550f521249 100644 --- a/meta-balena-common/conf/distro/include/balena-os.inc +++ b/meta-balena-common/conf/distro/include/balena-os.inc @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc DISTRO = "balena-os" DISTRO_NAME = "balenaOS" -DISTRO_VERSION = "6.2.3" +DISTRO_VERSION = "6.2.4" HOSTOS_VERSION = "${DISTRO_VERSION}" python () { ''' Set HOSTOS_VERSION from board VERSION if available '''