From 2544d68b2d37c4e5866af5bea625e218a0282910 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 03:11:52 +0000 Subject: [PATCH] v6.0.2 --- .versionbot/CHANGELOG.yml | 79 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 36 ++++++++++++++++++ VERSION | 2 +- 3 files changed, 116 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 86ae5699..7a920e2c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,82 @@ +- commits: + - subject: Update layers/meta-balena to ba25d479aec53db0a1f20667026e57fe47461ebb + hash: d58a587fa6ab8413e90f7bba8f9aa2373218e360 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to ba25d479aec53db0a1f20667026e57fe47461ebb + changelog-entry: Update layers/meta-balena to ba25d479aec53db0a1f20667026e57fe47461ebb + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update tests/leviathan digest to 081cbeb + hash: 1440f5c245ed251c5677cc72ec9de6e120b41c38 + body: Update tests/leviathan + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update core/contracts digest to 17b44ca + hash: c889b407e4ad56080c98850022def0d122108863 + body: | + Update core/contracts + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: leviathan-2.31.20 + title: "" + date: 2024-07-15T14:07:29.332Z + - commits: + - subject: Update core/contracts digest to 773c77c + hash: 2e512d7f1aac17346613962564293e78a0ecd971 + body: | + Update core/contracts + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: leviathan-2.31.19 + title: "" + date: 2024-07-12T10:30:54.239Z + - commits: + - subject: "client: use /start endpoint of worker to reserve worker if IDLE + immediately" + hash: 41b535e9ad160a6c663cf39137da562b4843829a + body: > + There is a problem where if the multiple jobs are + running at the same time, all waiting for a worker to be + IDLE, multiple jobs start using the worker at the same + time. The reason was that first, the state of the worker + is polled using /state - then, after some delay, it is + reserved using the /start endpoint. Problem 1 was that + there is a delay between checking and reserving - + leading to a window of time where another job could do + the same thing. Problem 2 is that once /start was used, + there was nothing to stop the client from continuing, + even if the worker was BUSY. This commit forgoes the + /state endpoint, and just skips to trying /start - if + the worker is IDLE, its instanly reserved, if its BUSY, + the reponse is actually checked and nothing happens. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Ryan Cooke + signed-off-by: Ryan Cooke + author: rcooke-warwick + nested: [] + version: leviathan-2.31.18 + title: "" + date: 2024-07-12T09:25:30.846Z + version: meta-balena-6.0.2 + title: "" + date: 2024-07-19T23:27:39.748Z + version: 6.0.2 + title: "" + date: 2024-07-20T03:11:47.191Z - commits: - subject: Update layers/meta-rockchip to cbe47c2efd996c7857d91e23bb15e5e31b950ee3 hash: 23f928c624a36594b2a585f74eaea7d619f653dd diff --git a/CHANGELOG.md b/CHANGELOG.md index d980568c..6108da47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,42 @@ Change log ----------- +# v6.0.2 +## (2024-07-20) + + +
+ Update layers/meta-balena to ba25d479aec53db0a1f20667026e57fe47461ebb [Self-hosted Renovate Bot] + +> ## meta-balena-6.0.2 +> ### (2024-07-19) +> +> +>
+> Update tests/leviathan digest to 081cbeb [Self-hosted Renovate Bot] +> +>> ### leviathan-2.31.20 +>> #### (2024-07-15) +>> +>> * Update core/contracts digest to 17b44ca [Self-hosted Renovate Bot] +>> +>> ### leviathan-2.31.19 +>> #### (2024-07-12) +>> +>> * Update core/contracts digest to 773c77c [Self-hosted Renovate Bot] +>> +>> ### leviathan-2.31.18 +>> #### (2024-07-12) +>> +>> * client: use /start endpoint of worker to reserve worker if IDLE immediately [rcooke-warwick] +>> +> +>
+> +> + +
+ # v6.0.1+rev1 ## (2024-07-19) diff --git a/VERSION b/VERSION index 47d6600a..7a9f89d8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.1+rev1 \ No newline at end of file +6.0.2 \ No newline at end of file