From 11e4f200afb8a3d26101d06562877de901d37aad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 23:08:54 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20netbirdio/net?= =?UTF-8?q?bird=20to=20v0.77.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netbird/Dockerfile | 2 +- netbird/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/netbird/Dockerfile b/netbird/Dockerfile index ada7425..d3678aa 100644 --- a/netbird/Dockerfile +++ b/netbird/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/base:21.0.2 -FROM netbirdio/netbird:0.77.0 as netbird-container +FROM netbirdio/netbird:0.77.1 as netbird-container # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/netbird/config.yaml b/netbird/config.yaml index a4b6872..bde2c9d 100644 --- a/netbird/config.yaml +++ b/netbird/config.yaml @@ -1,6 +1,6 @@ --- name: NetBird -version: v0.77.0 +version: v0.77.1 slug: netbird description: Connect your devices into a single secure private WireGuard®-based mesh network. url: https://github.com/netbirdio/addon-netbird From eab10bf96616344db3464b0413bbee65934a2b5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 21 Aug 2026 23:09:09 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20Update=20CHANGELOG.md=20for?= =?UTF-8?q?=20NetBird=20v0.77.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netbird/CHANGELOG.md | 128 +++++++++++++++++++++++++++---------------- 1 file changed, 81 insertions(+), 47 deletions(-) diff --git a/netbird/CHANGELOG.md b/netbird/CHANGELOG.md index 279d10d..2f93469 100644 --- a/netbird/CHANGELOG.md +++ b/netbird/CHANGELOG.md @@ -1,79 +1,113 @@ # Changelog -## [v0.77.0] - 2026-08-13 +## [v0.77.1] - 2026-08-21 ### Changed -- Updated to NetBird v0.77.0 +- Updated to NetBird v0.77.1 ### Upstream Release Notes -## Release Notes for v0.77.0 +## Release Notes for v0.77.1 ### What's New -#### Agent Network +#### Client Improvements -- Reworked Agent Network endpoint identity and settings bootstrap. - https://github.com/netbirdio/netbird/pull/7085 +- Fixed session extension and SSH authentication always using the device code flow on Linux. + https://github.com/netbirdio/netbird/pull/7187 -- Added a proxy-connect authorizer seam for Agent Network. - https://github.com/netbirdio/netbird/pull/7136 +- Added Windows DNS configuration to the debug bundle. + https://github.com/netbirdio/netbird/pull/7196 -- Added reverse proxy usage accounting for activity tracking. - https://github.com/netbirdio/netbird/pull/7116 +- Added a CI check for translation key parity. + https://github.com/netbirdio/netbird/pull/6852 -#### Client Improvements +- Preserved the account email on Android logout while removing it when a profile is deleted. + https://github.com/netbirdio/netbird/pull/7200 + +- Ranked Windows route candidates using combined route and interface metrics. + https://github.com/netbirdio/netbird/pull/7210 + +- Skipped IPv6 route tests when the default next hop is unusable. + https://github.com/netbirdio/netbird/pull/7212 + +- Passed the stored email as a login hint from the UI and preserved it on logout. + https://github.com/netbirdio/netbird/pull/7199 + +- Fixed inconsistencies in the CI `gomobile init` process. + https://github.com/netbirdio/netbird/pull/7229 + +- Deleted Windows NRPT rules by enumerating the registry instead of relying on a rule count. + https://github.com/netbirdio/netbird/pull/7195 + +- Declared multi-buffer support for the loopback XDP program. + https://github.com/netbirdio/netbird/pull/7230 + +- Exposed SSH functionality on Android. + https://github.com/netbirdio/netbird/pull/7156 + +- Handled Android network changes without restarting the engine. + https://github.com/netbirdio/netbird/pull/7144 + +- Cleared stale installer results before starting updates. + https://github.com/netbirdio/netbird/pull/7204 + +- Stopped the UI before silent Windows updates and suppressed installer reboots. + https://github.com/netbirdio/netbird/pull/7209 + +- Reported network addresses on Android for posture checks. + https://github.com/netbirdio/netbird/pull/7235 + +- Restarted the UI using the user's environment block after updates. + https://github.com/netbirdio/netbird/pull/7245 + +- Switched client tests to `go.uber.org/mock`. + https://github.com/netbirdio/netbird/pull/7253 -- Added strict anonymization level and MAC address anonymization to debug bundles. - https://github.com/netbirdio/netbird/pull/7102 +- Renamed TURN-specific WireGuard proxy terminology to relayed connections. + https://github.com/netbirdio/netbird/pull/7231 -- Declared the `xdg-utils` dependency for NetBird UI packages. - https://github.com/netbirdio/netbird/pull/7126 +- Fixed staticcheck findings after upgrading `golangci-lint`. + https://github.com/netbirdio/netbird/pull/7266 -- Fixed credentials used for GTK3 package uploads. - https://github.com/netbirdio/netbird/pull/7125 +- Added missing anonymization and SSH privilege translations. + https://github.com/netbirdio/netbird/pull/7269 -- Prevented WireGuard packets from being misrouted to the STUN handler. - https://github.com/netbirdio/netbird/pull/7059 +- Added a lazy connection override and device name reporting to the WASM client. + https://github.com/netbirdio/netbird/pull/7276 -- Updated the NetBird Wails fork to remove the native WebView2 dependency. - https://github.com/netbirdio/netbird/pull/7128 +#### Management Improvements -- Migrated the relay QUIC tracer to qlog and upgraded `quic-go` to v0.59.1. - https://github.com/netbirdio/netbird/pull/7124 +- Documented the mutual exclusivity of `ports` and `port_ranges` in policy rules. + https://github.com/netbirdio/netbird/pull/7158 -- Derived Windows SSH privilege checks from the user token and group membership. - https://github.com/netbirdio/netbird/pull/6966 +- Refused usage limits that one-off setup keys cannot honor. + https://github.com/netbirdio/netbird/pull/7220 -- Adjusted the GTK3 release job. - https://github.com/netbirdio/netbird/pull/7163 +- Switched management tests to `go.uber.org/mock`. + https://github.com/netbirdio/netbird/pull/7253 -- Fixed a macOS DNS panic caused by malformed `scutil` output. - https://github.com/netbirdio/netbird/pull/7180 +- Suppressed staticcheck warnings for deprecated protobuf fields. + https://github.com/netbirdio/netbird/pull/7261 -- Added a fallback to per-IP ACL rules when `ipset` is unavailable. - https://github.com/netbirdio/netbird/pull/6332 -- Gated IPv6 forwarding on overlay IPv6 while preserving host Router Advertisement acceptance. - https://github.com/netbirdio/netbird/pull/6221 +#### Infrastructure & Miscellaneous -- Removed installer registry handlers for Windows autostart Run keys. - https://github.com/netbirdio/netbird/pull/7183 +- Added support for non-interactive, environment-driven installations in `getting-started.sh`. + https://github.com/netbirdio/netbird/pull/7168 -#### Infrastructure & Documentation +- Updated the Agent Network documentation. + https://github.com/netbirdio/netbird/pull/7020 -- Added Crowdin configuration for UI translation synchronization. - https://github.com/netbirdio/netbird/pull/7155 +- Prevented overriding the dashboard image in Enterprise migrations. + https://github.com/netbirdio/netbird/pull/7206 -- Fixed Crowdin export paths and export options. - https://github.com/netbirdio/netbird/pull/7162 +- Skipped store migrations for PostgreSQL deployments. + https://github.com/netbirdio/netbird/pull/7207 -- Updated the documentation to direct translation contributions to Crowdin. - https://github.com/netbirdio/netbird/pull/7161 +### New Contributors -- Allowed external test suites to reuse the NetBird end-to-end test harness. - https://github.com/netbirdio/netbird/pull/7176 +- @SunsetDrifter made their first contribution in https://github.com/netbirdio/netbird/pull/7158 -- Improved the release pipeline to build release branches and delay marking releases as "latest" until signing is complete. - https://github.com/netbirdio/netbird/pull/7171 +- @znel2002 made their first contribution in https://github.com/netbirdio/netbird/pull/7168 -**Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.76.3...v0.77.0 +**Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.77.0...v0.77.1