v5.4.1+rev1
This commit is contained in:
parent
ed7b8253ee
commit
399f19a542
3 changed files with 69 additions and 1 deletions
|
@ -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 <kyle@balena.io>
|
||||
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
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 <kyle@balena.io>
|
||||
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
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
|
||||
|
|
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,6 +1,26 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
# v5.4.1+rev1
|
||||
## (2024-07-17)
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Update balena-yocto-scripts to d59fac4cce1dcff0b423ac97aeccbd7f4486b9c2 [Self-hosted Renovate Bot] </summary>
|
||||
|
||||
> ## 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]
|
||||
>
|
||||
|
||||
</details>
|
||||
|
||||
# v5.4.1
|
||||
## (2024-07-17)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.4.1
|
||||
5.4.1+rev1
|
Loading…
Add table
Reference in a new issue