Migrate to github.com/moby/moby modules

This commit is contained in:
Sebastiaan van Stijn
2026-05-04 15:50:05 +02:00
committed by GitHub
parent bd6a685be3
commit 8f99bbcfba
15 changed files with 480 additions and 439 deletions
+10
View File
@@ -9,6 +9,16 @@ This guide provides detailed migration steps for upgrading between different Tra
---
## v3.6.16
### Docker provider: minimum Docker Engine version
Starting with `v3.6.16`, the Docker provider requires Docker API version v1.40 or
above ([Docker Engine v19.03](https://docs.docker.com/reference/api/engine/#api-version-matrix)).
Users running older (end of life) versions of Docker Engine should update their
Docker Engine or use the [`DOCKER_API_VERSION`](https://docs.docker.com/reference/api/engine/#versioned-api-and-sdk)
environment variable to override the API version used by Traefik.
## v3.6.15
In `v3.6.15`, a new `errorRequestHeaders` option has been added to the Errors middleware.