Skip to content

chore(deps): update netbirdio/reverse-proxy docker tag to v0.77.1 - #137

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/netbirdio-reverse-proxy-0.x
Open

chore(deps): update netbirdio/reverse-proxy docker tag to v0.77.1#137
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/netbirdio-reverse-proxy-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
netbirdio/reverse-proxy minor 0.74.30.77.1

Release Notes

netbirdio/netbird (netbirdio/reverse-proxy)

v0.77.1

Compare 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 init process.
    #​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 ports and port_ranges in 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

Full Changelog: netbirdio/netbird@v0.77.0...v0.77.1

v0.77.0

Compare 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-utils dependency 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-go to 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 scutil output.
    #​7180

  • Added a fallback to per-IP ACL rules when ipset is 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.3

Compare Source

What's Changed

Full Changelog: netbirdio/netbird@v0.76.2...v0.76.3

v0.76.2

Compare Source

What's Changed
New Contributors

Full Changelog: netbirdio/netbird@v0.76.1...v0.76.2

v0.76.1

Compare Source

What's Changed

Agent Network

  • The merged PR #​6965 requires an upgrade of both Management and Proxy containers.
    New proxy under old management silently disables cost metering.

New Contributors

Full Changelog: netbirdio/netbird@v0.76.0...v0.76.1

v0.76.0

Compare 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.1

Compare 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.Reset behavior.
    #​6883

  • Made Test_ConnectPeers deterministic 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 ReapplyMatching support to the dedicated AllowedIPsRefCounter.
    #​6935

Infrastructure & Miscellaneous
  • Restored the rootless-latest Docker image tag.
    #​6914

Full Changelog: netbirdio/netbird@v0.75.0...v0.75.1

v0.75.0

Compare 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

peers-view

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 disableAutostart setting is enforced on every launch to keep that under your control.

settings-language
  • Rebuilt the desktop client as a Wails v3 application with a React + TypeScript frontend, replacing the Fyne UI. #​6473
  • Added internationalization with 10 locales (English, German, Spanish, French, Hungarian, Italian, Japanese, Portuguese, Russian, and Simplified Chinese), shared between the tray and the frontend. #​6473, #​6790 by @​s-shimizu-clpl
  • Added a new system tray with per-platform theme-aware icons, including a native XEmbed host and theme watcher on Linux. #​6473
  • Improved session handling with an auth session watcher, pending login flow, session-expiration dialog and tray notifications, and netbird login improvements. #​6473
  • Extended the daemon API with status stream subscription, an event stream, networks and exit-node selection endpoints, and richer full status, with probe throttling to protect the daemon from UI-driven request storms. #​6473
  • Enabled launch-on-login by default on fresh GUI installs, managed through the daemon as the single source of truth (HKCU on Windows). #​6738 by @​mlsmaycon
  • Enforced MDM disableAutostart on every GUI launch, not just fresh installs. #​6782 by @​riccardomanfrin

Learn more:

What's Changed
Desktop Client Improvements
Client Improvements
Management Improvements
Agent Network
Relay Improvements
Self-Hosting Improvements
Internal, CI, and Docs
New Contributors

Full Changelog: netbirdio/netbird@v0.74.7...v0.75.0

v0.74.7

Compare Source

What's Changed

Full Changelog: netbirdio/netbird@v0.74.6...v0.74.7

v0.74.6

Compare Source

What's Changed
  • [client] ios: preserve WireGuard key on interactive re-login (#​6777)

Full Changelog: netbirdio/netbird@v0.74.5...v0.74.6

v0.74.5

Compare Source

What's Changed

Full Changelog: netbirdio/netbird@v0.74.4...v0.74.5

v0.74.4

Compare Source

What's Changed
New Contributors

Full Changelog: netbirdio/netbird@v0.74.3...v0.74.4


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/netbirdio-reverse-proxy-0.x branch 3 times, most recently from 7ccebb3 to e18d6ee Compare August 13, 2026 16:44
@renovate renovate Bot changed the title chore(deps): update netbirdio/reverse-proxy docker tag to v0.76.3 chore(deps): update netbirdio/reverse-proxy docker tag to v0.77.0 Aug 13, 2026
@renovate
renovate Bot force-pushed the renovate/netbirdio-reverse-proxy-0.x branch from e18d6ee to 36c77a3 Compare August 21, 2026 18:52
@renovate renovate Bot changed the title chore(deps): update netbirdio/reverse-proxy docker tag to v0.77.0 chore(deps): update netbirdio/reverse-proxy docker tag to v0.77.1 Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants