netbird: update to 0.60.8 (breaking change)
authorWesley Gimenes <redacted>
Thu, 18 Dec 2025 12:59:41 +0000 (09:59 -0300)
committerHannu Nyman <redacted>
Sat, 20 Dec 2025 19:34:13 +0000 (21:34 +0200)
commit24dc5175d1494255ebe4bc7c8a14e1d4f92036c4
treeffd5d21f68b57fe524db68a60c858642837c0787
parent2bf64b97017d6529659a7095d84139a30ba89de0
netbird: update to 0.60.8 (breaking change)

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 <redacted>
net/netbird/Makefile
net/netbird/files/netbird.init
git clone https://git.99rst.org/PROJECT