chore(deps): update netbirdio/management docker tag to v0.48.0 #393

Merged
catalin merged 1 commit from renovate/netbirdio-management-0.x into main 2025-06-24 12:39:47 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
netbirdio/management minor 0.46.0 -> 0.48.0

Release Notes

netbirdio/netbird (netbirdio/management)

v0.48.0

Compare Source

Release Notes for v0.48.0

What's New

This release brings port range support to NetBird. Now you can add rules with ports formated as <range_start>-<range_end>, with that, if you need to allow all TCP ports, you can configure it with 1-65535, see dashboard example below: image

The feature support is available for management and client version 0.48.0 and for dashboard version 2.14.0

Client Enhancements
  • Fixed Android route notification behavior. #​3971
  • Added more advanced settings for Android clients. #​4001
  • Fixed port range squashing to ensure correct firewall rule behavior. #​4007
Management Improvements
  • Refactored route handling to use store methods for consistency and maintainability. #​2928
  • Added backward compatibility for clients without firewall rules port range support. #​4003
  • Exported ephemeral peer flag via API for better visibility. #​4004

Full Changelog: v0.47.2...v0.48.0

v0.47.2

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.47.1...v0.47.2

v0.47.1

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.47.0...v0.47.1

v0.47.0

Compare Source

Release Notes for v0.47.0

What's New
Client Enhancements
  • Added lazy connections support for routed networks. #​3908
  • Added advanced settings to the UI for better configurability. #​3941
  • Added missing client meta flags. #​3898
  • Improved Android client with preference handling and propagation networks. #​3957, #​3966
  • Displayed login popup on session expiration. #​3955
  • Fixed local DNS resolver errors for domains with other record types. #​3959
  • Optimized process check timing. #​3938
  • Removed strings from allowed IPs. #​3920
  • Improved ICMP connection tracking logs. #​3963
  • Prevented unnecessary UI updates. #​3785
  • Included peer's actual state in notifications. #​3929
  • Refactored ConnMgr context management for clarity. #​3951
  • Included Support wildcard DNS on iOS #​3979
Management Improvements
  • Added port range support in firewall rules. #​3823
  • Enabled unidirectional rules for all-port policies. #​3826
  • Added account ID index to activity events. #​3946
  • Ensured peer flags persist in meta updates. #​3958
  • Propagated user groups when re-enabling group propagation. #​3912
  • Added event streaming metrics. #​3814
  • Used xID for setup keys to avoid collisions. #​3977
Signal Service
  • Enabled setting signal flags via environment variables. #​3972
