Skip to content

Commit

Permalink
v6.0.5+rev1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jul 22, 2024
1 parent 7e729ae commit 35ac2b1
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 1 deletion.
53 changes: 53 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
- commits:
- subject: Update balena-yocto-scripts to 7b65acc0280a2239d7f8fcfd7260151d97b6f3d5
hash: 2e804ccf9af5db64408bb7025c8b3e45eb6cac10
body: Update balena-yocto-scripts
footer:
Changelog-entry: Update balena-yocto-scripts to 7b65acc0280a2239d7f8fcfd7260151d97b6f3d5
changelog-entry: Update balena-yocto-scripts to 7b65acc0280a2239d7f8fcfd7260151d97b6f3d5
author: Self-hosted Renovate Bot
nested:
- commits:
- subject: use token to fetch private contracts
hash: acfc8d20ce8dd4b29eae67679dd1a89ffcc75c7c
body: ""
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: []
- subject: unroll balena_lib_build_contract function
hash: 82c9e482f3bfb0fcd960c455f2c8ff0c42c98baa
body: ""
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: []
- 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 <ryan@balena.io>
signed-off-by: Ryan Cooke <ryan@balena.io>
author: rcooke-warwick
nested: []
version: balena-yocto-scripts-1.25.9
title: ""
date: 2024-07-22T16:18:49.689Z
version: 6.0.5+rev1
title: ""
date: 2024-07-22T19:42:02.550Z
- commits:
- subject: Update layers/meta-balena to 7c9d2c889576bf75a7b90fcbe3502541df286fe3
hash: 14e59de2a484416b91c9337736cd909992555d8a
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Change log
-----------

# v6.0.5+rev1
## (2024-07-22)


<details>
<summary> Update balena-yocto-scripts to 7b65acc0280a2239d7f8fcfd7260151d97b6f3d5 [Self-hosted Renovate Bot] </summary>

> ## 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]
>

</details>

# v6.0.5
## (2024-07-22)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.5
6.0.5+rev1

0 comments on commit 35ac2b1

Please sign in to comment.