v0.74.2

Dokploy/dokployv0.74.2Jul 3, 2026by mlsmaycon

AI Summary

This patch release focuses on stability and bug fixes, specifically addressing issues with GHCR image pushes after Docker V2 migration, improving client performance, and resolving a goroutine leak in the reconnect guard.

Key Highlights

  • Fixed GHCR image push after Docker V2 migration
  • Fixed slow WireGuard operations
  • Fixed goroutine leak in reconnect guard
  • Added vLLM e2e tests

New Features

  • vLLM e2e tests

Full Release Notes

## What's Changed
* [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


**Full Changelog**: https://github.com/netbirdio/netbird/compare/v0.74.1...v0.74.2