chore(deps): update netbirdio/management docker tag to v0.62.3 #518

Closed
renovate-bot wants to merge 1 commit from renovate/netbirdio-management-0.x into main
Collaborator

This PR contains the following updates:

Package Update Change
netbirdio/management minor 0.59.10 -> 0.62.3

Release Notes

netbirdio/netbird (netbirdio/management)

v0.62.3

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.62.2...v0.62.3

v0.62.2

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.62.1...v0.62.2

v0.62.1

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.62.0...v0.62.1

v0.62.0

Compare 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:

  • No IdP required - Create and manage users directly from the Dashboard
  • Multiple IdP support - Configure Pocket ID, Auth0, Google, Microsoft, Okta, or any OIDC provider directly from the Dashboard
  • New quickstart script - Simpler deployment with fewer containers
export NETBIRD_DOMAIN=netbird.example.com
curl -fsSL https://github.com/netbirdio/netbird/releases/latest/download/getting-started.sh | bash

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
    image

  • Added user creation flow with password generation and copy functionality

  • Added Identity Providers settings tab for configuring external IdPs directly from the UI
    image

image
  • Added IdP badges in user list showing each user's authentication source
    image
  • Added embedded identity provider for self-hosted deployments netbird#5008
  • Configure Identity Providers in the UI dashboard#523
Client Enhancements
  • Fixed an issue where the client could get stuck in connecting state when api.netbird.io is unreachable.
    #​5033
  • Added port forwarding support to the SSH proxy.
    #​5031
  • Added support for disabling the eBPF WireGuard proxy via environment variable.
    #​5047
  • Fixed SSH UI flickering test instability.
    #​5036
Management Improvements
  • Refactored integrated peer validation and peer deletion logic for better consistency.
    #​5035, #​5042
  • Incremented network serial on peer updates to ensure correct synchronization.
    #​5051
  • Fixed nil handling for extra settings in management.
    #​5049
  • Cached SSH authorized users in the network map for improved performance.
    #​5048
Identity & Infrastructure
  • Introduced Embedded IdP, simplifying identity provider management across management, infrastructure, and IdP components.
    #​5008
Shared & Tooling Improvements
  • Added support for setting a custom User-Agent in the REST client.
    #​5037
  • Fixed ui-post-install.sh to correctly use the full username.
    #​4809
  • Improved Nmap concurrency handling.
    #​5040
New Contributors

Full Changelog: v0.61.2...v0.62.0

v0.61.2

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.61.1...v0.61.2

v0.61.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.61.0...v0.61.1

v0.61.0

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

image

⚠️ 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:

  • Update check will happen on connection
  • Supported on Windows and macOS only
  • Disabled by default
  • Can be enabled via Settings → Client in the NetBird application. See image below:
image

Learn more at: https://docs.netbird.io/manage/peers/auto-update

Management Enhancements
  • Added fine-grained SSH access control across client and management.
    #​4969
Client Enhancements
  • Introduced auto-update support for the client to simplify upgrades.
    #​4732
  • Improved management domain lookup by adding an additional timeout.
    #​4983
  • Added Android profile switching for easier multi-profile usage.
    #​4884
  • Fixed Linux UI flickering during state updates.
    #​4886
  • Applied DNS host configuration only on changes to reduce unnecessary updates.
    #​4695
MISC
  • Added FreeBSD port release job to GitHub Actions.
    #​4916
  • Added conditional checks for FreeBSD diff file generation in CI.
    #​5001
  • Updated to new signing pipelines v0.1.0.
    #​4993
  • Fixed a broken image link in the README.
    #​4876
  • Preset signal port on templates #​5004
New Contributors

Full Changelog: v0.60.8...v0.61.0

v0.60.9

Compare Source

What's Changed

  • [client] lookup for management domains using an additional timeout #​4983

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.8...v0.60.9

v0.60.8

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.7...v0.60.8

v0.60.7

Compare Source

What's Changed

  • [client] Passthrough all non-NetBird chains to prevent them from dropping NetBird traffic by @​lixmal in #​4899
  • [client] Fix engine shutdown deadlock and sync-signal message handling races by @​pappz in #​4891
  • [client] Reorder subsystem shutdown so peer removal goes first by @​mlsmaycon in #​4914

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.6...v0.60.7

v0.60.6

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.5...v0.60.6

v0.60.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.4...v0.60.5

v0.60.4

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.3...v0.60.4

v0.60.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.2...v0.60.3

v0.60.2

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.1...v0.60.2

v0.60.1

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.60.0...v0.60.1

v0.60.0

Compare 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 ssh command or your existing OpenSSH clients.

Highlights

  • Built-in SSH server on every peer - Enable with netbird up --allow-server-ssh and 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 ssh and OpenSSH - Use netbird ssh user@<peer-ip> or standard ssh, sftp, and scp commands; NetBird configures OpenSSH automatically via a drop-in 99-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-auth and rely purely on network-level ACLs.

How it works

  1. Enable the SSH server on the target peer
netbird down  # if already running
netbird up --allow-server-ssh

