From 8527369797d30435d607d1fcf479ea08c23ac80e Mon Sep 17 00:00:00 2001 From: Takuto Nagami <84759675+logica0419@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:12:04 +0900 Subject: [PATCH] Add Compress middleware to migration guide --- docs/content/migration/v3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/migration/v3.md b/docs/content/migration/v3.md index d4cf9fc3e..de2e660b4 100644 --- a/docs/content/migration/v3.md +++ b/docs/content/migration/v3.md @@ -80,7 +80,7 @@ Please use the `disableClusterScopeResources` option instead to avoid cluster sc ### Kubernetes CRD Provider -Starting with v3.2, the CRDs has been updated on [TraefikService](../routing/services#mirroring-service) (PR [#11032](https://github.com/traefik/traefik/pull/11032)) and on [RateLimit](../middlewares/http/ratelimit) & [InFlightReq](../middlewares/http/inflightreq) middlewares (PR [#9747](https://github.com/traefik/traefik/pull/9747)). +Starting with v3.2, the CRDs has been updated on [TraefikService](../routing/services#mirroring-service) (PR [#11032](https://github.com/traefik/traefik/pull/11032)), on [RateLimit](../middlewares/http/ratelimit) & [InFlightReq](../middlewares/http/inflightreq) middlewares (PR [#9747](https://github.com/traefik/traefik/pull/9747)) and on [Compress](../middlewares/http/compress) middleware (PR [#10943](https://github.com/traefik/traefik/pull/10943)). This update adds only new optional fields. CRDs can be updated with this command: