diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2aa0251..3838d80 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,51 @@ +- commits: + - subject: Update balena-yocto-scripts to d59fac4cce1dcff0b423ac97aeccbd7f4486b9c2 + hash: 085e17e52e0357f29ccf98403111820ad203883a + body: Update balena-yocto-scripts + footer: + Changelog-entry: Update balena-yocto-scripts to d59fac4cce1dcff0b423ac97aeccbd7f4486b9c2 + changelog-entry: Update balena-yocto-scripts to d59fac4cce1dcff0b423ac97aeccbd7f4486b9c2 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Use env vars BALENA_HOST and BALENACLOUD_SSH_URL when provided + hash: f04607fc0f50a99bb2fd14370a2e2dae0e3f7094 + body: | + These currently differ between environments, and we will need + to start supporting environment names that are not the same + as the balena host. + 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.8 + title: "" + date: 2024-07-17T19:56:20.231Z + - commits: + - subject: Fix handling of empty test matrix input + hash: 727d8d275455361d3bc82b5aec392e9aaa08248b + body: | + Previously an empty test matrix would cause + an error in the workflow. + + Added an if condition to check for a valid + test_suite property where applicable. + 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.7 + title: "" + date: 2024-07-16T20:10:01.990Z + version: 5.4.1+rev1 + title: "" + date: 2024-07-17T23:03:36.010Z - commits: - subject: Update layers/meta-balena to eefb5c821b33171a468cd30e4de51e710a36ae7d hash: c3abdcf6f4b4e700a32c2d3326ecb1843d5019ca diff --git a/CHANGELOG.md b/CHANGELOG.md index 86ff4fe..5e95831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ Change log ----------- +# v5.4.1+rev1 +## (2024-07-17) + + +
+ Update balena-yocto-scripts to d59fac4cce1dcff0b423ac97aeccbd7f4486b9c2 [Self-hosted Renovate Bot] + +> ## balena-yocto-scripts-1.25.8 +> ### (2024-07-17) +> +> * Use env vars BALENA_HOST and BALENACLOUD_SSH_URL when provided [Kyle Harding] +> +> ## balena-yocto-scripts-1.25.7 +> ### (2024-07-16) +> +> * Fix handling of empty test matrix input [Kyle Harding] +> + +
+ # v5.4.1 ## (2024-07-17) diff --git a/VERSION b/VERSION index 04edabd..c534e13 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.4.1 \ No newline at end of file +5.4.1+rev1 \ No newline at end of file