Other Changes
  • All Docker images are now pushed to GHCR as additional registry during release. #​3954

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.46.0...v0.47.0


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.46.0` -> `0.48.0` | --- ### Release Notes <details> <summary>netbirdio/netbird (netbirdio/management)</summary> ### [`v0.48.0`](https://github.com/netbirdio/netbird/releases/tag/v0.48.0) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.47.2...v0.48.0) #### Release Notes for v0.48.0 ##### What's New This release brings port range support to NetBird. Now you can add rules with ports formated as `<range_start>-<range_end>`, with that, if you need to allow all TCP ports, you can configure it with `1-65535`, see dashboard example below: <img width="600" alt="image" src="https://github.com/user-attachments/assets/b0429736-dc22-4d79-958a-0e4da908ec6a" /> > The feature support is available for management and client version `0.48.0` and for dashboard version `2.14.0` ##### Client Enhancements - Fixed **Android route notification** behavior. [#&#8203;3971](https://github.com/netbirdio/netbird/pull/3971) - Added **more advanced settings** for Android clients. [#&#8203;4001](https://github.com/netbirdio/netbird/pull/4001) - Fixed **port range squashing** to ensure correct firewall rule behavior. [#&#8203;4007](https://github.com/netbirdio/netbird/pull/4007) ##### Management Improvements - Refactored **route handling** to use store methods for consistency and maintainability. [#&#8203;2928](https://github.com/netbirdio/netbird/pull/2928) - Added **backward compatibility** for clients without firewall rules port range support. [#&#8203;4003](https://github.com/netbirdio/netbird/pull/4003) - Exported **ephemeral peer flag** via API for better visibility. [#&#8203;4004](https://github.com/netbirdio/netbird/pull/4004) **Full Changelog**: [v0.47.2...v0.48.0](https://github.com/netbirdio/netbird/compare/v0.47.2...v0.48.0) ### [`v0.47.2`](https://github.com/netbirdio/netbird/releases/tag/v0.47.2) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.47.1...v0.47.2) #### What's Changed - \[client] Fix UI Download URL by [@&#8203;hakansa](https://github.com/hakansa) in https://github.com/netbirdio/netbird/pull/3990 - \[client] Prioritze the local resolver in the dns handler chain by [@&#8203;lixmal](https://github.com/lixmal) in https://github.com/netbirdio/netbird/pull/3965 - \[client] Tighten allowed domains for dns forwarder by [@&#8203;lixmal](https://github.com/lixmal) in https://github.com/netbirdio/netbird/pull/3978 - \[client] Fix DNS Interceptor Build Error by [@&#8203;hakansa](https://github.com/hakansa) in https://github.com/netbirdio/netbird/pull/3993 - \[management] Avoid recalculating next peer expiration by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in https://github.com/netbirdio/netbird/pull/3991 - \[client] Fix logic in updateStatus to correctly handle connection state by [@&#8203;hakansa](https://github.com/hakansa) in https://github.com/netbirdio/netbird/pull/3994 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.47.1...v0.47.2 ### [`v0.47.1`](https://github.com/netbirdio/netbird/releases/tag/v0.47.1) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.47.0...v0.47.1) #### What's Changed - \[client] Fix status recorder panic by [@&#8203;lixmal](https://github.com/lixmal) in https://github.com/netbirdio/netbird/pull/3988 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.47.0...v0.47.1 ### [`v0.47.0`](https://github.com/netbirdio/netbird/releases/tag/v0.47.0) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.46.0...v0.47.0) #### Release Notes for v0.47.0 ##### What's New ##### Client Enhancements - Added **lazy connections** support for routed networks. [#&#8203;3908](https://github.com/netbirdio/netbird/pull/3908) - Added **advanced settings to the UI** for better configurability. [#&#8203;3941](https://github.com/netbirdio/netbird/pull/3941) - Added **missing client meta flags**. [#&#8203;3898](https://github.com/netbirdio/netbird/pull/3898) - Improved **Android client** with preference handling and propagation networks. [#&#8203;3957](https://github.com/netbirdio/netbird/pull/3957), [#&#8203;3966](https://github.com/netbirdio/netbird/pull/3966) - Displayed **login popup on session expiration**. [#&#8203;3955](https://github.com/netbirdio/netbird/pull/3955) - Fixed **local DNS resolver errors** for domains with other record types. [#&#8203;3959](https://github.com/netbirdio/netbird/pull/3959) - Optimized **process check timing**. [#&#8203;3938](https://github.com/netbirdio/netbird/pull/3938) - Removed **strings from allowed IPs**. [#&#8203;3920](https://github.com/netbirdio/netbird/pull/3920) - Improved **ICMP connection tracking logs**. [#&#8203;3963](https://github.com/netbirdio/netbird/pull/3963) - Prevented **unnecessary UI updates**. [#&#8203;3785](https://github.com/netbirdio/netbird/pull/3785) - Included **peer's actual state** in notifications. [#&#8203;3929](https://github.com/netbirdio/netbird/pull/3929) - Refactored **ConnMgr context management** for clarity. [#&#8203;3951](https://github.com/netbirdio/netbird/pull/3951) - Included **Support wildcard DNS** on iOS [#&#8203;3979](https://github.com/netbirdio/netbird/pull/3979) ##### Management Improvements - Added **port range support** in firewall rules. [#&#8203;3823](https://github.com/netbirdio/netbird/pull/3823) - Enabled **unidirectional rules** for all-port policies. [#&#8203;3826](https://github.com/netbirdio/netbird/pull/3826) - Added **account ID index** to activity events. [#&#8203;3946](https://github.com/netbirdio/netbird/pull/3946) - Ensured **peer flags persist** in meta updates. [#&#8203;3958](https://github.com/netbirdio/netbird/pull/3958) - Propagated **user groups** when re-enabling group propagation. [#&#8203;3912](https://github.com/netbirdio/netbird/pull/3912) - Added **event streaming metrics**. [#&#8203;3814](https://github.com/netbirdio/netbird/pull/3814) - Used **xID for setup keys** to avoid collisions. [#&#8203;3977](https://github.com/netbirdio/netbird/pull/3977) ##### Signal Service - Enabled **setting signal flags** via environment variables. [#&#8203;3972](https://github.com/netbirdio/netbird/pull/3972) ##### Other Changes - All Docker images are now **pushed to GHCR** as additional registry during release. [#&#8203;3954](https://github.com/netbirdio/netbird/pull/3954) **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.46.0...v0.47.0 </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:eyJjcmVhdGVkSW5WZXIiOiI0MC40OS4xMiIsInVwZGF0ZWRJblZlciI6IjQwLjYyLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate-bot force-pushed renovate/netbirdio-management-0.x from 08a8fa4be8
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
to cf6b85b1f8
Some checks failed
checks / tflint (push) Has been cancelled
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
2025-06-21 01:50:32 +00:00
Compare
renovate-bot changed title from chore(deps): update netbirdio/management docker tag to v0.47.2 to chore(deps): update netbirdio/management docker tag to v0.48.0 2025-06-21 01:50:33 +00:00
catalin deleted branch renovate/netbirdio-management-0.x 2025-06-24 12:39:50 +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!393
No description provided.