chore(deps): update netbirdio/management docker tag to v0.59.0 #464

Merged
catalin merged 1 commit from renovate/netbirdio-management-0.x into main 2025-10-02 10:10:53 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
netbirdio/management minor 0.54.0 -> 0.59.0

Release Notes

netbirdio/netbird (netbirdio/management)

v0.59.0

Compare Source

Release Notes for v0.59.0

What's New
Browser Client for Remote SSH & RDP Access

We’re excited to introduce the NetBird Browser Client – a secure, zero-install way to access your peers directly from your web browser.

Highlights
  • No installation required – connect from Chrome, Firefox, Edge, or Safari.
  • SSH & RDP support – access Linux and Windows machines with full protocol support.
  • Runs in your browser – a complete NetBird peer compiled to WebAssembly.
  • End-to-end encrypted – secured with WireGuard®.
  • Temporary, secure access – short-lived peers and ACLs are created automatically and cleaned up when the session ends.
How it works

Open your NetBird dashboard → Peers view, choose a machine, and click Launch Console (SSH) or Remote Desktop (RDP).
Your session runs securely in the browser with no software download needed.

📖 Read the full guide

⚠️Note for Self-Hosted Deployments

To use the browser client with self-hosted deployments, you need to upgrade your Management, Signal, Dashboard, and Relay containers.

Learn more here:

PRs:

  • Added browser client support across client, signal, and management components. #​4415
  • Adjusted WebSocket proxy paths to ensure proper browser client functionality. #​4565
  • Updated infrastructure scripts to include WebSocket proxy setup for browser client deployments. #​4566
Other Client Enhancements
  • Added Windows DNS policies to always use the GPO path. #​4460
  • Fixed packet loss issues. #​3338
  • Ordered ICE candidate lists for proper comparison and reliability. #​4561
  • Made DNS ForwarderPort configurable and updated the default well-known port. #​4479

Full Changelog: v0.58.2...v0.59.0

v0.58.2

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.58.1...v0.58.2

v0.58.1

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.58.0...v0.58.1

v0.58.0

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.57.1...v0.58.0

v0.57.1

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.57.0...v0.57.1

v0.57.0

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.56.1...v0.57.0

v0.56.1

Compare Source

This release brings an improvement for Windows clients' startup with caching of metadata information that in some systems could take up to 10s to retrieve.

What's Changed

New Contributors

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.56.0...v0.56.1

v0.56.0

Compare Source

Release Notes for v0.56.0

What's New

In this release, we are adding support for user approval. This allows administrators to control whether users can join their account and automatically be allowed to connect their peers to their networks. Learn more at https://docs.netbird.io/how-to/approve-users

Client Enhancements
  • Added netstack support for Android CLI. #​4319
  • Added MTU configuration flag. #​4213
  • Fixed Darwin DNS errors always being thrown. #​4403
  • Fixed shared socket buffer allocation. #​4409
  • Prevented upstream resolvers from deactivating on failure. #​4128
  • Updated to the latest Pion ICE version. #​4388
Management Improvements
  • Optimized proxy network map performance. #​4324
  • Removed redundant store locks for better concurrency. #​4385, #​4390
  • Changed network serial increment to occur at the end of transactions. #​4397
  • Reported sync and login durations by account ID. #​4406
  • Split high latency gRPC metrics for more detailed monitoring. #​4408
  • Continued user updates even after failures (removed locks). #​4410
  • Fixed ephemeral flag handling in peer batch response. #​4420
  • Added login filter to prevent multiple peers from connecting with the same public key. #​3986
  • Removed withContext from store methods. #​4422
  • Fixed duplicate group removals on peer deletion. #​4421
  • Added user approval feature for accounts. #​4411
Signal & Relay
  • Fixed goroutine and memory leaks when forwarding messages between peers. #​3896
  • Relay now accepts any origin. #​4426
Other Changes
  • Bumped golang-jwt/jwt from 3.2.2 to 5.3.0. #​4375
  • Fixed Windows client and management benchmark tests. #​4424
New Contributors

Full Changelog: v0.55.1...v0.56.0

