diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0eeed0ed..e4a0ee5e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,57 @@ +- commits: + - subject: Update balena-yocto-scripts to bdd131fd36a3edcc9a1bb2af493794ced60379a6 + hash: 9239177887bfad7cda146fdb458d63edf05ad6a3 + 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-14T16:32:20.108Z - commits: - subject: Update balena-yocto-scripts to cd813faad0e261ad00f791c8788c8f70a0a32a2d hash: 381d3ad13522ae186572295f36a571b54323a7d8 diff --git a/CHANGELOG.md b/CHANGELOG.md index c1299310..c2351209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # v2.105.10 ## (2022-10-13) +# v5.3.21+rev2 +## (2024-06-14) + + +
+ 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