Skip to content

Commit

Permalink
v6.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 15, 2024
1 parent 8933503 commit 9060838
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
32 changes: 32 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
- commits:
- subject: Update balena-supervisor to v16.7.7
hash: a5fa76b78ede4419deacb69c891b5acd880115d0
body: |
Update balena-supervisor from 16.7.6 to 16.7.7
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested:
- commits:
- subject: "Firewall: allow DNS requests from custom Docker bridge networks"
hash: 7e1cafa866d7ce04d983a990aa219dbd23de26c7
body: |
We only allow DNS requests through `balena0` interface, but this
is the default Docker bridge which is used for containers that
don't have a custom bridge. However, the Supervisor creates a
custom bridge for all containers unless another network mode is
specified.
footer:
Change-type: patch
change-type: patch
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.7.7
title: ""
date: 2024-11-11T19:02:34.485Z
version: 6.1.10
title: ""
date: 2024-11-15T17:15:00.902Z
- commits:
- subject: Update actions/setup-python digest to 0b93645
hash: 1fd94da81b2613f9ff1d01e83f82705195ef51d7
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Change log
-----------

# v6.1.10
## (2024-11-15)


<details>
<summary> Update balena-supervisor to v16.7.7 [balena-renovate[bot]] </summary>

> ## balena-supervisor-16.7.7
> ### (2024-11-11)
>
> * Firewall: allow DNS requests from custom Docker bridge networks [Christina Ying Wang]
>
</details>

# v6.1.9
## (2024-11-15)

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.1.9"
DISTRO_VERSION = "6.1.10"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit 9060838

Please sign in to comment.