chore(deps): update netbirdio/reverse-proxy docker tag to v0.77.1 - #137
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update netbirdio/reverse-proxy docker tag to v0.77.1#137renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/netbirdio-reverse-proxy-0.x
branch
3 times, most recently
from
August 13, 2026 16:44
7ccebb3 to
e18d6ee
Compare
renovate
Bot
force-pushed
the
renovate/netbirdio-reverse-proxy-0.x
branch
from
August 21, 2026 18:52
e18d6ee to
36c77a3
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.74.3→0.77.1Release Notes
netbirdio/netbird (netbirdio/reverse-proxy)
v0.77.1Compare Source
Release Notes for v0.77.1
What's New
Client Improvements
Fixed session extension and SSH authentication always using the device code flow on Linux.
#7187
Added Windows DNS configuration to the debug bundle.
#7196
Added a CI check for translation key parity.
#6852
Preserved the account email on Android logout while removing it when a profile is deleted.
#7200
Ranked Windows route candidates using combined route and interface metrics.
#7210
Skipped IPv6 route tests when the default next hop is unusable.
#7212
Passed the stored email as a login hint from the UI and preserved it on logout.
#7199
Fixed inconsistencies in the CI
gomobile initprocess.#7229
Deleted Windows NRPT rules by enumerating the registry instead of relying on a rule count.
#7195
Declared multi-buffer support for the loopback XDP program.
#7230
Exposed SSH functionality on Android.
#7156
Handled Android network changes without restarting the engine.
#7144
Cleared stale installer results before starting updates.
#7204
Stopped the UI before silent Windows updates and suppressed installer reboots.
#7209
Reported network addresses on Android for posture checks.
#7235
Restarted the UI using the user's environment block after updates.
#7245
Switched client tests to
go.uber.org/mock.#7253
Renamed TURN-specific WireGuard proxy terminology to relayed connections.
#7231
Fixed staticcheck findings after upgrading
golangci-lint.#7266
Added missing anonymization and SSH privilege translations.
#7269
Added a lazy connection override and device name reporting to the WASM client.
#7276
Management Improvements
Documented the mutual exclusivity of
portsandport_rangesin policy rules.#7158
Refused usage limits that one-off setup keys cannot honor.
#7220
Switched management tests to
go.uber.org/mock.#7253
Suppressed staticcheck warnings for deprecated protobuf fields.
#7261
Infrastructure & Miscellaneous
Added support for non-interactive, environment-driven installations in
getting-started.sh.#7168
Updated the Agent Network documentation.
#7020
Prevented overriding the dashboard image in Enterprise migrations.
#7206
Skipped store migrations for PostgreSQL deployments.
#7207
New Contributors
@SunsetDrifter made their first contribution in #7158
@znel2002 made their first contribution in #7168
Full Changelog: netbirdio/netbird@v0.77.0...v0.77.1
v0.77.0Compare Source
Release Notes for v0.77.0
What's New
Agent Network
Reworked Agent Network endpoint identity and settings bootstrap.
#7085
Added a proxy-connect authorizer seam for Agent Network.
#7136
Added reverse proxy usage accounting for activity tracking.
#7116
Client Improvements
Added strict anonymization level and MAC address anonymization to debug bundles.
#7102
Declared the
xdg-utilsdependency for NetBird UI packages.#7126
Fixed credentials used for GTK3 package uploads.
#7125
Prevented WireGuard packets from being misrouted to the STUN handler.
#7059
Updated the NetBird Wails fork to remove the native WebView2 dependency.
#7128
Migrated the relay QUIC tracer to qlog and upgraded
quic-goto v0.59.1.#7124
Derived Windows SSH privilege checks from the user token and group membership.
#6966
Adjusted the GTK3 release job.
#7163
Fixed a macOS DNS panic caused by malformed
scutiloutput.#7180
Added a fallback to per-IP ACL rules when
ipsetis unavailable.#6332
Gated IPv6 forwarding on overlay IPv6 while preserving host Router Advertisement acceptance.
#6221
Removed installer registry handlers for Windows autostart Run keys.
#7183
Infrastructure & Documentation
Added Crowdin configuration for UI translation synchronization.
#7155
Fixed Crowdin export paths and export options.
#7162
Updated the documentation to direct translation contributions to Crowdin.
#7161
Allowed external test suites to reuse the NetBird end-to-end test harness.
#7176
Improved the release pipeline to build release branches and delay marking releases as "latest" until signing is complete.
#7171
Full Changelog: netbirdio/netbird@v0.76.3...v0.77.0
v0.76.3Compare Source
What's Changed
Full Changelog: netbirdio/netbird@v0.76.2...v0.76.3
v0.76.2Compare Source
What's Changed
New Contributors
Full Changelog: netbirdio/netbird@v0.76.1...v0.76.2
v0.76.1Compare Source
What's Changed
Agent Network
New proxy under old management silently disables cost metering.
New Contributors
Full Changelog: netbirdio/netbird@v0.76.0...v0.76.1
v0.76.0Compare Source
Security
Fixes a local privilege escalation in the client daemon (GHSA-qcpp-8vwj-hhwr). The daemon's local control interface accepted any local caller without authentication, so an unprivileged user on the same machine could enable the embedded SSH server, turn on SSH root login and disable SSH authentication, and then open a root shell. Every version from 0.5.0 to 0.75.1 is affected: on Linux, macOS and FreeBSD through the world-writable Unix socket, and on Windows through the loopback TCP listener, which carried no caller identity at all. Reported by @neewek.
The daemon now derives each local caller's identity from the kernel and requires root, or an administrator on Windows, to enable the SSH server, enable SSH root login, disable SSH authentication, or to change the management URL or deregister the peer while that profile has the SSH server enabled. On Windows it serves a named pipe instead of loopback TCP, and existing installations are migrated automatically.
Upgrade note: if you enable any of those settings from a script or an unprivileged session, run the command with sudo, or from an elevated prompt on Windows. Turning them off is unchanged, and so is everything else on the socket.
Learn more here
What's Changed
New Contributors
Full Changelog: netbirdio/netbird@v0.75.1...v0.76.0
v0.75.1Compare Source
Release Notes for v0.75.1
What's New
Agent Network
Added prompt cache token and cost accounting to Agent Network usage.
#6900
Added support for Claude Opus 5.
#6895
Scoped Agent Network model allowlists per policy, group, and provider.
#6905
Client Improvements
Reconcile routed AllowedIPs when a lazy connection becomes idle.
#6863
Fetch FreeBSD port files from the GitHub mirror instead of cgit.
#6880
Restored the missing
backup.Resetbehavior.#6883
Made
Test_ConnectPeersdeterministic under Docker/eBPF kernel and Darwin CI.#6884
Export agent version information for iOS.
#6918
Use platform-specific installer URLs for manual update downloads.
#6922
Exit the GUI immediately when the Windows session ends.
#6878
Fixed stale routing peers after removing overlapping-prefix networks.
#6799
Added
ReapplyMatchingsupport to the dedicatedAllowedIPsRefCounter.#6935
Infrastructure & Miscellaneous
rootless-latestDocker image tag.#6914
Full Changelog: netbirdio/netbird@v0.75.0...v0.75.1
v0.75.0Compare Source
Release Notes for v0.75.0
New Feature: Redesigned Desktop Client
This release ships a complete rewrite of the desktop client. We went ahead and replaced the old Fyne-based tray application with a new Wails v3 app backed by a React and TypeScript frontend, and it is a massive upgrade. You get a proper main connection view, an exit-node switcher, a networks and peers browser with detail panels, profile management, full settings, debug-bundle creation, and a first-run welcome flow, all in one place instead of buried in a tray menu. #6473 by @pappz and @heisbrot
The new UI is also translated into 10 languages now, and session handling got a lot smarter, so you actually know when your session is about to expire instead of finding out the hard way. Do note that launch-on-login is now enabled by default on fresh GUI installs, so if you manage devices through MDM, the
disableAutostartsetting is enforced on every launch to keep that under your control.netbird loginimprovements. #6473disableAutostarton every GUI launch, not just fresh installs. #6782 by @riccardomanfrinLearn more:
What's Changed
Desktop Client Improvements
Client Improvements
Management Improvements
dashboard_featuresaccount setting #6742 and theagent_network_onlyaccount setting #6736, withagent_network_onlyrequiringdashboard_features.agent_networkto be enabled #6750 — all by @mlsmayconAgent Network
metadata_disabledoption. #6791 by @mlsmayconRelay Improvements
X-Real-Ipheaders only from configured trusted proxies. #6833 by @pappzSelf-Hosting Improvements
Internal, CI, and Docs
--ignore-scriptsin frontend CI. #6859 by @pappzNew Contributors
Full Changelog: netbirdio/netbird@v0.74.7...v0.75.0
v0.74.7Compare Source
What's Changed
Full Changelog: netbirdio/netbird@v0.74.6...v0.74.7
v0.74.6Compare Source
What's Changed
Full Changelog: netbirdio/netbird@v0.74.5...v0.74.6
v0.74.5Compare Source
What's Changed
Full Changelog: netbirdio/netbird@v0.74.4...v0.74.5
v0.74.4Compare Source
What's Changed
New Contributors
Full Changelog: netbirdio/netbird@v0.74.3...v0.74.4
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.