From 99333df357ffad6449be81cd6843bbda49bf0ae7 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:50:22 +0000 Subject: [PATCH] v6.0.44+rev2 --- .versionbot/CHANGELOG.yml | 31 +++++++++++++++++++++++++++++++ CHANGELOG.md | 15 +++++++++++++++ VERSION | 2 +- 3 files changed, 47 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5f4b3aac..99be60ed 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,34 @@ +- commits: + - subject: Update balena-yocto-scripts to 6ed9e9bb080b7de8515da847682723b8ca07e2da + hash: c5983fcf679136f10c8437ad87a8857da5a94f40 + body: Update balena-yocto-scripts + footer: + Changelog-entry: Update balena-yocto-scripts to 6ed9e9bb080b7de8515da847682723b8ca07e2da + changelog-entry: Update balena-yocto-scripts to 6ed9e9bb080b7de8515da847682723b8ca07e2da + author: balena-renovate[bot] + nested: + - commits: + - subject: Fix concurrency and cancel in progress contexts + hash: 912b07647f7d0114d53b5971e653a65ed6fedd67 + body: | + When evaluating expressions for cancel-in-progress, certain + parameters may not be available at the time of evaluation. + + For instance, the github.job context is not accessible, as it's + specific to the running job and not the concurrency group. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: balena-yocto-scripts-1.25.62 + title: "" + date: 2024-10-11T13:09:20.324Z + version: 6.0.44+rev2 + title: "" + date: 2024-10-11T14:50:17.988Z - commits: - subject: Update balena-yocto-scripts to b5db1b7f9267c3dcbe515e2841747ef3a0409278 hash: a8cc389b731e621177cba38c6f3a4fd2c9182ebc diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b57cd06..4a3281b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # v2.107.5 ## (2023-01-09) +# v6.0.44+rev2 +## (2024-10-11) + + +
+ Update balena-yocto-scripts to 6ed9e9bb080b7de8515da847682723b8ca07e2da [balena-renovate[bot]] + +> ## balena-yocto-scripts-1.25.62 +> ### (2024-10-11) +> +> * Fix concurrency and cancel in progress contexts [Kyle Harding] +> + +
+ # v6.0.44+rev1 ## (2024-10-11) diff --git a/VERSION b/VERSION index a6482e23..9d064e1e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.44+rev1 \ No newline at end of file +6.0.44+rev2 \ No newline at end of file