diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 22d36055..e6d5df60 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,60 @@ +- commits: + - subject: Update balena-yocto-scripts to 7fa652ca218ce38ec260360c01064b483fa4dc8d + hash: 14cf19686c3dec43890a0338cced8317c0eb5c72 + 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+rev5 + title: "" + date: 2024-06-27T00:42:29.422Z - commits: - subject: Update balena-yocto-scripts to 0bd64809b2cce6833f8732eecdd64d32921f1b4d hash: f4fabd0da21a87542c50787896f46411cd43f2e3 diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d02c94..ee594592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ Change log ----------- +# v5.3.21+rev5 +## (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+rev4 ## (2024-06-26) diff --git a/VERSION b/VERSION index 186c1132..bb4c1f1c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3.21+rev4 \ No newline at end of file +5.3.21+rev5 \ No newline at end of file