-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f079891
commit 3a6435c
Showing
3 changed files
with
128 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,99 @@ | ||
- commits: | ||
- subject: Update layers/meta-balena to 782207a721f505e9e414c7a79259c407e2d6c445 | ||
hash: 1b920af7fbcde251d604394a6263b7c8603379fa | ||
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 <[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: meta-balena-6.0.19 | ||
title: "" | ||
date: 2024-08-31T07:40:08.932Z | ||
version: 6.0.19 | ||
title: "" | ||
date: 2024-08-31T08:39:25.551Z | ||
- commits: | ||
- subject: Update layers/meta-balena to a74e7ee8a18dae7a2284de787fd2e7531b840b36 | ||
hash: 4fea0e695bc4fbc1c09e4919924839b7a76faf26 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.0.18 | ||
6.0.19 |