Conversation
There was a problem hiding this comment.
netbird-server: 0.67.4 → 0.68.0
Verdict: Safe to merge
This is a routine minor version upgrade for the NetBird server component. All changes in v0.68.0 are backward-compatible bug fixes, reliability improvements, and client-side features. No breaking changes, deprecations, or new configuration requirements were identified.
Breaking changes: None.
Deprecations: None.
New features worth adopting:
- NAT-PMP/UPnP support — enables clients behind NAT to establish direct peer-to-peer connections without relying on relay servers, reducing latency and relay load. No server-side changes needed.
- TCP DNS support for local listener — improves DNS resolution behavior for clients; server-side only (relay refactor), no config changes needed.
Relevant fixes for this deployment:
- Relay handshake timeout (10s) — reliability fix for relay connections, no behavior change for well-behaved clients.
- SQLite store: the
pgx account loaderfix (service columns) only affects PostgreSQL deployments; this repo uses SQLite, so no impact.
Sources consulted:
- https://github.com/netbirdio/netbird/releases/tag/v0.68.0
- netbirdio/netbird#5770 (relay refactor — protocol unchanged, timeout added)
- netbirdio/netbird#5202 (NAT-PMP/UPnP — clients only)
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.67.4→0.68.0Release Notes
netbirdio/netbird (ghcr.io/netbirdio/netbird-server)
v0.68.0Compare Source
What's Changed
Full Changelog: netbirdio/netbird@v0.67.4...v0.68.0
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 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 these updates again.
This PR has been generated by Renovate Bot.