From 8c6e3df7d9ac8ea4eb19b999331ad39989d01953 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 18:43:08 +0000 Subject: [PATCH] v16.12.9 --- .versionbot/CHANGELOG.yml | 22 ++++++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 6 files changed, 33 insertions(+), 6 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e4622e16..53943eb9 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,25 @@ +- commits: + - subject: Start a dependent if all dependencies are started + hash: 7764f98c9d357a1942628e57951266767555f67b + body: | + The previous behavior required that dependencies were running beefore + starting the dependent service. This made it that services dependent on + a one-shot service would not get started and goes against the default + docker behavior. + + Depending on a service to be running will require the implementation of + [long syntax depends_on](https://docs.docker.com/reference/compose-file/services/#long-syntax-1) and the condition + `service_healthy`. + footer: + Change-type: patch + change-type: patch + Closes: "#2409" + closes: "#2409" + author: Felipe Lalanne + nested: [] + version: 16.12.9 + title: "" + date: 2025-03-20T18:43:06.085Z - commits: - subject: Remove GOT retries on state poll hash: ae337a1dd7743b0ee0a05c32a5ce01965c5bafef diff --git a/CHANGELOG.md b/CHANGELOG.md index 39deba53..f9bab8a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v16.12.9 +## (2025-03-20) + +* Start a dependent if all dependencies are started [Felipe Lalanne] + # v16.12.8 ## (2025-03-12) diff --git a/VERSION b/VERSION index 49453980..68306157 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.12.8 \ No newline at end of file +16.12.9 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 0bfa94e8..32c3a132 100644 --- a/balena.yml +++ b/balena.yml @@ -2,6 +2,6 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 16.12.8 +version: 16.12.9 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index 94e456cf..9b8d3f48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-supervisor", - "version": "16.12.8", + "version": "16.12.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-supervisor", - "version": "16.12.8", + "version": "16.12.9", "license": "Apache-2.0", "dependencies": { "@balena/systemd": "^0.5.0", diff --git a/package.json b/package.json index 121b6a59..301ee905 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-supervisor", "description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.", - "version": "16.12.8", + "version": "16.12.9", "license": "Apache-2.0", "repository": { "type": "git", @@ -137,6 +137,6 @@ "yargs": "^17.7.2" }, "versionist": { - "publishedAt": "2025-03-12T14:50:33.763Z" + "publishedAt": "2025-03-20T18:43:06.641Z" } }