chore(deps): update netbirdio/relay docker tag to v0.54.0 #453

Merged
catalin merged 1 commit from renovate/netbirdio-relay-0.x into main 2025-08-11 16:38:18 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
netbirdio/relay minor 0.51.1 -> 0.54.0

Release Notes

netbirdio/netbird (netbirdio/relay)

v0.54.0

Compare Source

Release Notes for v0.54.0

What's New
Client Enhancements
  • Added Windows ARM64 build support. #​4206
  • Renamed logout command to deregister for clarity. #​4307
  • Increased deregister timeout for more reliable deregistration. #​4311
  • Fixed SSH command handling for non-default profiles. #​4298
  • Fixed profile manager panic when reading incomplete configurations. #​4309
  • Updated Windows installer description. #​4306
Management Improvements
  • Reworked database locking for improved concurrency handling. #​4291
  • Marked SaveAccount method as deprecated. #​4300
  • Improved JSON migration by filtering duplicates on conflict. #​4303
Other Changes
  • Standardized naming: Changed "Netbird" to "NetBird" in CMD usage. #​4296
  • Added documentation acknowledgement check. #​4310
  • Automated forum post creation after releases. #​4312

Full Changelog: v0.53.0...v0.54.0

v0.53.0

Compare Source

Release Notes for v0.53.0

What's New
Control plane licensing changes
  • Changed the license of management, relay, and signal components to AGPLv3. #​4285

Learn more at https://netbird.io/knowledge-hub/netbird-agpl-announcement

Client Enhancements
  • Improved userspace filter logging performance. #​4221
  • Added logout feature for improved session management. #​4268
  • Increased IP rule priorities to avoid routing conflicts. #​4273
  • Added config flag to override default profile path in the client service. #​4276
  • Included full sync response in the debug bundle for troubleshooting. #​4287
Management Improvements
  • Migrated group peers into a separate table for better performance and structure. #​4096
  • Implemented network range change API. #​4177
  • Optimized peer group retrieval by removing unnecessary locks. #​4280
  • Implemented peer expiration for invalid peers. #​4275
Other Changes
  • Moved shared components to a centralized shared directory. #​4286
  • Separated shared code dependencies for better modularity. #​4288

Full Changelog: v0.52.2...v0.53.0

v0.52.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.52.1...v0.52.2

v0.52.1

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.52.0...v0.52.1

v0.52.0

Compare Source

This release adds the profile feature, please refer to the documentation

profiles (1)

What's Changed

New Contributors

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.51.2...v0.52.0

v0.51.2

Compare Source