v0.55.1

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.55.0...v0.55.1

v0.55.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.54.2...v0.55.0

v0.54.2

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.54.1...v0.54.2

v0.54.1

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.54.0...v0.54.1


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.54.0` -> `0.59.0` | --- ### Release Notes <details> <summary>netbirdio/netbird (netbirdio/management)</summary> ### [`v0.59.0`](https://github.com/netbirdio/netbird/releases/tag/v0.59.0) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.58.2...v0.59.0) #### Release Notes for v0.59.0 ##### What's New ##### Browser Client for Remote SSH & RDP Access We’re excited to introduce the **NetBird Browser Client** – a secure, zero-install way to access your peers directly from your web browser. ##### Highlights - **No installation required** – connect from Chrome, Firefox, Edge, or Safari. - **SSH & RDP support** – access Linux and Windows machines with full protocol support. - **Runs in your browser** – a complete NetBird peer compiled to WebAssembly. - **End-to-end encrypted** – secured with WireGuard®. - **Temporary, secure access** – short-lived peers and ACLs are created automatically and cleaned up when the session ends. ##### How it works Open your **NetBird dashboard → Peers view**, choose a machine, and click **Launch Console** (SSH) or **Remote Desktop** (RDP).\ Your session runs securely in the browser with no software download needed. 📖 [Read the full guide](https://docs.netbird.io/how-to/browser-client) ##### ⚠️Note for Self-Hosted Deployments To use the browser client with self-hosted deployments, you need to **upgrade your Management, Signal, Dashboard, and Relay containers**. Learn more here: - [Self-Hosted Quickstart – Support Browser Clients](https://docs.netbird.io/selfhosted/selfhosted-quickstart#support-browser-clients) - [Self-Hosted Guide – Upgrade](http://localhost:3000/selfhosted/selfhosted-guide#upgrade) PRs: - Added **browser client support** across client, signal, and management components. [#&#8203;4415](https://github.com/netbirdio/netbird/pull/4415) - Adjusted **WebSocket proxy paths** to ensure proper browser client functionality. [#&#8203;4565](https://github.com/netbirdio/netbird/pull/4565) - Updated **infrastructure scripts** to include WebSocket proxy setup for browser client deployments. [#&#8203;4566](https://github.com/netbirdio/netbird/pull/4566) ##### Other Client Enhancements - Added **Windows DNS policies** to always use the GPO path. [#&#8203;4460](https://github.com/netbirdio/netbird/pull/4460) - Fixed **packet loss issues**. [#&#8203;3338](https://github.com/netbirdio/netbird/pull/3338) - Ordered **ICE candidate lists** for proper comparison and reliability. [#&#8203;4561](https://github.com/netbirdio/netbird/pull/4561) - Made **DNS ForwarderPort configurable** and updated the default well-known port. [#&#8203;4479](https://github.com/netbirdio/netbird/pull/4479) **Full Changelog**: [v0.58.2...v0.59.0](https://github.com/netbirdio/netbird/compare/v0.58.2...v0.59.0) ### [`v0.58.2`](https://github.com/netbirdio/netbird/releases/tag/v0.58.2) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.58.1...v0.58.2) #### What's Changed - \[management] Add logs for update channel by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4527](https://github.com/netbirdio/netbird/pull/4527) - \[client] Add WireGuard interface lifecycle monitoring by [@&#8203;hakansa](https://github.com/hakansa) in [#&#8203;4370](https://github.com/netbirdio/netbird/pull/4370) - \[management] Fix/nmap dns filter by [@&#8203;crn4](https://github.com/crn4) in [#&#8203;4547](https://github.com/netbirdio/netbird/pull/4547) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.58.1...v0.58.2> ### [`v0.58.1`](https://github.com/netbirdio/netbird/releases/tag/v0.58.1) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.58.0...v0.58.1) #### What's Changed - \[client] Skip interface for route lookup if it doesn't exist by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4524](https://github.com/netbirdio/netbird/pull/4524) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.58.0...v0.58.1> ### [`v0.58.0`](https://github.com/netbirdio/netbird/releases/tag/v0.58.0) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.57.1...v0.58.0) #### What's Changed - \[management] Add rule ID validation for policy updates by [@&#8203;bcmmbaga](https://github.com/bcmmbaga) in [#&#8203;4499](https://github.com/netbirdio/netbird/pull/4499) - \[client] \[UI] Down & Up NetBird Async When Settings Updated by [@&#8203;hakansa](https://github.com/hakansa) in [#&#8203;4458](https://github.com/netbirdio/netbird/pull/4458) - \[android] Add OnLoginSuccess callback to URLOpener interface by [@&#8203;doromaraujo](https://github.com/doromaraujo) in [#&#8203;4492](https://github.com/netbirdio/netbird/pull/4492) - \[management] Filter DNS records to include only peers to connect by [@&#8203;bcmmbaga](https://github.com/bcmmbaga) in [#&#8203;4517](https://github.com/netbirdio/netbird/pull/4517) - Add a new product demo video by [@&#8203;braginini](https://github.com/braginini) in [#&#8203;4520](https://github.com/netbirdio/netbird/pull/4520) - \[client] Use native windows sock opts to avoid routing loops by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4314](https://github.com/netbirdio/netbird/pull/4314) - \[client] Do not run up cmd if not needed by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4508](https://github.com/netbirdio/netbird/pull/4508) - \[misc] Update SIGN\_PIPE\_VER to version 0.0.23 by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;4521](https://github.com/netbirdio/netbird/pull/4521) - \[client] Check the client status in the earlier phase by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4509](https://github.com/netbirdio/netbird/pull/4509) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.57.1...v0.58.0> ### [`v0.57.1`](https://github.com/netbirdio/netbird/releases/tag/v0.57.1) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.57.0...v0.57.1) #### What's Changed - \[relay] Refactor healthcheck sender and receiver to use configurable options by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4433](https://github.com/netbirdio/netbird/pull/4433) - \[client] Fix ICE latency handling by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4501](https://github.com/netbirdio/netbird/pull/4501) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.57.0...v0.57.1> ### [`v0.57.0`](https://github.com/netbirdio/netbird/releases/tag/v0.57.0) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.56.1...v0.57.0) #### What's Changed - \[client] Implement environment variable handling for Android by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4440](https://github.com/netbirdio/netbird/pull/4440) - \[client] Fix/v4 stun routing by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4430](https://github.com/netbirdio/netbird/pull/4430) - \[client] Fix client status check by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4474](https://github.com/netbirdio/netbird/pull/4474) - \[misc] Remove default zitadel admin user in deployment script by [@&#8203;bcmmbaga](https://github.com/bcmmbaga) in [#&#8203;4482](https://github.com/netbirdio/netbird/pull/4482) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.56.1...v0.57.0> ### [`v0.56.1`](https://github.com/netbirdio/netbird/releases/tag/v0.56.1) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.56.0...v0.56.1) This release brings an improvement for Windows clients' startup with caching of metadata information that in some systems could take up to 10s to retrieve. #### What's Changed - \[management] Add peers manager to integrations by [@&#8203;bcmmbaga](https://github.com/bcmmbaga) in [#&#8203;4405](https://github.com/netbirdio/netbird/pull/4405) - \[internal] Add missing assignment of iFaceDiscover when netstack is disabled by [@&#8203;doromaraujo](https://github.com/doromaraujo) in [#&#8203;4444](https://github.com/netbirdio/netbird/pull/4444) - \[client] Do not block Offer processing from relay worker by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4435](https://github.com/netbirdio/netbird/pull/4435) - \[management] only allow user devices to be expired by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4445](https://github.com/netbirdio/netbird/pull/4445) - \[client] Move some sys info to a static place by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4446](https://github.com/netbirdio/netbird/pull/4446) - \[management] Extends integration and peers manager by [@&#8203;bcmmbaga](https://github.com/bcmmbaga) in [#&#8203;4450](https://github.com/netbirdio/netbird/pull/4450) - \[client] Debug information for connection by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4439](https://github.com/netbirdio/netbird/pull/4439) - \[misc] Remove aur support and start service on ostree by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in [#&#8203;4461](https://github.com/netbirdio/netbird/pull/4461) #### New Contributors - [@&#8203;doromaraujo](https://github.com/doromaraujo) made their first contribution in [#&#8203;4444](https://github.com/netbirdio/netbird/pull/4444) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.56.0...v0.56.1> ### [`v0.56.0`](https://github.com/netbirdio/netbird/releases/tag/v0.56.0) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.55.1...v0.56.0) #### Release Notes for v0.56.0 ##### What's New In this release, we are adding support for user approval. This allows administrators to control whether users can join their account and automatically be allowed to connect their peers to their networks. Learn more at <https://docs.netbird.io/how-to/approve-users> ##### Client Enhancements - Added **netstack support for Android CLI**. [#&#8203;4319](https://github.com/netbirdio/netbird/pull/4319) - Added **MTU configuration flag**. [#&#8203;4213](https://github.com/netbirdio/netbird/pull/4213) - Fixed **Darwin DNS errors** always being thrown. [#&#8203;4403](https://github.com/netbirdio/netbird/pull/4403) - Fixed **shared socket buffer allocation**. [#&#8203;4409](https://github.com/netbirdio/netbird/pull/4409) - Prevented **upstream resolvers from deactivating** on failure. [#&#8203;4128](https://github.com/netbirdio/netbird/pull/4128) - Updated to the latest **Pion ICE** version. [#&#8203;4388](https://github.com/netbirdio/netbird/pull/4388) ##### Management Improvements - Optimized **proxy network map** performance. [#&#8203;4324](https://github.com/netbirdio/netbird/pull/4324) - Removed redundant **store locks** for better concurrency. [#&#8203;4385](https://github.com/netbirdio/netbird/pull/4385), [#&#8203;4390](https://github.com/netbirdio/netbird/pull/4390) - Changed **network serial increment** to occur at the end of transactions. [#&#8203;4397](https://github.com/netbirdio/netbird/pull/4397) - Reported **sync and login durations** by account ID. [#&#8203;4406](https://github.com/netbirdio/netbird/pull/4406) - Split **high latency gRPC metrics** for more detailed monitoring. [#&#8203;4408](https://github.com/netbirdio/netbird/pull/4408) - Continued **user updates** even after failures (removed locks). [#&#8203;4410](https://github.com/netbirdio/netbird/pull/4410) - Fixed **ephemeral flag** handling in peer batch response. [#&#8203;4420](https://github.com/netbirdio/netbird/pull/4420) - Added **login filter** to prevent multiple peers from connecting with the same public key. [#&#8203;3986](https://github.com/netbirdio/netbird/pull/3986) - Removed `withContext` from store methods. [#&#8203;4422](https://github.com/netbirdio/netbird/pull/4422) - Fixed duplicate **group removals** on peer deletion. [#&#8203;4421](https://github.com/netbirdio/netbird/pull/4421) - Added **user approval feature** for accounts. [#&#8203;4411](https://github.com/netbirdio/netbird/pull/4411) ##### Signal & Relay - Fixed **goroutine and memory leaks** when forwarding messages between peers. [#&#8203;3896](https://github.com/netbirdio/netbird/pull/3896) - Relay now accepts **any origin**. [#&#8203;4426](https://github.com/netbirdio/netbird/pull/4426) ##### Other Changes - Bumped **golang-jwt/jwt** from 3.2.2 to 5.3.0. [#&#8203;4375](https://github.com/netbirdio/netbird/pull/4375) - Fixed **Windows client and management benchmark tests**. [#&#8203;4424](https://github.com/netbirdio/netbird/pull/4424) ##### New Contributors - [@&#8203;plusls](https://github.com/plusls) made their first contribution in [#&#8203;4319](https://github.com/netbirdio/netbird/pull/4319) **Full Changelog**: [v0.55.1...v0.56.0](https://github.com/netbirdio/netbird/compare/v0.55.1...v0.56.0) ### [`v0.55.1`](https://github.com/netbirdio/netbird/releases/tag/v0.55.1) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.55.0...v0.55.1) #### What's Changed - \[management] Remove all store locks from grpc side by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4374](https://github.com/netbirdio/netbird/pull/4374) - \[client] Avoid duplicated agent close by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4383](https://github.com/netbirdio/netbird/pull/4383) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.55.0...v0.55.1> ### [`v0.55.0`](https://github.com/netbirdio/netbird/releases/tag/v0.55.0) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.54.2...v0.55.0) #### What's Changed - Improve wording in the NetBird client app by [@&#8203;braginini](https://github.com/braginini) in [#&#8203;4316](https://github.com/netbirdio/netbird/pull/4316) - \[server] Add MySQL initialization script and update Docker configuration by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4345](https://github.com/netbirdio/netbird/pull/4345) - \[management] Use DI containers for server bootstrapping by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4343](https://github.com/netbirdio/netbird/pull/4343) - \[management] fail on geo location init failure by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4362](https://github.com/netbirdio/netbird/pull/4362) - \[client] Fix rule order for deny rules in peer ACLs by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4147](https://github.com/netbirdio/netbird/pull/4147) - \[management] Remove save account calls by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4349](https://github.com/netbirdio/netbird/pull/4349) - \[client] Fix/ice handshake by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4281](https://github.com/netbirdio/netbird/pull/4281) - Bump github.com/containerd/containerd from 1.7.16 to 1.7.27 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3527](https://github.com/netbirdio/netbird/pull/3527) - \[management] add nil handling for route domains by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4366](https://github.com/netbirdio/netbird/pull/4366) - \[management] Add CreatedAt field to Peer and model by [@&#8203;hakansa](https://github.com/hakansa) in [#&#8203;4371](https://github.com/netbirdio/netbird/pull/4371) - Bump golang.org/x/oauth2 from 0.24.0 to 0.27.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;4176](https://github.com/netbirdio/netbird/pull/4176) - \[management,client] Feat/exit node auto apply by [@&#8203;hakansa](https://github.com/hakansa) in [#&#8203;4272](https://github.com/netbirdio/netbird/pull/4272) - feat(doc): Fix confusing comment by [@&#8203;Sonlis](https://github.com/Sonlis) in [#&#8203;4376](https://github.com/netbirdio/netbird/pull/4376) - refactor doc workflow by [@&#8203;hakansa](https://github.com/hakansa) in [#&#8203;4373](https://github.com/netbirdio/netbird/pull/4373) #### New Contributors - [@&#8203;Sonlis](https://github.com/Sonlis) made their first contribution in [#&#8203;4376](https://github.com/netbirdio/netbird/pull/4376) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.54.2...v0.55.0> ### [`v0.54.2`](https://github.com/netbirdio/netbird/releases/tag/v0.54.2) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.54.1...v0.54.2) #### What's Changed - \[management] Enable flow groups by [@&#8203;bcmmbaga](https://github.com/bcmmbaga) in [#&#8203;4230](https://github.com/netbirdio/netbird/pull/4230) - \[server] Add health check HTTP endpoint for Relay server by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4297](https://github.com/netbirdio/netbird/pull/4297) - \[client] Fix Go tarball version in FreeBSD build configuration by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4339](https://github.com/netbirdio/netbird/pull/4339) - \[client] Add --disable-update-settings flag to the service by [@&#8203;hakansa](https://github.com/hakansa) in [#&#8203;4335](https://github.com/netbirdio/netbird/pull/4335) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.54.1...v0.54.2> ### [`v0.54.1`](https://github.com/netbirdio/netbird/releases/tag/v0.54.1) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.54.0...v0.54.1) #### What's Changed - \[client] Eliminate upstream server strings in dns code by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4267](https://github.com/netbirdio/netbird/pull/4267) - \[management] use readlock on add peer by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in [#&#8203;4308](https://github.com/netbirdio/netbird/pull/4308) - \[server, relay] Add pprof support for Relay server by [@&#8203;pappz](https://github.com/pappz) in [#&#8203;4203](https://github.com/netbirdio/netbird/pull/4203) - \[client] Create NRPT rules separately per domain by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4329](https://github.com/netbirdio/netbird/pull/4329) - \[client] Skip dns upstream servers pointing to our dns server IP to prevent loops by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4330](https://github.com/netbirdio/netbird/pull/4330) - \[client] Distinguish between NXDOMAIN and NODATA in the dns forwarder by [@&#8203;lixmal](https://github.com/lixmal) in [#&#8203;4321](https://github.com/netbirdio/netbird/pull/4321) **Full Changelog**: <https://github.com/netbirdio/netbird/compare/v0.54.0...v0.54.1> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS42MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTIyLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.54.1 to chore(deps): update netbirdio/management docker tag to v0.54.2 2025-08-14 02:02:30 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from 0bf610ccde
Some checks failed
checks / pre-commit (push) Failing after 2s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
to 6170cc5e6c
Some checks failed
checks / pre-commit (push) Failing after 1s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
2025-08-14 02:02:43 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.54.2 to chore(deps): update netbirdio/management docker tag to v0.55.1 2025-08-22 18:02:34 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from 6170cc5e6c
Some checks failed
checks / pre-commit (push) Failing after 1s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
to b66cce7af7
Some checks failed
checks / pre-commit (push) Failing after 0s
checks / k8s (push) Failing after 1s
checks / tflint (push) Failing after 0s
2025-08-22 18:02:46 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.55.1 to chore(deps): update netbirdio/management docker tag to v0.56.0 2025-09-04 08:15:13 +00:00
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.56.0 to chore(deps): update netbirdio/management docker tag to v0.56.1 2025-09-09 02:10:07 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from 94504e6d8e to 38f7236a0d
Some checks failed
checks / pre-commit (push) Failing after 1s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 1s
2025-09-09 02:10:08 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.56.1 to chore(deps): update netbirdio/management docker tag to v0.57.0 2025-09-15 10:40:52 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from 38f7236a0d
Some checks failed
checks / pre-commit (push) Failing after 1s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 1s
to 110ec70610
Some checks failed
checks / pre-commit (push) Failing after 0s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
2025-09-15 10:40:53 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.57.0 to chore(deps): update netbirdio/management docker tag to v0.57.1 2025-09-16 02:41:04 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from 110ec70610
Some checks failed
checks / pre-commit (push) Failing after 0s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
to e895ffc6b1
Some checks failed
checks / pre-commit (push) Failing after 0s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
2025-09-16 02:41:06 +00:00
Compare
renovate-bot force-pushed renovate/netbirdio-management-0.x from e895ffc6b1
Some checks failed
checks / pre-commit (push) Failing after 0s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
to f15635477f
Some checks failed
checks / pre-commit (push) Failing after 2s
checks / k8s (push) Failing after 1s
checks / tflint (push) Failing after 0s
2025-09-21 05:50:48 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.57.1 to chore(deps): update netbirdio/management docker tag to v0.58.0 2025-09-21 05:50:53 +00:00
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.58.0 to chore(deps): update netbirdio/management docker tag to v0.58.2 2025-09-29 06:36:20 +00:00
renovate-bot force-pushed renovate/netbirdio-management-0.x from f15635477f
Some checks failed
checks / pre-commit (push) Failing after 2s
checks / k8s (push) Failing after 1s
checks / tflint (push) Failing after 0s
to 8bbaf663c3
Some checks failed
checks / pre-commit (push) Failing after 2s
checks / k8s (push) Failing after 2s
checks / tflint (push) Failing after 2s
2025-09-29 06:36:47 +00:00
Compare
renovate-bot force-pushed renovate/netbirdio-management-0.x from 8bbaf663c3
Some checks failed
checks / pre-commit (push) Failing after 2s
checks / k8s (push) Failing after 2s
checks / tflint (push) Failing after 2s
to e614d92728
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
2025-10-02 02:08:30 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.58.2 to chore(deps): update netbirdio/management docker tag to v0.59.0 2025-10-02 02:08:37 +00:00
catalin deleted branch renovate/netbirdio-management-0.x 2025-10-02 10:10:56 +00:00
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!464
No description provided.