This commit is contained in:
flowzone-app[bot] 2024-08-31 11:57:11 +00:00 committed by GitHub
parent 25a5766744
commit ea7dc076c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 164 additions and 1 deletions

View file

@ -1,3 +1,125 @@
- commits:
- subject: Update layers/meta-balena to 782207a721f505e9e414c7a79259c407e2d6c445
hash: 57c14806f84d429152ef33c2e081aa1bff6b93bf
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
version: 6.0.19
title: ""
date: 2024-08-31T11:57:06.109Z
- commits: - commits:
- subject: Update layers/meta-balena to ff036025013fc850f9293e3ff590ea467543172f - subject: Update layers/meta-balena to ff036025013fc850f9293e3ff590ea467543172f
hash: e0cbd02adb7bea949c7adce94393956d01fa7ada hash: e0cbd02adb7bea949c7adce94393956d01fa7ada

View file

@ -1,6 +1,47 @@
Change log Change log
----------- -----------
# 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]]
>
</details>
# v6.0.16 # v6.0.16
## (2024-08-30) ## (2024-08-30)

View file

@ -1 +1 @@
6.0.16 6.0.19