diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e5b02621..493e5254 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,57 @@ +- commits: + - subject: Update balena-yocto-scripts to bdd131fd36a3edcc9a1bb2af493794ced60379a6 + hash: c38a844eb6df001158ee6e3e45e1040fe6c58238 + body: Update balena-yocto-scripts + footer: + Changelog-entry: Update balena-yocto-scripts to bdd131fd36a3edcc9a1bb2af493794ced60379a6 + changelog-entry: Update balena-yocto-scripts to bdd131fd36a3edcc9a1bb2af493794ced60379a6 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update job conditions to allow non-PR events for internal branches + hash: 2d0f1029d7b5489feb7c98d749ff66c8faf2f1e7 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Hardcode environment paths at the job level + hash: 5dc710c0cc5d8a1c0da97bbb9d39fdb51f5a4497 + body: | + This is easier to read and less likely to break + with unexpected values. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Replace test inputs with a single JSON matrix input + hash: 0d6cb8ac05fec8dd314f12e5335f847ef3f8ab78 + body: | + This allows full control over which test conditions are + used for each test job without combinatorial explosion. + + For example, different environments could be used for + specific test suites, or the cloud suite could be run + twice while the other suites run once. + 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.22.4 + title: "" + date: 2024-06-14T15:57:11.418Z + version: 5.3.21+rev2 + title: "" + date: 2024-06-15T00:13:03.941Z - commits: - subject: Update balena-yocto-scripts to cd813faad0e261ad00f791c8788c8f70a0a32a2d hash: 85a77106ab0387d4c50df0366f2672907c7f6df1 diff --git a/CHANGELOG.md b/CHANGELOG.md index d895e84f..0f0b2ddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ Change log ----------- +# v5.3.21+rev2 +## (2024-06-15) + + +
+ Update balena-yocto-scripts to bdd131fd36a3edcc9a1bb2af493794ced60379a6 [Self-hosted Renovate Bot] + +> ## balena-yocto-scripts-1.22.4 +> ### (2024-06-14) +> +> * Update job conditions to allow non-PR events for internal branches [Kyle Harding] +> * Hardcode environment paths at the job level [Kyle Harding] +> * Replace test inputs with a single JSON matrix input [Kyle Harding] +> + +
+ # v5.3.21+rev1 ## (2024-06-13) diff --git a/VERSION b/VERSION index fa69f9e3..e2a812f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3.21+rev1 \ No newline at end of file +5.3.21+rev2 \ No newline at end of file