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 820359b commit 782207a
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 1 deletion.
79 changes: 79 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,82 @@
- 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 <[email protected]>
signed-off-by: Christina Ying Wang <[email protected]>
author: Christina Ying Wang
nested: []
version: balena-supervisor-16.6.0
title: ""
date: 2024-08-28T22:47:08.152Z
version: 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
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Change log
-----------

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


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

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

Expand Down
2 changes: 1 addition & 1 deletion meta-balena-common/conf/distro/include/balena-os.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc

DISTRO = "balena-os"
DISTRO_NAME = "balenaOS"
DISTRO_VERSION = "6.0.18"
DISTRO_VERSION = "6.0.19"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit 782207a

Please sign in to comment.