Skip to content

Commit

Permalink
v5.4.0+rev3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jul 30, 2024
1 parent 1a8b243 commit f4abe05
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 1 deletion.
188 changes: 188 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,191 @@
- commits:
- subject: Update balena-yocto-scripts to 7736d3807540afb6646b435117bffa2377ac0156
hash: a85749e3171a5bae072aaa35bea8e45bbb818e4a
body: Update balena-yocto-scripts
footer:
Changelog-entry: Update balena-yocto-scripts to 7736d3807540afb6646b435117bffa2377ac0156
changelog-entry: Update balena-yocto-scripts to 7736d3807540afb6646b435117bffa2377ac0156
author: balena-renovate[bot]
nested:
- commits:
- subject: Update docker/login-action action to v3.3.0
hash: 65a653d66efd1cbfdca1616d62a9387dc47eb50e
body: |
Update docker/login-action from 3.0.0 to 3.3.0
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested: []
version: balena-yocto-scripts-1.25.16
title: ""
date: 2024-07-30T03:01:08.144Z
- commits:
- subject: Update actions/upload-artifact action to v4.3.4
hash: f81cf0f07965cf34d687b76e9ad7befc6f49cf9c
body: |
Update actions/upload-artifact from 4.3.0 to 4.3.4
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested: []
version: balena-yocto-scripts-1.25.15
title: ""
date: 2024-07-30T01:00:25.663Z
- commits:
- subject: Update balena-os/leviathan digest to 36aafe0
hash: e5842524bf70adc29c62f35e0744ee970d232866
body: |
Update balena-os/leviathan
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested: []
version: balena-yocto-scripts-1.25.14
title: ""
date: 2024-07-29T22:37:24.756Z
- commits:
- subject: Update actions/checkout action to v4.1.7
hash: c9da5d524bbebe7dde5175584589cce5634b7a41
body: |
Update actions/checkout from 4.1.1 to 4.1.7
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested: []
version: balena-yocto-scripts-1.25.13
title: ""
date: 2024-07-29T20:55:15.720Z
- commits:
- subject: Update Pin dependencies
hash: c48f1f984f2f22f49fc9aee3f1cc9883f8ca7ec5
body: |
Update actions/checkout
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested: []
version: balena-yocto-scripts-1.25.12
title: ""
date: 2024-07-29T18:13:01.088Z
- commits:
- subject: "revovate: change config to use balena-io template"
hash: f4d82d9029f39245cf15d2433a783d33787a73d1
body: >
in this repo we are using "change-type" commits, but renovate is
using the balena-os default which is using "changelog-entry"
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
signed-off-by: Ryan Cooke <[email protected]>
author: rcooke-warwick
nested: []
version: balena-yocto-scripts-1.25.11
title: ""
date: 2024-07-29T15:14:59.755Z
- commits:
- subject: By default, deploy hostapp on push only
hash: 87763dfc75504522c1dadc698f74576bbf0e9320
body: >
This is meant to keep the defaults of `deploy-s3` and
`deploy-hostapp`

consistent.
footer:
Signed-off-by: Leandro Motta Barros <[email protected]>
signed-off-by: Leandro Motta Barros <[email protected]>
Change-type: patch
change-type: patch
author: Leandro Motta Barros
nested: []
version: balena-yocto-scripts-1.25.10
title: ""
date: 2024-07-23T02:23:14.094Z
- commits:
- subject: use token to fetch private contracts
hash: acfc8d20ce8dd4b29eae67679dd1a89ffcc75c7c
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
signed-off-by: Ryan Cooke <[email protected]>
author: rcooke-warwick
nested: []
- subject: unroll balena_lib_build_contract function
hash: 82c9e482f3bfb0fcd960c455f2c8ff0c42c98baa
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
signed-off-by: Ryan Cooke <[email protected]>
author: rcooke-warwick
nested: []
- subject: unroll balena_api_is_dt_private function
hash: cc3102dbb1348ee563b08dfd3afd37daaa0404ca
body: >
when building + deploying or a private DT , the check to see if
the DT is private fails. This is due to
https://github.com/balena-os/balena-yocto-scripts/blob/master/automation/include/balena-api.inc#L424
using this function:
https://github.com/balena-os/balena-yocto-scripts/blob/master/automation/include/balena-lib.inc#L191
- which uses the jenkins deployTo variable to select the correct
api url and token.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
signed-off-by: Ryan Cooke <[email protected]>
author: rcooke-warwick
nested: []
version: balena-yocto-scripts-1.25.9
title: ""
date: 2024-07-22T16:18:49.689Z
- 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 <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
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 <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
nested: []
version: balena-yocto-scripts-1.25.7
title: ""
date: 2024-07-16T20:10:01.990Z
version: 5.4.0+rev3
title: ""
date: 2024-07-30T07:56:07.142Z
- commits:
- subject: Update balena-yocto-scripts to 7c73eefe9aac870b5fd9050e5d429dd56b0ab4ff
hash: 8a40364dc16aeec7ff18c3085c7d07285ac8ad90
Expand Down
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,68 @@
# v2.105.10
## (2022-10-13)

# v5.4.0+rev3
## (2024-07-30)


<details>
<summary> Update balena-yocto-scripts to 7736d3807540afb6646b435117bffa2377ac0156 [balena-renovate[bot]] </summary>

> ## balena-yocto-scripts-1.25.16
> ### (Invalid date)
>
> * Update docker/login-action action to v3.3.0 [balena-renovate[bot]]
>
> ## balena-yocto-scripts-1.25.15
> ### (Invalid date)
>
> * Update actions/upload-artifact action to v4.3.4 [balena-renovate[bot]]
>
> ## balena-yocto-scripts-1.25.14
> ### (2024-07-29)
>
> * Update balena-os/leviathan digest to 36aafe0 [balena-renovate[bot]]
>
> ## balena-yocto-scripts-1.25.13
> ### (2024-07-29)
>
> * Update actions/checkout action to v4.1.7 [balena-renovate[bot]]
>
> ## balena-yocto-scripts-1.25.12
> ### (2024-07-29)
>
> * Update Pin dependencies [balena-renovate[bot]]
>
> ## balena-yocto-scripts-1.25.11
> ### (2024-07-29)
>
> * revovate: change config to use balena-io template [rcooke-warwick]
>
> ## balena-yocto-scripts-1.25.10
> ### (2024-07-23)
>
> * By default, deploy hostapp on push only [Leandro Motta Barros]
>
> ## balena-yocto-scripts-1.25.9
> ### (2024-07-22)
>
> * use token to fetch private contracts [rcooke-warwick]
> * unroll balena_lib_build_contract function [rcooke-warwick]
> * unroll balena_api_is_dt_private function [rcooke-warwick]
>
> ## 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.0+rev2
## (2024-07-15)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.4.0+rev2
5.4.0+rev3

0 comments on commit f4abe05

Please sign in to comment.