[25.12] netbird: update to 0.60.8 (breaking change)#28132
Merged
wehagy merged 2 commits intoDec 22, 2025
Conversation
Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.59.13 Signed-off-by: Wesley Gimenes <wehagy@proton.me> (cherry picked from commit 2bf64b9)
Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.60.8 This is the first `netbird` release that introduces a breaking change[1]. Therefore, versions after the `0.60.x` will not be backported to OpenWrt 24.10. They will be backported to OpenWrt 25.12, because that release has not been officially launched yet. By default netbird now creates/updates[2] `/etc/ssh/ssh_config.d/99-netbird.conf` for use with `openssh-client`. OpenWrt uses `dropbear`, and this behavior may cause storage wear. This behavior has been disabled with `NB_DISABLE_SSH_CONFIG="1"`[3] in the init file. [1]: https://forum.netbird.io/t/netbird-v0-60-0-released/334#p-610-upgrade-compatibility-notes-4 [2]: https://docs.netbird.io/manage/peers/ssh#native-ssh-clients-open-ssh [3]: https://github.com/netbirdio/netbird/blob/v0.60.8/client/ssh/config/manager.go#L167-L172 Signed-off-by: Wesley Gimenes <wehagy@proton.me> (cherry picked from commit 24dc517)
Contributor
|
Just upgraded with this patch and everything is looking good no sign of |
Member
Author
|
Merging, thanks for testing. |
|
@wehagy Thank you for maintaining the netbird package. Can you please update the package to v0.64.6 in both the main branch and the 25.12 branch? Thanks in advance. |
Member
Author
|
@KA2107 thanks for the support 💪. But please open an issue next time so others can follow the discussion, this is unrelated to this PR and may notify people not involved in the topic. The PR for the update in the master branch: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📦 Package Details
Maintainer: me
(You can find this by checking the history of the package
Makefile.)Description:
Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.60.8
Newer OpenWrt version mean newer software, which can bring some headaches. This backport contains breaking changes (the first for
netbird), but OpenWrt 25.12 has not been released yet, so this is appropriate for now.Additional info:
@egc112, more tests incoming. What I'm looking for is that the line below does not appear in the
netbirdlogs (/var/log/netbird/client.log). This meansNB_DISABLE_SSH_CONFIG="1"is doing its job. Thanks.🧪 Run Testing Details
✅ Formalities