From efef6b31049f161c87a65b1f1b3af5be400db0a5 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 00:00:25 +0000 Subject: [PATCH] v5.3.21+rev4 --- .versionbot/CHANGELOG.yml | 57 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 16 +++++++++++ VERSION | 2 +- 3 files changed, 74 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6725674..46a6042 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,60 @@ +- commits: + - subject: Update balena-yocto-scripts to 7fa652ca218ce38ec260360c01064b483fa4dc8d + hash: a371bc887a750438b5288ed266551aec165635c5 + body: Update balena-yocto-scripts + footer: + Changelog-entry: Update balena-yocto-scripts to 7fa652ca218ce38ec260360c01064b483fa4dc8d + changelog-entry: Update balena-yocto-scripts to 7fa652ca218ce38ec260360c01064b483fa4dc8d + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Support runner selection in the test matrix + hash: d409cb0fbaa307a179973b60e5faff8cda6bc34b + body: > + Default to self-hosted X64 with KVM for now to align with + Jenkins but in the future + + we should consider using GitHub hosted runners for the testbot + workers. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Allow both combinatorial and include syntax for test_matrix + hash: 2bfc3a0d72830626366cf210f4fe9a0e649688c5 + body: > + The include syntax allows full control over settings used + + in each test job, but the combinatorial is simpler to write + + for basic use cases. + + + Rather than force one, we can allow both and default to the + simple + + syntax. + + + Marking as minor since the input syntax has changed, but isn't + + currently used in production anywhere. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: balena-yocto-scripts-1.24.0 + title: "" + date: 2024-06-26T21:26:13.711Z + version: 5.3.21+rev4 + title: "" + date: 2024-06-27T00:00:19.479Z - commits: - subject: Update balena-yocto-scripts to 0bd64809b2cce6833f8732eecdd64d32921f1b4d hash: 6040b0369d77f0ffadabd1b50321ca58ba3b3a47 diff --git a/CHANGELOG.md b/CHANGELOG.md index 25dcd77..55dd7ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ Change log ----------- +# v5.3.21+rev4 +## (2024-06-27) + + +
+ Update balena-yocto-scripts to 7fa652ca218ce38ec260360c01064b483fa4dc8d [Self-hosted Renovate Bot] + +> ## balena-yocto-scripts-1.24.0 +> ### (2024-06-26) +> +> * Support runner selection in the test matrix [Kyle Harding] +> * Allow both combinatorial and include syntax for test_matrix [Kyle Harding] +> + +
+ # v5.3.21+rev3 ## (2024-06-26) diff --git a/VERSION b/VERSION index ce81c73..186c113 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3.21+rev3 \ No newline at end of file +5.3.21+rev4 \ No newline at end of file