v0.74.1
netbirdio/netbirdv0.74.1Jul 2, 2026by mlsmaycon
AI Summary
This release adds vLLM support for the Agent Network and introduces the ability to opt-out of lazy connections via an environment variable, alongside improvements to self-hosted setup and test infrastructure.
Key Highlights
- Added vLLM support for Agent Network
- Made lazy connections opt-out via the NB_LAZY_CONN environment variable
- Removed complex image override logic in the getting started guide
- Run privileged client tests natively with sudo on Linux
New Features
- vLLM support for Agent Network
- Lazy connections opt-out via NB_LAZY_CONN
- Native sudo testing for Linux
Full Release Notes
## What's Changed * [client] Make lazy connections opt-out via NB_LAZY_CONN by @lixmal in https://github.com/netbirdio/netbird/pull/6617 * [client] Run privileged client tests natively with sudo on Linux by @pappz in https://github.com/netbirdio/netbird/pull/6635 * [self-hosted] Remove image override logic in getting started by @mlsmaycon in https://github.com/netbirdio/netbird/pull/6636 * [management] Add vLLM support for Agent Network by @braginini in https://github.com/netbirdio/netbird/pull/6643 * [management] return nil when config is not set by @mlsmaycon in https://github.com/netbirdio/netbird/pull/6642 **Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.74.0...v0.74.1