Skip to content

Commit

Permalink
v6.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 31, 2024
1 parent 01f1637 commit 9db7fe0
Show file tree
Hide file tree
Showing 3 changed files with 318 additions and 1 deletion.
237 changes: 237 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,240 @@
- commits:
- subject: Update layers/meta-balena to 782207a721f505e9e414c7a79259c407e2d6c445
hash: 3eb11da34a1d82000f6387751eeedf3f108186e6
body: Update layers/meta-balena
footer:
Changelog-entry: Update layers/meta-balena to 782207a721f505e9e414c7a79259c407e2d6c445
changelog-entry: Update layers/meta-balena to 782207a721f505e9e414c7a79259c407e2d6c445
author: balena-renovate[bot]
nested:
- commits:
- subject: Update balena-supervisor to v16.6.1
hash: 6fdf650a5e214dacb40dd87e34c9369464cc2d12
body: |
Update balena-supervisor from 16.5.8 to 16.6.1
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested:
- commits:
- subject: Remove unused patchDevice function
hash: 788afee9a1ebce3d1a319b0ca998ba4163f482ce
body: >
This function was a remainder of the dependent devices
code that no
was removed on #2105
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: balena-supervisor-16.6.1
title: ""
date: 2024-08-29T16:36:07.606Z
- commits:
- subject: Add support for redsocks dnsu2t config
hash: eaa07e97a9fd2089d1f6a2f3bdff74215cdee789
body: >
Users may specify dnsu2t config by including a `dns`
field
in the `proxy` section of PATCH /v1/device/host-config's
body:
```
{
network: {
proxy: {
dns: '1.1.1.1:53',
}
}
}
```
If `dns` is a string, ADDRESS and PORT are required and
should be
in the format `ADDRESS:PORT`. The endpoint with error
with
code 400 if either ADDRESS or PORT are missing.
`dns` may also be a boolean. If true, defaults will be
configured.
If false, the dns configuration will be removed.
If `proxy` is patched to empty, `dns` will be removed
regardless
of its current or input configs, as `dns` depends on an
active
redsocks proxy to function.
footer:
Change-type: minor
change-type: minor
Signed-off-by: Christina Ying Wang <christina@balena.io>
signed-off-by: Christina Ying Wang <christina@balena.io>
author: Christina Ying Wang
nested: []
version: balena-supervisor-16.6.0
title: ""
date: 2024-08-28T22:47:08.152Z
version: meta-balena-6.0.19
title: ""
date: 2024-08-31T07:40:08.932Z
- commits:
- subject: Update balena-os/balena-yocto-scripts action to v1.25.28
hash: 5d1ed6bafe7269c890b1f976f1065df7407ae7e7
body: |
Update balena-os/balena-yocto-scripts from v1.25.26 to v1.25.28
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested: []
version: meta-balena-6.0.18
title: ""
date: 2024-08-31T04:29:39.151Z
- commits:
- subject: Update Pin balena-os/balena-yocto-scripts action to a3dfa26
hash: 3243ce257ab7824e3cf90e214dc31e56b3697ec5
body: |
Update balena-os/balena-yocto-scripts
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested: []
version: meta-balena-6.0.17
title: ""
date: 2024-08-31T01:13:35.118Z
- commits:
- subject: Update tests/leviathan digest to ff6a079
hash: 5b915b20c402774b2926a8f2ea73200daffdd607
body: Update tests/leviathan
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested:
- commits:
- subject: Update core/contracts digest to 59752b7
hash: 77fb084fa0073a4ce024c258bc81b44c7df84daa
body: |
Update core/contracts
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested: []
version: leviathan-2.31.29
title: ""
date: 2024-08-29T19:33:37.619Z
- commits:
- subject: Update balena-os/leviathan-worker to v2.9.43
hash: 47bf1a79a6935e7c99430266f67d90f0f0155256
body: |
Update balena-os/leviathan-worker from 2.9.41 to 2.9.43
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested: []
version: leviathan-2.31.28
title: ""
date: 2024-08-29T18:44:20.177Z
- commits:
- subject: Update docker/setup-buildx-action digest to 988b5a0
hash: e6b3ef176fbadff3adeb317158d8be96c635092a
body: |
Update docker/setup-buildx-action
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested: []
version: leviathan-2.31.27
title: ""
date: 2024-08-29T17:37:31.318Z
- commits:
- subject: specify ipv4 localhost for balena tunnel
hash: 26d159fb88c3455975a048aa70bfeaad530d6330
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: Move balena-cli download to a build stage with renovate management
hash: 6bc62dc2b0b8368aea6b1763968ee5d775657d0e
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: "core: update CLI to 19.0.0"
hash: 382dd48d3c3f7bc4fbad1e3376d84a40c1342c15
body: >
we were previously using CLI 16.0.0, which is now over
365 days since the next major release (17.0.0) , so its
deprecated and won't work without adding the
--unsupported flag, or updating. Choosing to update
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: leviathan-2.31.26
title: ""
date: 2024-08-29T16:24:31.112Z
version: meta-balena-6.0.16
title: ""
date: 2024-08-29T22:23:40.786Z
- commits:
- subject: remove up-board and cl-som-imx8
hash: e89f03602ba6b9565db22e90ff1c7f604c6f2eca
body: >
These were recently removed from yocto-all as they need to be
moved to kirkstone or higher - and that work is not trivial
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: Add GHA workflows for additional device types
hash: de582e93afe502654f02617fbf6daa930e4cad03
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: []
version: meta-balena-6.0.15
title: ""
date: 2024-08-29T13:04:15.729Z
version: 6.0.19
title: ""
date: 2024-08-31T13:57:46.286Z
- commits:
- subject: Update layers/meta-balena to b42b3484ad1fd0f71224d70b08d40bf8e3bef784
hash: 5600315289f08d35dc5f80efb44b099265766ead
Expand Down
80 changes: 80 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,86 @@

