v0.75.0-rc.5

Dokploy/dokployv0.75.0-rc.5Jul 3, 2026by pappz

AI Summary

This Release Candidate introduces vLLM support for the Agent Network, enhances client performance with fixes for slow WireGuard operations and increased gRPC limits, and resolves self-hosted setup issues.

Key Highlights

  • Added vLLM support for Agent Network
  • Increased management client gRPC receive limit default to 16MB
  • Fixed slow WireGuard operations and goroutine leaks
  • Resolved GHCR image push and self-hosted getting started issues

New Features

  • vLLM support for Agent Network
  • Enforce a single selected exit node
  • Increased management client gRPC receive limit default to 16MB

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
* [management] Add vLLM e2e test by @braginini in https://github.com/netbirdio/netbird/pull/6649
* [misc] Fix GHCR image push after dockers_v2 migration by @mlsmaycon in https://github.com/netbirdio/netbird/pull/6653
* [client] Increase management client gRPC receive limit default to 16MB by @riccardomanfrin in https://github.com/netbirdio/netbird/pull/6641
* [client] Fix slow wg operations by @pappz in https://github.com/netbirdio/netbird/pull/6633
* [client] backport enforce a single selected exit node by @pappz in https://github.com/netbirdio/netbird/pull/6640
* [client] Fix backoff.Ticker goroutine leak in reconnect guard by @theodorsm in https://github.com/netbirdio/netbird/pull/6663
* [client] Update Wails to v3.0.0-alpha2.111 by @pappz in https://github.com/netbirdio/netbird/pull/6660
* [client] Remove lazy connection UI toggle by @pappz in https://github.com/netbirdio/netbird/pull/6661


**Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.75.0-rc.4...v0.75.0-rc.5