Add optional flags for SFTP, port forwarding, or root login as needed:

netbird up --allow-server-ssh \
  --enable-ssh-local-port-forwarding \
  --enable-ssh-remote-port-forwarding \
  --enable-ssh-sftp \
  --enable-ssh-root
  1. 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.

  2. Enable SSH in the Dashboard
    Open the target peer → enable SSH Access.

  3. Connect via CLI or OpenSSH

  • NetBird CLI:
netbird ssh user@100.119.230.104
  • OpenSSH:
ssh user@100.119.230.104
sftp user@100.119.230.104
scp file.txt user@100.119.230.104:/path

📖 Read more in the SSH documentation: https://docs.netbird.io/how-to/ssh


Client Improvements
  • Updated the client login success page with an improved user experience.
      #​4797
  • Reverted deprecated gRPC client code migration to restore expected behavior.
      #​4805

Management Improvements
  • Fixed handling of port ranges in route firewall rules to ensure accurate rule application.
      #​4801

Upgrade & Compatibility Notes
  • ⚠️ NetBird SSH in v0.60.0 is a breaking change:

    • Server port changed from 44338 → 22022
    • Authentication moved from machine public keys to JWT-based user identity
    • Implicit firewall rules were removed - you now need an explicit ACL for port 22022
  • ⚠️ Version compatibility: v0.60.0+ SSH is not backward compatible with older peers.
    For self-hosted environments, we recommend updating in this order:

    1. Management server
    2. Dashboard (for browser SSH, if used)
    3. SSH servers first (peers with --allow-server-ssh)
    4. SSH clients last (netbird ssh users)

Full Changelog: v0.59.13...v0.60.0

v0.59.13

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.59.12...v0.59.13

v0.59.12

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.59.11...v0.59.12