What's Changed

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.51.1...v0.51.2


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/relay](https://github.com/netbirdio/netbird) | minor | `0.51.1` -> `0.54.0` | --- ### Release Notes <details> <summary>netbirdio/netbird (netbirdio/relay)</summary> ### [`v0.54.0`](https://github.com/netbirdio/netbird/releases/tag/v0.54.0) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.53.0...v0.54.0) #### Release Notes for v0.54.0 ##### What's New ##### Client Enhancements - Added **Windows ARM64 build** support. [#&#8203;4206](https://github.com/netbirdio/netbird/pull/4206) - Renamed **logout** command to **deregister** for clarity. [#&#8203;4307](https://github.com/netbirdio/netbird/pull/4307) - Increased **deregister timeout** for more reliable deregistration. [#&#8203;4311](https://github.com/netbirdio/netbird/pull/4311) - Fixed **SSH command** handling for non-default profiles. [#&#8203;4298](https://github.com/netbirdio/netbird/pull/4298) - Fixed **profile manager panic** when reading incomplete configurations. [#&#8203;4309](https://github.com/netbirdio/netbird/pull/4309) - Updated **Windows installer description**. [#&#8203;4306](https://github.com/netbirdio/netbird/pull/4306) ##### Management Improvements - Reworked **database locking** for improved concurrency handling. [#&#8203;4291](https://github.com/netbirdio/netbird/pull/4291) - Marked **SaveAccount** method as deprecated. [#&#8203;4300](https://github.com/netbirdio/netbird/pull/4300) - Improved **JSON migration** by filtering duplicates on conflict. [#&#8203;4303](https://github.com/netbirdio/netbird/pull/4303) ##### Other Changes - Standardized naming: Changed "Netbird" to "NetBird" in CMD usage. [#&#8203;4296](https://github.com/netbirdio/netbird/pull/4296) - Added **documentation acknowledgement check**. [#&#8203;4310](https://github.com/netbirdio/netbird/pull/4310) - Automated **forum post** creation after releases. [#&#8203;4312](https://github.com/netbirdio/netbird/pull/4312) **Full Changelog**: [v0.53.0...v0.54.0](https://github.com/netbirdio/netbird/compare/v0.53.0...v0.54.0) ### [`v0.53.0`](https://github.com/netbirdio/netbird/releases/tag/v0.53.0) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.52.2...v0.53.0) #### Release Notes for v0.53.0 ##### What's New ##### Control plane licensing changes - Changed the license of `management`, `relay`, and `signal` components to **AGPLv3**. [#&#8203;4285](https://github.com/netbirdio/netbird/pull/4285) > Learn more at https://netbird.io/knowledge-hub/netbird-agpl-announcement ##### Client Enhancements - Improved **userspace filter logging performance**. [#&#8203;4221](https://github.com/netbirdio/netbird/pull/4221) - Added **logout feature** for improved session management. [#&#8203;4268](https://github.com/netbirdio/netbird/pull/4268) - Increased **IP rule priorities** to avoid routing conflicts. [#&#8203;4273](https://github.com/netbirdio/netbird/pull/4273) - Added **config flag to override default profile path** in the client service. [#&#8203;4276](https://github.com/netbirdio/netbird/pull/4276) - Included **full sync response** in the debug bundle for troubleshooting. [#&#8203;4287](https://github.com/netbirdio/netbird/pull/4287) ##### Management Improvements - Migrated **group peers into a separate table** for better performance and structure. [#&#8203;4096](https://github.com/netbirdio/netbird/pull/4096) - Implemented **network range change API**. [#&#8203;4177](https://github.com/netbirdio/netbird/pull/4177) - Optimized **peer group retrieval** by removing unnecessary locks. [#&#8203;4280](https://github.com/netbirdio/netbird/pull/4280) - Implemented **peer expiration** for invalid peers. [#&#8203;4275](https://github.com/netbirdio/netbird/pull/4275) ##### Other Changes - Moved **shared components** to a centralized shared directory. [#&#8203;4286](https://github.com/netbirdio/netbird/pull/4286) - Separated **shared code dependencies** for better modularity. [#&#8203;4288](https://github.com/netbirdio/netbird/pull/4288) **Full Changelog**: [v0.52.2...v0.53.0](https://github.com/netbirdio/netbird/compare/v0.52.2...v0.53.0) ### [`v0.52.2`](https://github.com/netbirdio/netbird/releases/tag/v0.52.2) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.52.1...v0.52.2) #### What's Changed - \[misc] Dockerfile: pin gopls to v0.18.1 (latest that supports golang 1.23) by [@&#8203;Bilgeworth](https://github.com/Bilgeworth) in https://github.com/netbirdio/netbird/pull/4240 - \[management] add account deleted event by [@&#8203;crn4](https://github.com/crn4) in https://github.com/netbirdio/netbird/pull/4255 - \[client] Fix dns ipv6 upstream by [@&#8203;lixmal](https://github.com/lixmal) in https://github.com/netbirdio/netbird/pull/4257 #### New Contributors - [@&#8203;Bilgeworth](https://github.com/Bilgeworth) made their first contribution in https://github.com/netbirdio/netbird/pull/4240 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.52.1...v0.52.2 ### [`v0.52.1`](https://github.com/netbirdio/netbird/releases/tag/v0.52.1) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.52.0...v0.52.1) #### What's Changed - \[client] Disable the dns host manager properly if disabled through management by [@&#8203;lixmal](https://github.com/lixmal) in https://github.com/netbirdio/netbird/pull/4241 - \[client] Fix error handling for set config request on CLI by [@&#8203;hakansa](https://github.com/hakansa) in https://github.com/netbirdio/netbird/pull/4237 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.52.0...v0.52.1 ### [`v0.52.0`](https://github.com/netbirdio/netbird/releases/tag/v0.52.0) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.51.2...v0.52.0) This release adds the profile feature, please refer to the [documentation](https://docs.netbird.io/how-to/profiles) ![profiles (1)](https://github.com/user-attachments/assets/af9ef06b-03b9-4fd3-8fe0-ebb7f371815f) #### What's Changed - \[misc] Docker compose improvements by [@&#8203;Silex](https://github.com/Silex) in https://github.com/netbirdio/netbird/pull/4037 - \[client] Fix race issues in lazy tests by [@&#8203;pappz](https://github.com/pappz) in https://github.com/netbirdio/netbird/pull/4181 - \[client] Temporarily disable race detection in Relay by [@&#8203;pappz](https://github.com/pappz) in https://github.com/netbirdio/netbird/pull/4210 - \[client] Fix legacy routing exclusion routes in kernel mode by [@&#8203;lixmal](https://github.com/lixmal) in https://github.com/netbirdio/netbird/pull/4167 - \[client] Add env and status flags for netbird service command by [@&#8203;lixmal](https://github.com/lixmal) in https://github.com/netbirdio/netbird/pull/3975 - \[management] extra settings integrated validator by [@&#8203;pnmcosta](https://github.com/pnmcosta) in https://github.com/netbirdio/netbird/pull/4136 - \[management] scheduler cancel all jobs by [@&#8203;pnmcosta](https://github.com/pnmcosta) in https://github.com/netbirdio/netbird/pull/4158 - \[management] Log UpdateAccountPeers caller by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in https://github.com/netbirdio/netbird/pull/4216 - \[client] Remove custom method from generated proto and use inline logic for connection type filtering by [@&#8203;aliamerj](https://github.com/aliamerj) in https://github.com/netbirdio/netbird/pull/4214 - \[management] Log BufferUpdateAccountPeers caller by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in https://github.com/netbirdio/netbird/pull/4217 - \[client] handle order of check when checking order of files in isChecksEqual by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in https://github.com/netbirdio/netbird/pull/4219 - \[client] make ICE failed timeout configurable by [@&#8203;gamerslouis](https://github.com/gamerslouis) in https://github.com/netbirdio/netbird/pull/4211 - \[client] client: container: support CLI with entrypoint addition by [@&#8203;nazarewk](https://github.com/nazarewk) in https://github.com/netbirdio/netbird/pull/4126 - \[client] Always register NetBird with plain Linux DNS and use original servers as upstream by [@&#8203;lixmal](https://github.com/lixmal) in https://github.com/netbirdio/netbird/pull/3967 - \[client] Fix UDP proxy to notify listener when remote conn closed by [@&#8203;pappz](https://github.com/pappz) in https://github.com/netbirdio/netbird/pull/4199 - \[client] Remove and deprecate the admin url functionality by [@&#8203;lixmal](https://github.com/lixmal) in https://github.com/netbirdio/netbird/pull/4218 - \[client] Add detailed routes and resolved IPs to debug bundle by [@&#8203;lixmal](https://github.com/lixmal) in https://github.com/netbirdio/netbird/pull/4141 - \[client] Feat/multiple profile by [@&#8203;hakansa](https://github.com/hakansa) in https://github.com/netbirdio/netbird/pull/3980 - \[client] remove config flag by [@&#8203;hakansa](https://github.com/hakansa) in https://github.com/netbirdio/netbird/pull/4224 - \[client] Fix pre-shared key state in wg show by [@&#8203;pappz](https://github.com/pappz) in https://github.com/netbirdio/netbird/pull/4222 - \[client] Fix config directory path handling based on NB\_STATE\_DIR by [@&#8203;hakansa](https://github.com/hakansa) in https://github.com/netbirdio/netbird/pull/4229 - \[client] Add support for disabling profiles feature via command line flag by [@&#8203;hakansa](https://github.com/hakansa) in https://github.com/netbirdio/netbird/pull/4235 #### New Contributors - [@&#8203;gamerslouis](https://github.com/gamerslouis) made their first contribution in https://github.com/netbirdio/netbird/pull/4211 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.51.2...v0.52.0 ### [`v0.51.2`](https://github.com/netbirdio/netbird/releases/tag/v0.51.2) [Compare Source](https://github.com/netbirdio/netbird/compare/v0.51.1...v0.51.2) #### What's Changed - \[client] fix test by [@&#8203;pnmcosta](https://github.com/pnmcosta) in https://github.com/netbirdio/netbird/pull/4156 - \[misc] add forum post and update sign pipeline by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in https://github.com/netbirdio/netbird/pull/4155 - \[management] fix index creation if exist on mysql by [@&#8203;pascal-fischer](https://github.com/pascal-fischer) in https://github.com/netbirdio/netbird/pull/4150 - \[management] Add validate flow response by [@&#8203;mlsmaycon](https://github.com/mlsmaycon) in https://github.com/netbirdio/netbird/pull/4172 - \[client, relay] The openConn function no longer blocks the relayAddress function call by [@&#8203;pappz](https://github.com/pappz) in https://github.com/netbirdio/netbird/pull/4180 - \[client] Add --filter-by-connection-type flag to status command by [@&#8203;aliamerj](https://github.com/aliamerj) in https://github.com/netbirdio/netbird/pull/4010 - \[client] Fix bind exclusion routes by [@&#8203;lixmal](https://github.com/lixmal) in https://github.com/netbirdio/netbird/pull/4154 - \[management] Fix group resource count mismatch in policy by [@&#8203;bcmmbaga](https://github.com/bcmmbaga) in https://github.com/netbirdio/netbird/pull/4182 - \[server, relay] Fix/relay race disconnection by [@&#8203;pappz](https://github.com/pappz) in https://github.com/netbirdio/netbird/pull/4174 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.51.1...v0.51.2 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zOC4yIiwidXBkYXRlZEluVmVyIjoiNDEuMzguMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot changed title from chore(deps): update netbirdio/relay docker tag to v0.53.0 to chore(deps): update netbirdio/relay docker tag to v0.54.0 2025-08-09 03:26:42 +00:00
renovate-bot force-pushed renovate/netbirdio-relay-0.x from fea13fb5d7
Some checks failed
checks / k8s (push) Has been cancelled
checks / pre-commit (push) Has been cancelled
checks / tflint (push) Has been cancelled
to 402c77dd60
Some checks failed
checks / pre-commit (push) Successful in 6m59s
checks / k8s (push) Failing after 1m1s
checks / tflint (push) Successful in 52s
2025-08-09 03:26:44 +00:00
Compare
catalin deleted branch renovate/netbirdio-relay-0.x 2025-08-11 16:38:21 +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!453
No description provided.