chore(deps): update netbirdio/signal docker tag to v0.62.3 #531
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/netbirdio-signal-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.59.11->0.62.3Release Notes
netbirdio/netbird (netbirdio/signal)
v0.62.3Compare Source
What's Changed
Full Changelog: https://github.com/netbirdio/netbird/compare/v0.62.2...v0.62.3
v0.62.2Compare Source
What's Changed
Full Changelog: https://github.com/netbirdio/netbird/compare/v0.62.1...v0.62.2
v0.62.1Compare Source
What's Changed
Full Changelog: https://github.com/netbirdio/netbird/compare/v0.62.0...v0.62.1
v0.62.0Compare Source
Release Notes for v0.62.0
What's New
🔓 Simplified Identity Provider Management
Self-hosted NetBird no longer requires an external identity provider by default. Local users now work out of the box without any IdP dependency.
What's changed:
This is available for new installations and is fully backward-compatible—existing setups will continue to work without changes. The previous Zitadel quickstart script remains available.
Learn more:
Dashboard Enhancements
Added instance setup wizard for first-time user creation on new installations

Added user creation flow with password generation and copy functionality
Added Identity Providers settings tab for configuring external IdPs directly from the UI

Related PRs
Client Enhancements
api.netbird.iois unreachable.#5033
#5031
#5047
#5036
Management Improvements
#5035, #5042
#5051
#5049
#5048
Identity & Infrastructure
#5008
Shared & Tooling Improvements
#5037
#4809
#5040
New Contributors
Full Changelog: v0.61.2...v0.62.0
v0.61.2Compare Source
What's Changed
Full Changelog: https://github.com/netbirdio/netbird/compare/v0.61.1...v0.61.2
v0.61.1Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/netbirdio/netbird/compare/v0.61.0...v0.61.1
v0.61.0Compare Source
Release Notes for v0.61.0
What's New
🔐 Fine-Grained SSH Access Control (Breaking Change)
NetBird introduces fine-grained SSH access control with support for explicit local OS users on target machines.
Administrators can now define which NetBird users or groups are allowed to connect as specific local system users, enabling safer, more predictable SSH access without relying on shared or implicit credentials.
⚠️ Breaking change for self-hosted deployments
Self-hosted installations must upgrade the Management server before upgrading their clients and enabling or using the new SSH access model.
Failing to upgrade may result in SSH access issues or unexpected behavior.
Learn more at: https://docs.netbird.io/manage/peers/ssh#fine-grained-access-control
🔄 Automatic Client Updates (Windows & macOS) - Beta
NetBird adds automatic client update support for Windows and macOS, helping users stay up to date with the latest fixes and features while maintaining full control over update behavior. This feature is currently in beta and administrators will be able to enable, disable, and configure a custom max version.
A few notes on the behavior:
Learn more at: https://docs.netbird.io/manage/peers/auto-update
Management Enhancements
#4969
Client Enhancements
#4732
#4983
#4884
#4886
#4695
MISC
#4916
#5001
#4993
#4876
New Contributors
Full Changelog: v0.60.8...v0.61.0
v0.60.9Compare Source
What's Changed
Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.8...v0.60.9
v0.60.8Compare Source
What's Changed
Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.7...v0.60.8
v0.60.7Compare Source
What's Changed
Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.6...v0.60.7
v0.60.6Compare Source
What's Changed
Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.5...v0.60.6
v0.60.5Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.4...v0.60.5
v0.60.4Compare Source
What's Changed
Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.3...v0.60.4
v0.60.3Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.2...v0.60.3
v0.60.2Compare Source
What's Changed
Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.1...v0.60.2
v0.60.1Compare Source
What's Changed
Full Changelog: https://github.com/netbirdio/netbird/compare/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
Add 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
⚠️ NetBird SSH in v0.60.0 is a breaking change:
⚠️ Version compatibility: v0.60.0+ SSH is not backward compatible with older peers.
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: https://github.com/netbirdio/netbird/compare/v0.59.12...v0.59.13
v0.59.12Compare Source
What's Changed
Full Changelog: https://github.com/netbirdio/netbird/compare/v0.59.11...v0.59.12
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 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 has been generated by Renovate Bot.
chore(deps): update netbirdio/signal docker tag to v0.59.12to chore(deps): update netbirdio/signal docker tag to v0.59.1322f1f9422ef04694f445chore(deps): update netbirdio/signal docker tag to v0.59.13to chore(deps): update netbirdio/signal docker tag to v0.60.0f04694f4459fb905d146chore(deps): update netbirdio/signal docker tag to v0.60.0to chore(deps): update netbirdio/signal docker tag to v0.60.19fb905d146def3b11521chore(deps): update netbirdio/signal docker tag to v0.60.1to chore(deps): update netbirdio/signal docker tag to v0.60.2def3b1152174f267fdb0chore(deps): update netbirdio/signal docker tag to v0.60.2to chore(deps): update netbirdio/signal docker tag to v0.60.374f267fdb0e613e36d48e613e36d484e91e7a7afchore(deps): update netbirdio/signal docker tag to v0.60.3to chore(deps): update netbirdio/signal docker tag to v0.60.44e91e7a7aff33ced3838chore(deps): update netbirdio/signal docker tag to v0.60.4to chore(deps): update netbirdio/signal docker tag to v0.60.5chore(deps): update netbirdio/signal docker tag to v0.60.5to chore(deps): update netbirdio/signal docker tag to v0.60.7f33ced383845aa3c1e6745aa3c1e675a904fd618chore(deps): update netbirdio/signal docker tag to v0.60.7to chore(deps): update netbirdio/signal docker tag to v0.60.85a904fd6182f5048129fchore(deps): update netbirdio/signal docker tag to v0.60.8to chore(deps): update netbirdio/signal docker tag to v0.60.92f5048129ff9ef4b0e75chore(deps): update netbirdio/signal docker tag to v0.60.9to chore(deps): update netbirdio/signal docker tag to v0.61.0f9ef4b0e7551162cf15fchore(deps): update netbirdio/signal docker tag to v0.61.0to chore(deps): update netbirdio/signal docker tag to v0.61.251162cf15fb48f508c82chore(deps): update netbirdio/signal docker tag to v0.61.2to chore(deps): update netbirdio/signal docker tag to v0.62.0b48f508c82a76ad8825dchore(deps): update netbirdio/signal docker tag to v0.62.0to chore(deps): update netbirdio/signal docker tag to v0.62.1a76ad8825d614a0e9d23chore(deps): update netbirdio/signal docker tag to v0.62.1to chore(deps): update netbirdio/signal docker tag to v0.62.2614a0e9d23488edf5322chore(deps): update netbirdio/signal docker tag to v0.62.2to chore(deps): update netbirdio/signal docker tag to v0.62.3Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (
0.62.3). You will get a PR once a newer version is released. To ignore this dependency forever, add it to theignoreDepsarray of your Renovate config.If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Pull request closed