v0.59.11

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.59.10...v0.59.11


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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [netbirdio/management](https://github.com/netbirdio/netbird) | minor | `0.59.10` -> `0.62.3` | --- ### Release Notes <details> <summary>netbirdio/netbird (netbirdio/management)</summary> ### [`v0.62.3`](https://github.com/netbirdio/netbird/releases/tag/v0.62.3) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.62.2...v0.62.3) #### What's Changed - \[management] Check config compatibility by [@&#8203;braginini](https://github.com/braginini) in [#&#8203;5087](https://github.com/netbirdio/netbird/pull/5087) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.62.2...v0.62.3> ### [`v0.62.2`](https://github.com/netbirdio/netbird/releases/tag/v0.62.2) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.62.1...v0.62.2) #### What's Changed - \[relay] Update GO version and QUIC version (… by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;5071](https://github.com/netbirdio/netbird/pull/5071) - \[client] Add non-root ICMP support to userspace firewall forwarder by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4792](https://github.com/netbirdio/netbird/pull/4792) - \[client] Reorder userspace ACL checks to fail faster for better performance by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4226](https://github.com/netbirdio/netbird/pull/4226) - \[management] fix the issue with duplicated peers with the same key by [@&#8203;crn4](https://github.com/crn4) in [#&#8203;5053](https://github.com/netbirdio/netbird/pull/5053) - \[management] Feature/resolve local jwks keys by [@&#8203;braginini](https://github.com/braginini) in [#&#8203;5073](https://github.com/netbirdio/netbird/pull/5073) - \[management] Validate OIDC issuer when creating or updating by [@&#8203;braginini](https://github.com/braginini) in [#&#8203;5074](https://github.com/netbirdio/netbird/pull/5074) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.62.1...v0.62.2> ### [`v0.62.1`](https://github.com/netbirdio/netbird/releases/tag/v0.62.1) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.62.0...v0.62.1) #### What's Changed - \[management] Fix role change in transaction and update readme by [@&#8203;braginini](https://github.com/braginini) in [#&#8203;5060](https://github.com/netbirdio/netbird/pull/5060) - \[management] Fix race condition in experimental network map when deleting account by [@&#8203;bcmmbaga](https://github.com/bcmmbaga) in [#&#8203;5064](https://github.com/netbirdio/netbird/pull/5064) - \[misc] add embedded provider support metrics by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;5065](https://github.com/netbirdio/netbird/pull/5065) - \[misc] add new getting started to release by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;5057](https://github.com/netbirdio/netbird/pull/5057) - \[infrastructure] fix: disable Caddy debug by [@&#8203;diegocn](https://github.com/diegocn) in [#&#8203;5067](https://github.com/netbirdio/netbird/pull/5067) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.62.0...v0.62.1> ### [`v0.62.0`](https://github.com/netbirdio/netbird/releases/tag/v0.62.0) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.61.2...v0.62.0) #### 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:** - **No IdP required** - Create and manage users directly from the Dashboard - **Multiple IdP support** - Configure Pocket ID, Auth0, Google, Microsoft, Okta, or any OIDC provider directly from the Dashboard - **New quickstart script** - Simpler deployment with fewer containers ```bash export NETBIRD_DOMAIN=netbird.example.com curl -fsSL https://github.com/netbirdio/netbird/releases/latest/download/getting-started.sh | bash ``` 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: - [Quickstart Guide](https://docs.netbird.io/selfhosted/selfhosted-quickstart) - [Identity Providers & Local User Management](https://docs.netbird.io/selfhosted/identity-providers) ##### Dashboard Enhancements - Added **instance setup wizard** for first-time user creation on new installations <img width="300" height="300" alt="image" src="https://github.com/user-attachments/assets/4f05dfe9-06cb-4563-b452-a6cf8a783987" /> - Added **user creation flow** with password generation and copy functionality - Added **Identity Providers settings tab** for configuring external IdPs directly from the UI <img width="300" height="300" alt="image" src="https://github.com/user-attachments/assets/c0a879b4-00f3-4d54-83d2-c039974934c5" /> <img width="300" height="300" alt="image" src="https://github.com/user-attachments/assets/86c4e944-a132-4f80-a803-43e6553f1c71" /> - Added **IdP badges** in user list showing each user's authentication source <img width="500" height="500" alt="image" src="https://github.com/user-attachments/assets/54096978-56d1-4a17-b7f0-7173b79d7d1a" /> ##### Related PRs - Added embedded identity provider for self-hosted deployments [netbird#5008](https://github.com/netbirdio/netbird/pull/5008) - Configure Identity Providers in the UI [dashboard#523](https://github.com/netbirdio/dashboard/pull/523) ##### Client Enhancements - Fixed an issue where the client could get **stuck in connecting state** when `api.netbird.io` is unreachable.\ [#&#8203;5033](https://github.com/netbirdio/netbird/pull/5033) - Added **port forwarding support** to the SSH proxy.\ [#&#8203;5031](https://github.com/netbirdio/netbird/pull/5031) - Added support for **disabling the eBPF WireGuard proxy** via environment variable.\ [#&#8203;5047](https://github.com/netbirdio/netbird/pull/5047) - Fixed **SSH UI flickering test** instability.\ [#&#8203;5036](https://github.com/netbirdio/netbird/pull/5036) ##### Management Improvements - Refactored **integrated peer validation** and **peer deletion** logic for better consistency.\ [#&#8203;5035](https://github.com/netbirdio/netbird/pull/5035), [#&#8203;5042](https://github.com/netbirdio/netbird/pull/5042) - Incremented **network serial on peer updates** to ensure correct synchronization.\ [#&#8203;5051](https://github.com/netbirdio/netbird/pull/5051) - Fixed **nil handling for extra settings** in management.\ [#&#8203;5049](https://github.com/netbirdio/netbird/pull/5049) - Cached **SSH authorized users** in the network map for improved performance.\ [#&#8203;5048](https://github.com/netbirdio/netbird/pull/5048) ##### Identity & Infrastructure - Introduced **Embedded IdP**, simplifying identity provider management across management, infrastructure, and IdP components.\ [#&#8203;5008](https://github.com/netbirdio/netbird/pull/5008) ##### Shared & Tooling Improvements - Added support for setting a **custom User-Agent** in the REST client.\ [#&#8203;5037](https://github.com/netbirdio/netbird/pull/5037) - Fixed **ui-post-install.sh** to correctly use the full username.\ [#&#8203;4809](https://github.com/netbirdio/netbird/pull/4809) - Improved **Nmap concurrency handling**.\ [#&#8203;5040](https://github.com/netbirdio/netbird/pull/5040) ##### New Contributors - [@&#8203;devurandom](https://github.com/devurandom) made their first contribution in [#&#8203;4809](https://github.com/netbirdio/netbird/pull/4809) - [@&#8203;markcst](https://github.com/markcst) for feedback contribution and a great discussion **Full Changelog**: [v0.61.2...v0.62.0](https://github.com/netbirdio/netbird/compare/v0.61.2...v0.62.0) ### [`v0.61.2`](https://github.com/netbirdio/netbird/releases/tag/v0.61.2) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.61.1...v0.61.2) #### What's Changed - \[client] Fix update download URL by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;5023](https://github.com/netbirdio/netbird/pull/5023) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.61.1...v0.61.2> ### [`v0.61.1`](https://github.com/netbirdio/netbird/releases/tag/v0.61.1) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.61.0...v0.61.1) #### What's Changed - \[client] add reset for management backoff by [@&#8203;gamerslouis](https://github.com/gamerslouis) in [#&#8203;4935](https://github.com/netbirdio/netbird/pull/4935) - \[client] Filter out own peer from remote peers list during peer updates. by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4986](https://github.com/netbirdio/netbird/pull/4986) - \[client] Fix Advanced Settings not opening on Windows with Japanese locale ([#&#8203;4455](https://github.com/netbirdio/netbird/issues/4455)) by [@&#8203;h6ah4i](https://github.com/h6ah4i) in [#&#8203;4637](https://github.com/netbirdio/netbird/pull/4637) - \[management] apply login filter only for setup key peers by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4943](https://github.com/netbirdio/netbird/pull/4943) - fix(router): nft tables limit number of peers source by [@&#8203;nhenneaux](https://github.com/nhenneaux) in [#&#8203;4852](https://github.com/netbirdio/netbird/pull/4852) - \[management] filter own peer when having a group to peer policy to themself by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4956](https://github.com/netbirdio/netbird/pull/4956) - Add DEX IdP Support by [@&#8203;braginini](https://github.com/braginini) in [#&#8203;4949](https://github.com/netbirdio/netbird/pull/4949) - Feat/add support for forcing device auth flow on ios by [@&#8203;shuuri-labs](https://github.com/shuuri-labs) in [#&#8203;4944](https://github.com/netbirdio/netbird/pull/4944) - \[client] Fix UI stuck in "Connecting" state when daemon reports "Connected" by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;5014](https://github.com/netbirdio/netbird/pull/5014) - \[management] Fix/delete groups without lock by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;5012](https://github.com/netbirdio/netbird/pull/5012) - \[client] Fix semaphore slot leaks by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;5018](https://github.com/netbirdio/netbird/pull/5018) - \[client] add verbose flag for free ad tests by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;5021](https://github.com/netbirdio/netbird/pull/5021) #### New Contributors - [@&#8203;h6ah4i](https://github.com/h6ah4i) made their first contribution in [#&#8203;4637](https://github.com/netbirdio/netbird/pull/4637) - [@&#8203;nhenneaux](https://github.com/nhenneaux) made their first contribution in [#&#8203;4852](https://github.com/netbirdio/netbird/pull/4852) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.61.0...v0.61.1> ### [`v0.61.0`](https://github.com/netbirdio/netbird/releases/tag/v0.61.0) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.60.9...v0.61.0) #### 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. <img width="600" height="600" alt="image" src="https://github.com/user-attachments/assets/31a9b321-3da7-4c71-a598-e68fe633e9e8" /> ⚠️ **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: - Update check will happen on connection - Supported on **Windows and macOS only** - **Disabled by default** - Can be enabled via **Settings → Client** in the NetBird application. See image below: <img width="600" height="600" alt="image" src="https://github.com/user-attachments/assets/117ba70a-f189-43c2-b648-7a6b71b49c9a" /> Learn more at: <https://docs.netbird.io/manage/peers/auto-update> ##### Management Enhancements - Added **fine-grained SSH access control** across client and management.\ [#&#8203;4969](https://github.com/netbirdio/netbird/pull/4969) ##### Client Enhancements - Introduced **auto-update support** for the client to simplify upgrades.\ [#&#8203;4732](https://github.com/netbirdio/netbird/pull/4732) - Improved **management domain lookup** by adding an additional timeout.\ [#&#8203;4983](https://github.com/netbirdio/netbird/pull/4983) - Added **Android profile switching** for easier multi-profile usage.\ [#&#8203;4884](https://github.com/netbirdio/netbird/pull/4884) - Fixed **Linux UI flickering** during state updates.\ [#&#8203;4886](https://github.com/netbirdio/netbird/pull/4886) - Applied **DNS host configuration only on changes** to reduce unnecessary updates.\ [#&#8203;4695](https://github.com/netbirdio/netbird/pull/4695) ##### MISC - Added **FreeBSD port release job** to GitHub Actions.\ [#&#8203;4916](https://github.com/netbirdio/netbird/pull/4916) - Added **conditional checks for FreeBSD diff file generation** in CI.\ [#&#8203;5001](https://github.com/netbirdio/netbird/pull/5001) - Updated to **new signing pipelines v0.1.0**.\ [#&#8203;4993](https://github.com/netbirdio/netbird/pull/4993) - Fixed a **broken image link** in the README.\ [#&#8203;4876](https://github.com/netbirdio/netbird/pull/4876) - Preset signal port on templates [#&#8203;5004](https://github.com/netbirdio/netbird/pull/5004) ##### New Contributors - [@&#8203;hey-august](https://github.com/hey-august) made their first contribution in [#&#8203;4876](https://github.com/netbirdio/netbird/pull/4876) **Full Changelog**: [v0.60.8...v0.61.0](https://github.com/netbirdio/netbird/compare/v0.60.8...v0.61.0) ### [`v0.60.9`](https://github.com/netbirdio/netbird/releases/tag/v0.60.9) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.60.8...v0.60.9) #### What's Changed - \[client] lookup for management domains using an additional timeout [#&#8203;4983](https://github.com/netbirdio/netbird/issues/4983) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.60.8...v0.60.9> ### [`v0.60.8`](https://github.com/netbirdio/netbird/releases/tag/v0.60.8) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.60.7...v0.60.8) #### What's Changed - \[client] Use setsid to avoid the parent process from being killed via HUP by login by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4900](https://github.com/netbirdio/netbird/pull/4900) - \[client] Fix DNS forwarder returning broken records on 4 to 6 mapped IP addresses by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4887](https://github.com/netbirdio/netbird/pull/4887) - \[management] cleanup logs by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4933](https://github.com/netbirdio/netbird/pull/4933) - \[management] monitoring updates by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4937](https://github.com/netbirdio/netbird/pull/4937) - \[management] Fix sync metrics by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4939](https://github.com/netbirdio/netbird/pull/4939) - \[management] remove context from store methods by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4940](https://github.com/netbirdio/netbird/pull/4940) - \[management] Approve all pending peers when peer approval is disabled by [@&#8203;bcmmbaga](https://github.com/bcmmbaga) in [#&#8203;4806](https://github.com/netbirdio/netbird/pull/4806) - \[iOS] Add force relay connection on iOS by [@&#8203;doromaraujo](https://github.com/doromaraujo) in [#&#8203;4928](https://github.com/netbirdio/netbird/pull/4928) - \[relay-server] Add health-check agent recognition to avoid error logs by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4917](https://github.com/netbirdio/netbird/pull/4917) - \[ci] Add local lint setup with pre-push hook to catch issues early by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4925](https://github.com/netbirdio/netbird/pull/4925) - \[management] use xid as request id for logging by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4955](https://github.com/netbirdio/netbird/pull/4955) - \[client] Add stack trace for bundle by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4957](https://github.com/netbirdio/netbird/pull/4957) - \[client] Fix deadlock in delayed WG update function by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4953](https://github.com/netbirdio/netbird/pull/4953) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.60.7...v0.60.8> ### [`v0.60.7`](https://github.com/netbirdio/netbird/releases/tag/v0.60.7) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.60.6...v0.60.7) #### What's Changed - \[client] Passthrough all non-NetBird chains to prevent them from dropping NetBird traffic by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4899](https://github.com/netbirdio/netbird/pull/4899) - \[client] Fix engine shutdown deadlock and sync-signal message handling races by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4891](https://github.com/netbirdio/netbird/pull/4891) - \[client] Reorder subsystem shutdown so peer removal goes first by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;4914](https://github.com/netbirdio/netbird/pull/4914) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.60.6...v0.60.7> ### [`v0.60.6`](https://github.com/netbirdio/netbird/releases/tag/v0.60.6) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.60.5...v0.60.6) #### What's Changed - \[client,management] Remove OAuth select\_account prompt by [@&#8203;bcmmbaga](https://github.com/bcmmbaga) in [#&#8203;4912](https://github.com/netbirdio/netbird/pull/4912) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.60.5...v0.60.6> ### [`v0.60.5`](https://github.com/netbirdio/netbird/releases/tag/v0.60.5) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.60.4...v0.60.5) #### What's Changed - \[client] Fix UI already running check by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4858](https://github.com/netbirdio/netbird/pull/4858) - \[client, management] Add OAuth select\_account prompt support to PKCE flow by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4880](https://github.com/netbirdio/netbird/pull/4880) - \[management] Feat/api enhancements by [@&#8203;fahrishih](https://github.com/fahrishih) in [#&#8203;4831](https://github.com/netbirdio/netbird/pull/4831) - \[management] Add user created activity event by [@&#8203;bcmmbaga](https://github.com/bcmmbaga) in [#&#8203;4893](https://github.com/netbirdio/netbird/pull/4893) - \[management] Refactor network map controller by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4789](https://github.com/netbirdio/netbird/pull/4789) - \[management] update management integrations by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4895](https://github.com/netbirdio/netbird/pull/4895) - \[client] Add conditional peer removal logic during shutdown by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;4897](https://github.com/netbirdio/netbird/pull/4897) - \[management] record pat usage metrics by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4888](https://github.com/netbirdio/netbird/pull/4888) - \[client] Add sleep state tracking to handle wakeup/sleep events reliably by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;4894](https://github.com/netbirdio/netbird/pull/4894) - \[management] Add support to disable geolocation service by [@&#8203;bcmmbaga](https://github.com/bcmmbaga) in [#&#8203;4901](https://github.com/netbirdio/netbird/pull/4901) - \[relay] Use instanceURL instead of Exposed address. by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4905](https://github.com/netbirdio/netbird/pull/4905) #### New Contributors - [@&#8203;fahrishih](https://github.com/fahrishih) made their first contribution in [#&#8203;4831](https://github.com/netbirdio/netbird/pull/4831) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.60.4...v0.60.5> ### [`v0.60.4`](https://github.com/netbirdio/netbird/releases/tag/v0.60.4) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.60.3...v0.60.4) #### What's Changed - \[client] Sleep detection on macOS by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4859](https://github.com/netbirdio/netbird/pull/4859) - \[relay] use exposed address for healthcheck TLS validation by [@&#8203;shuuri-labs](https://github.com/shuuri-labs) in [#&#8203;4872](https://github.com/netbirdio/netbird/pull/4872) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.60.3...v0.60.4> ### [`v0.60.3`](https://github.com/netbirdio/netbird/releases/tag/v0.60.3) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.60.2...v0.60.3) #### What's Changed - \[management] Remove TestBufferUpdateAccountPeers by [@&#8203;crn4](https://github.com/crn4) in [#&#8203;4839](https://github.com/netbirdio/netbird/pull/4839) - \[client, management, signal, relay] Update go.mod to use Go 1.24.10 and upgrade x/crypto dependencies by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;4828](https://github.com/netbirdio/netbird/pull/4828) - \[management] Fix SSH JWT issuer derivation for IDPs with path components by [@&#8203;sgtaziz](https://github.com/sgtaziz) in [#&#8203;4844](https://github.com/netbirdio/netbird/pull/4844) - \[management] Preserve validator settings on account settings update by [@&#8203;bcmmbaga](https://github.com/bcmmbaga) in [#&#8203;4862](https://github.com/netbirdio/netbird/pull/4862) - \[client] Make mss clamping optional for nftables by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4843](https://github.com/netbirdio/netbird/pull/4843) - \[client] Allow selection/deselection of network resources on Android by [@&#8203;doromaraujo](https://github.com/doromaraujo) in [#&#8203;4607](https://github.com/netbirdio/netbird/pull/4607) - \[client] Support disable search domain for custom zones by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;4826](https://github.com/netbirdio/netbird/pull/4826) - \[client] feat: Add support for displaying device code (UserCode) on Android TV by [@&#8203;shuuri-labs](https://github.com/shuuri-labs) in [#&#8203;4800](https://github.com/netbirdio/netbird/pull/4800) - \[client] Open browser for SSH automatically by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4838](https://github.com/netbirdio/netbird/pull/4838) - \[client] Add excluded port range handling for PKCE flow by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;4853](https://github.com/netbirdio/netbird/pull/4853) #### New Contributors - [@&#8203;sgtaziz](https://github.com/sgtaziz) made their first contribution in [#&#8203;4844](https://github.com/netbirdio/netbird/pull/4844) - [@&#8203;shuuri-labs](https://github.com/shuuri-labs) made their first contribution in [#&#8203;4800](https://github.com/netbirdio/netbird/pull/4800) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.60.2...v0.60.3> ### [`v0.60.2`](https://github.com/netbirdio/netbird/releases/tag/v0.60.2) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.60.1...v0.60.2) #### What's Changed - \[client] Increase ssh detection timeout by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4827](https://github.com/netbirdio/netbird/pull/4827) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.60.1...v0.60.2> ### [`v0.60.1`](https://github.com/netbirdio/netbird/releases/tag/v0.60.1) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.60.0...v0.60.1) #### What's Changed - \[management] Fix direct peer networks route by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4802](https://github.com/netbirdio/netbird/pull/4802) - \[management] pass config to controller by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4807](https://github.com/netbirdio/netbird/pull/4807) - \[management] Add native ssh port rule on 22 by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;4810](https://github.com/netbirdio/netbird/pull/4810) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.60.0...v0.60.1> ### [`v0.60.0`](https://github.com/netbirdio/netbird/releases/tag/v0.60.0) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.59.13...v0.60.0) ##### 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 ssh` command or your existing OpenSSH clients. **Highlights** - **Built-in SSH server on every peer** - Enable with `netbird up --allow-server-ssh` and 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 ssh` and OpenSSH** - Use `netbird ssh user@<peer-ip>` or standard `ssh`, `sftp`, and `scp` commands; NetBird configures OpenSSH automatically via a drop-in `99-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-auth` and rely purely on network-level ACLs. **How it works** 1. **Enable the SSH server on the target peer** ```bash netbird down # if already running netbird up --allow-server-ssh ``` Add optional flags for SFTP, port forwarding, or root login as needed: ```bash netbird up --allow-server-ssh \ --enable-ssh-local-port-forwarding \ --enable-ssh-remote-port-forwarding \ --enable-ssh-sftp \ --enable-ssh-root ``` 2. **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**. 3. **Enable SSH in the Dashboard**\ Open the target peer → enable **SSH Access**. 4. **Connect via CLI or OpenSSH** - NetBird CLI: ```bash netbird ssh user@100.119.230.104 ``` - OpenSSH: ```bash ssh user@100.119.230.104 sftp user@100.119.230.104 scp file.txt user@100.119.230.104:/path ``` 📖 Read more in the SSH documentation: <https://docs.netbird.io/how-to/ssh> *** ##### Client Improvements - Updated the ****client login success page**** with an improved user experience.   [#&#8203;4797](https://github.com/netbirdio/netbird/pull/4797) - Reverted deprecated ****gRPC client code migration**** to restore expected behavior.   [#&#8203;4805](https://github.com/netbirdio/netbird/pull/4805) *** ##### Management Improvements - Fixed handling of ****port ranges in route firewall rules**** to ensure accurate rule application.   [#&#8203;4801](https://github.com/netbirdio/netbird/pull/4801) *** ##### Upgrade & Compatibility Notes - ⚠️ NetBird SSH in **v0.60.0 is a breaking change**: - Server port changed from **44338 → 22022** - Authentication moved from machine public keys to **JWT-based user identity** - Implicit firewall rules were removed - you now need an explicit ACL for port **22022** - ⚠️ **Version compatibility:** v0.60.0+ SSH is **not backward compatible** with older peers.\ For self-hosted environments, we recommend updating in this order: 1. Management server 2. Dashboard (for browser SSH, if used) 3. **SSH servers first** (peers with `--allow-server-ssh`) 4. SSH clients last (`netbird ssh` users) **Full Changelog**: [v0.59.13...v0.60.0](https://github.com/netbirdio/netbird/compare/v0.59.13...v0.60.0) ### [`v0.59.13`](https://github.com/netbirdio/netbird/releases/tag/v0.59.13) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.59.12...v0.59.13) #### What's Changed - \[management] activity events on group updates by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4750](https://github.com/netbirdio/netbird/pull/4750) - Bump github.com/containerd/containerd from 1.7.27 to 1.7.29 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4756](https://github.com/netbirdio/netbird/pull/4756) - \[management] incremental network map builder by [@&#8203;crn4](https://github.com/crn4) in [#&#8203;4753](https://github.com/netbirdio/netbird/pull/4753) - \[management] add pat rate limiting by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4741](https://github.com/netbirdio/netbird/pull/4741) - \[management] remove toAll firewall rule by [@&#8203;crn4](https://github.com/crn4) in [#&#8203;4725](https://github.com/netbirdio/netbird/pull/4725) - \[management] remove GLOBAL when disabling foreign keys on mysql by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4615](https://github.com/netbirdio/netbird/pull/4615) - \[management ] remove timing logs by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4761](https://github.com/netbirdio/netbird/pull/4761) - \[client] Create networkd.conf.d if it doesn't exist by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4764](https://github.com/netbirdio/netbird/pull/4764) - \[management] fix pg db deadlock after app panic by [@&#8203;crn4](https://github.com/crn4) in [#&#8203;4772](https://github.com/netbirdio/netbird/pull/4772) - \[client] Fix agent reference by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4776](https://github.com/netbirdio/netbird/pull/4776) - \[management] move network map logic into new design by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4774](https://github.com/netbirdio/netbird/pull/4774) - \[management] Removed policy posture checks on original peer by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4779](https://github.com/netbirdio/netbird/pull/4779) - \[client] Fix shutdown blocking on stuck ICE agent close by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4780](https://github.com/netbirdio/netbird/pull/4780) - \[client] Add quick actions window by [@&#8203;doromaraujo](https://github.com/doromaraujo) in [#&#8203;4717](https://github.com/netbirdio/netbird/pull/4717) - \[client] Use stdnet with a context to avoid DNS deadlocks by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4781](https://github.com/netbirdio/netbird/pull/4781) - \[client] Replace ipset lib by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4777](https://github.com/netbirdio/netbird/pull/4777) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.59.12...v0.59.13> ### [`v0.59.12`](https://github.com/netbirdio/netbird/releases/tag/v0.59.12) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.59.11...v0.59.12) #### What's Changed - \[client] Migrate deprecated grpc client code by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4687](https://github.com/netbirdio/netbird/pull/4687) - \[client] Fix netstack dns forwarder by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4727](https://github.com/netbirdio/netbird/pull/4727) - \[client] Extend Darwin network monitoring with wakeup detection (cleanup branch) by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4723](https://github.com/netbirdio/netbird/pull/4723) - Bump github.com/quic-go/quic-go from 0.48.2 to 0.49.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4621](https://github.com/netbirdio/netbird/pull/4621) - \[management] update db connection lifecycle configuration by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4740](https://github.com/netbirdio/netbird/pull/4740) - \[client] Set up networkd to ignore ip rules by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4730](https://github.com/netbirdio/netbird/pull/4730) - \[client] Clamp MSS on outbound traffic by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4735](https://github.com/netbirdio/netbird/pull/4735) - \[client] Allow INPUT traffic on the compat iptables filter table for nftables by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4742](https://github.com/netbirdio/netbird/pull/4742) - \[client] Block on all subsystems on shutdown by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4709](https://github.com/netbirdio/netbird/pull/4709) - \[client] Add login\_hint to oidc flows by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4724](https://github.com/netbirdio/netbird/pull/4724) - \[client] Add dns config to debug bundle by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4704](https://github.com/netbirdio/netbird/pull/4704) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.59.11...v0.59.12> ### [`v0.59.11`](https://github.com/netbirdio/netbird/releases/tag/v0.59.11) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.59.10...v0.59.11) #### What's Changed - \[client] Fix UI panic when switching profiles by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4718](https://github.com/netbirdio/netbird/pull/4718) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.59.10...v0.59.11> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDAuMSIsInVwZGF0ZWRJblZlciI6IjQyLjI0LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
chore(deps): update netbirdio/management docker tag to v0.59.11
Some checks failed
checks / pre-commit (push) Failing after 3s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 1s
af8fc99924
renovate-bot force-pushed renovate/netbirdio-management-0.x from af8fc99924
Some checks failed
checks / pre-commit (push) Failing after 3s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 1s
to 41ae13f49e
Some checks failed
checks / pre-commit (push) Failing after 8s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 1s
2025-11-06 02:38:02 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.59.11 to chore(deps): update netbirdio/management docker tag to v0.59.12 2025-11-06 02:38:04 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from 41ae13f49e
Some checks failed
checks / pre-commit (push) Failing after 8s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 1s
to 47ec888c2a
Some checks failed
checks / pre-commit (push) Failing after 0s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
2025-11-14 01:48:10 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.59.12 to chore(deps): update netbirdio/management docker tag to v0.59.13 2025-11-14 01:48:11 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from 47ec888c2a
Some checks failed
checks / pre-commit (push) Failing after 0s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
to de7b6f0a82
Some checks failed
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
checks / pre-commit (push) Failing after 0s
2025-11-19 01:57:30 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.59.13 to chore(deps): update netbirdio/management docker tag to v0.60.0 2025-11-19 01:57:32 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from de7b6f0a82
Some checks failed
checks / pre-commit (push) Failing after 0s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
to 0acd2889d7
Some checks failed
checks / pre-commit (push) Failing after 1s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
2025-11-20 02:16:47 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.60.0 to chore(deps): update netbirdio/management docker tag to v0.60.1 2025-11-20 02:16:50 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from 0acd2889d7
Some checks failed
checks / pre-commit (push) Failing after 1s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
to 7f4af6456b
Some checks failed
checks / pre-commit (push) Failing after 1s
checks / k8s (push) Failing after 1s
checks / tflint (push) Failing after 0s
2025-11-21 01:51:35 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.60.1 to chore(deps): update netbirdio/management docker tag to v0.60.2 2025-11-21 01:51:37 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from 7f4af6456b
Some checks failed
checks / pre-commit (push) Failing after 1s
checks / k8s (push) Failing after 1s
checks / tflint (push) Failing after 0s
to d29e3a6a36
Some checks failed
checks / k8s (push) Failing after 0s
checks / pre-commit (push) Failing after 0s
checks / tflint (push) Failing after 0s
2025-11-27 02:13:27 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.60.2 to chore(deps): update netbirdio/management docker tag to v0.60.3 2025-11-27 02:13:31 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from d29e3a6a36
Some checks failed
checks / k8s (push) Failing after 0s
checks / pre-commit (push) Failing after 0s
checks / tflint (push) Failing after 0s
to d0cb3c39f5
Some checks failed
checks / pre-commit (push) Failing after 1s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 1s
2025-11-29 02:05:39 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.60.3 to chore(deps): update netbirdio/management docker tag to v0.60.4 2025-11-29 02:05:45 +00:00
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.60.4 to chore(deps): update netbirdio/management docker tag to v0.60.5 2025-12-04 02:33:40 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from d0cb3c39f5
Some checks failed
checks / pre-commit (push) Failing after 1s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 1s
to c4bffea76b
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
2025-12-04 02:33:41 +00:00
Compare
renovate-bot force-pushed renovate/netbirdio-management-0.x from c4bffea76b
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
to 205794f608
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
2025-12-05 02:27:08 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.60.5 to chore(deps): update netbirdio/management docker tag to v0.60.7 2025-12-05 02:27:11 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from 205794f608
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
to 4446df1d7f
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
2025-12-19 02:14:11 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.60.7 to chore(deps): update netbirdio/management docker tag to v0.60.8 2025-12-19 02:14:12 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from 4446df1d7f
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
to 5203d2d9a3
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
2025-12-23 02:06:26 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.60.8 to chore(deps): update netbirdio/management docker tag to v0.60.9 2025-12-23 02:06:30 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from 5203d2d9a3
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
to 53b5367f6f
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
2025-12-30 02:08:01 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.60.9 to chore(deps): update netbirdio/management docker tag to v0.61.0 2025-12-30 02:08:04 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from 53b5367f6f
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
to 86d7a82b03
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
2026-01-04 02:04:35 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.61.0 to chore(deps): update netbirdio/management docker tag to v0.61.2 2026-01-04 02:04:48 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from 86d7a82b03
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
to dc96558f4d
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
2026-01-08 02:20:07 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.61.2 to chore(deps): update netbirdio/management docker tag to v0.62.0 2026-01-08 02:20:13 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from dc96558f4d
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
to de3d03097c
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
2026-01-09 02:40:02 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.62.0 to chore(deps): update netbirdio/management docker tag to v0.62.1 2026-01-09 02:40:11 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from de3d03097c
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
to 01789ed333
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
2026-01-10 02:05:07 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.62.1 to chore(deps): update netbirdio/management docker tag to v0.62.2 2026-01-10 02:05:12 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from 01789ed333
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
to 2e0e4dde13
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
2026-01-13 02:13:06 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.62.2 to chore(deps): update netbirdio/management docker tag to v0.62.3 2026-01-13 02:13:22 +00:00
catalin closed this pull request 2026-01-15 13:53:27 +00:00
Author
Collaborator

Renovate 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 the ignoreDeps array 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.

### Renovate 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 the `ignoreDeps` array 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.
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
catalin/fukuops!518
No description provided.