v5.3.21+rev1
This commit is contained in:
parent
013266b070
commit
b9a4eb5fc0
3 changed files with 96 additions and 1 deletions
|
@ -1,3 +1,76 @@
|
||||||
|
- commits:
|
||||||
|
- subject: Update balena-yocto-scripts to bdd131fd36a3edcc9a1bb2af493794ced60379a6
|
||||||
|
hash: d74049b9b446ab058beb1d54bb6165300c0418bf
|
||||||
|
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 <kyle@balena.io>
|
||||||
|
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||||
|
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 <kyle@balena.io>
|
||||||
|
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||||
|
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 <kyle@balena.io>
|
||||||
|
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||||
|
author: Kyle Harding
|
||||||
|
nested: []
|
||||||
|
version: balena-yocto-scripts-1.22.4
|
||||||
|
title: ""
|
||||||
|
date: 2024-06-14T15:57:11.418Z
|
||||||
|
- commits:
|
||||||
|
- subject: "jenkins_generate_ami: pass yocto scripts version as an env var to
|
||||||
|
helper container"
|
||||||
|
hash: af71169b93e855c8ecb378b5de3d4a1c12f44510
|
||||||
|
body: >
|
||||||
|
The ami deploys in jenkins fail at the moment because the
|
||||||
|
balena-lib.inc script fails to fetch the version of the yocto
|
||||||
|
scripts when running inside the helper image. Passing the
|
||||||
|
version to the helper image via an env var helps this
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Ryan Cooke <ryan@balena.io>
|
||||||
|
signed-off-by: Ryan Cooke <ryan@balena.io>
|
||||||
|
author: rcooke-warwick
|
||||||
|
nested: []
|
||||||
|
version: balena-yocto-scripts-1.22.3
|
||||||
|
title: ""
|
||||||
|
date: 2024-06-13T19:04:31.350Z
|
||||||
|
version: 5.3.21+rev1
|
||||||
|
title: ""
|
||||||
|
date: 2024-06-15T00:09:13.987Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update layers/meta-balena to cacc9bcb2b67a9f37654ca8500c96c833f741762
|
- subject: Update layers/meta-balena to cacc9bcb2b67a9f37654ca8500c96c833f741762
|
||||||
hash: b792f838216b6f9e97f0c86cb438eead0389ca87
|
hash: b792f838216b6f9e97f0c86cb438eead0389ca87
|
||||||
|
|
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,6 +1,28 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v5.3.21+rev1
|
||||||
|
## (2024-06-15)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update balena-yocto-scripts to bdd131fd36a3edcc9a1bb2af493794ced60379a6 [Self-hosted Renovate Bot] </summary>
|
||||||
|
|
||||||
|
> ## 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]
|
||||||
|
>
|
||||||
|
> ## balena-yocto-scripts-1.22.3
|
||||||
|
> ### (2024-06-13)
|
||||||
|
>
|
||||||
|
> * jenkins_generate_ami: pass yocto scripts version as an env var to helper container [rcooke-warwick]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v5.3.21
|
# v5.3.21
|
||||||
## (2024-06-13)
|
## (2024-06-13)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
5.3.21
|
5.3.21+rev1
|
Loading…
Add table
Reference in a new issue