From 9060838858c8461f42f88c344c8f63ab50c7707b Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:15:08 +0000 Subject: [PATCH] v6.1.10 --- .versionbot/CHANGELOG.yml | 32 +++++++++++++++++++ CHANGELOG.md | 15 +++++++++ .../conf/distro/include/balena-os.inc | 2 +- 3 files changed, 48 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d547549d31..bad1f61f08 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Christina Ying Wang + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index df12c72b67..71af5bf5db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v6.1.10 +## (2024-11-15) + + +
+ Update balena-supervisor to v16.7.7 [balena-renovate[bot]] + +> ## balena-supervisor-16.7.7 +> ### (2024-11-11) +> +> * Firewall: allow DNS requests from custom Docker bridge networks [Christina Ying Wang] +> + +
+ # v6.1.9 ## (2024-11-15) diff --git a/meta-balena-common/conf/distro/include/balena-os.inc b/meta-balena-common/conf/distro/include/balena-os.inc index 2c17e9cf3d..5bd4f305a7 100644 --- a/meta-balena-common/conf/distro/include/balena-os.inc +++ b/meta-balena-common/conf/distro/include/balena-os.inc @@ -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 '''