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 e27daf0 commit 1b78a41
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: 3ca9ae3b89bdc4a629483be28acf5c3fbe2f67d2
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 <[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
version: 6.0.5+rev1
title: ""
date: 2024-07-22T17:36:46.828Z
- commits:
- subject: Update layers/meta-balena to 7c9d2c889576bf75a7b90fcbe3502541df286fe3
hash: 3f2b226104ce87a180e62c29babe0959f72b0438
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# v2.105.10
## (2022-10-13)

# 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 1b78a41

Please sign in to comment.