# v6.0.5

# v6.0.19
## (2024-08-31)


<details>
<summary> Update layers/meta-balena to 782207a721f505e9e414c7a79259c407e2d6c445 [balena-renovate[bot]] </summary>

> ## meta-balena-6.0.19
> ### (2024-09-01)
>
>
> <details>
> <summary> Update balena-supervisor to v16.6.1 [balena-renovate[bot]] </summary>
>
>> ### balena-supervisor-16.6.1
>> #### (2024-08-29)
>>
>> * Remove unused patchDevice function [Felipe Lalanne]
>>
>> ### balena-supervisor-16.6.0
>> #### (2024-08-28)
>>
>> * Add support for redsocks dnsu2t config [Christina Ying Wang]
>>
>
> </details>
>
>
> ## meta-balena-6.0.18
> ### (2024-09-01)
>
> * Update balena-os/balena-yocto-scripts action to v1.25.28 [balena-renovate[bot]]
>
> ## meta-balena-6.0.17
> ### (2024-09-01)
>
> * Update Pin balena-os/balena-yocto-scripts action to a3dfa26 [balena-renovate[bot]]
>
> ## meta-balena-6.0.16
> ### (2024-08-29)
>
>
> <details>
> <summary> Update tests/leviathan digest to ff6a079 [balena-renovate[bot]] </summary>
>
>> ### leviathan-2.31.29
>> #### (2024-08-29)
>>
>> * Update core/contracts digest to 59752b7 [balena-renovate[bot]]
>>
>> ### leviathan-2.31.28
>> #### (2024-08-29)
>>
>> * Update balena-os/leviathan-worker to v2.9.43 [balena-renovate[bot]]
>>
>> ### leviathan-2.31.27
>> #### (2024-08-29)
>>
>> * Update docker/setup-buildx-action digest to 988b5a0 [balena-renovate[bot]]
>>
>> ### leviathan-2.31.26
>> #### (2024-08-29)
>>
>> * specify ipv4 localhost for balena tunnel [rcooke-warwick]
>> * Move balena-cli download to a build stage with renovate management [Kyle Harding]
>> * core: update CLI to 19.0.0 [rcooke-warwick]
>>
>
> </details>
>
>
> ## meta-balena-6.0.15
> ### (2024-08-29)
>
> * remove up-board and cl-som-imx8 [rcooke-warwick]
> * Add GHA workflows for additional device types [Kyle Harding]
>
</details>

# v6.0.14
## (2024-08-28)

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

0 comments on commit 9db7fe0

Please sign in to comment.