-
Notifications
You must be signed in to change notification settings - Fork 41
chore(deps): update netbird #429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/netbird
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
77ab0f7 to
5358d83
Compare
5358d83 to
5b97445
Compare
83f7c33 to
3a7d1b8
Compare
3a7d1b8 to
bc3597b
Compare
bc3597b to
4d5d714
Compare
4d5d714 to
6abe823
Compare
6abe823 to
768d384
Compare
768d384 to
9df6a24
Compare
9df6a24 to
f821f1b
Compare
f821f1b to
430de8b
Compare
430de8b to
d1ce411
Compare
d1ce411 to
971d1f1
Compare
971d1f1 to
a96ec52
Compare
a96ec52 to
051ea71
Compare
33d80cc to
775b69f
Compare
5eb940b to
e08e0af
Compare
775b69f to
72c29b9
Compare
72c29b9 to
4913601
Compare
4913601 to
bb137ff
Compare
bb137ff to
dcfbef2
Compare
dcfbef2 to
33fdce1
Compare
33fdce1 to
5d835f9
Compare
5d835f9 to
753ad89
Compare
8f5176b to
ca9aba1
Compare
ca9aba1 to
c282c45
Compare
c282c45 to
638bef2
Compare
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:
v2.20.1->v2.22.20.59.8->0.60.40.59.8->0.60.40.59.8->0.60.40.59.8->0.60.4Release Notes
netbirdio/dashboard (docker.io/netbirdio/dashboard)
v2.22.2Compare Source
What's Changed
Full Changelog: netbirdio/dashboard@v2.22.1...v2.22.2
v2.22.1Compare Source
What's Changed
Full Changelog: netbirdio/dashboard@v2.22.0...v2.22.1
v2.22.0Compare Source
What's Changed
Full Changelog: netbirdio/dashboard@v2.21.0...v2.22.0
v2.21.0Compare Source
What's Changed
New Contributors
Full Changelog: netbirdio/dashboard@v2.20.2...v2.21.0
v2.20.2Compare Source
What's Changed
Full Changelog: netbirdio/dashboard@v2.20.1...v2.20.2
netbirdio/netbird (docker.io/netbirdio/management)
v0.60.4Compare Source
What's Changed
Full Changelog: netbirdio/netbird@v0.60.3...v0.60.4
v0.60.3Compare Source
What's Changed
New Contributors
Full Changelog: netbirdio/netbird@v0.60.2...v0.60.3
v0.60.2Compare Source
What's Changed
Full Changelog: netbirdio/netbird@v0.60.1...v0.60.2
v0.60.1Compare Source
What's Changed
Full Changelog: netbirdio/netbird@v0.60.0...v0.60.1
v0.60.0Compare Source
What's New
Native SSH Access & OpenSSH Integration
NetBird v0.60.0 ships a complete rewrite of SSH access. Every peer can now run a built-in SSH server, giving you identity-aware, private SSH access over your NetBird network — using either the
netbird sshcommand or your existing OpenSSH clients.Highlights
Built-in SSH server on every peer - Enable with
netbird up --allow-server-sshand get a native SSH endpoint without exposing port 22 to the internet.Identity-aware access with JWT - SSH sessions are authenticated via your IdP (OIDC/JWT) by default, so you know which user accessed which machine.
Works with
netbird sshand OpenSSH - Usenetbird ssh user@<peer-ip>or standardssh,sftp, andscpcommands; NetBird configures OpenSSH automatically via a drop-in99-netbird.conf.Port 22, transparently secured - NetBird listens on TCP 22022 and redirects NetBird-network port 22 traffic to it, so existing SSH workflows keep working without changing ports.
Advanced features when you need them - Optional SFTP, local and remote port forwarding, root login, and JWT token caching (
--ssh-jwt-cache-ttl) for fewer auth prompts.Machine identity mode (legacy behavior) - Prefer host-based trust? Disable JWT auth with
--disable-ssh-authand rely purely on network-level ACLs.How it works
netbird down # if already running netbird up --allow-server-sshAdd optional flags for SFTP, port forwarding, or root login as needed:
Create an ACL policy for SSH
Allow TCP port 22022 from your SSH client peers/groups to your SSH server peers/groups in Access Control.
Enable SSH in the Dashboard
Open the target peer → enable SSH Access.
Connect via CLI or OpenSSH
📖 Read more in the SSH documentation: https://docs.netbird.io/how-to/ssh
Client Improvements
#4797
#4805
Management Improvements
#4801
Upgrade & Compatibility Notes
For self-hosted environments, we recommend updating in this order:
--allow-server-ssh)netbird sshusers)Full Changelog: v0.59.13...v0.60.0
v0.59.13Compare Source
What's Changed
Full Changelog: netbirdio/netbird@v0.59.12...v0.59.13
v0.59.12Compare Source
What's Changed
Full Changelog: netbirdio/netbird@v0.59.11...v0.59.12
v0.59.11Compare Source
What's Changed
Full Changelog: netbirdio/netbird@v0.59.10...v0.59.11
v0.59.10Compare Source
What's Changed
Full Changelog: netbirdio/netbird@v0.59.9...v0.59.10
v0.59.9Compare Source
What's Changed
Full Changelog: netbirdio/netbird@v0.59.8...v0.59.9
Configuration
📅 Schedule: 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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.