chore(deps): update netbirdio/netbird docker tag to v0.52.2 #443

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

This PR contains the following updates:

Package Update Change
netbirdio/netbird minor 0.51.1 -> 0.52.2

Release Notes

netbirdio/netbird (netbirdio/netbird)

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/netbird](https://github.com/netbirdio/netbird) | minor | `0.51.1` -> `0.52.2` | --- ### Release Notes <details> <summary>netbirdio/netbird (netbirdio/netbird)</summary> ### [`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==-->
chore(deps): update netbirdio/netbird docker tag to v0.51.2
Some checks failed
checks / k8s (push) Failing after 1m54s
checks / tflint (push) Successful in 2m22s
checks / pre-commit (push) Successful in 7m39s
85e83320f9
renovate-bot changed title from chore(deps): update netbirdio/netbird docker tag to v0.51.2 to chore(deps): update netbirdio/netbird docker tag to v0.52.1 2025-07-30 12:17:29 +00:00
renovate-bot changed title from chore(deps): update netbirdio/netbird docker tag to v0.52.1 to chore(deps): update netbirdio/netbird docker tag to v0.52.2 2025-07-31 03:06:32 +00:00
catalin closed this pull request 2025-08-04 13:15:14 +00:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.52.2). 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.52.2`). 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 / k8s (push) Failing after 1m54s
checks / tflint (push) Successful in 2m22s
checks / pre-commit (push) Successful in 7m39s

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!443
No description provided.