Traefik

Developer Tools

A cloud-native application proxy.

Latest v3.7.10 · by Traefik LabsWebsitetraefik/traefik

Release activity

Release activity — 10 releases across 4 days since Jul 8, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before Jul 8, 2026. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026
MondayNo releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026
TuesdayNo releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026
Wednesday3 releases on Jul 8, 20261 release on Jul 15, 2026No releases on Jul 22, 2026No releases on Jul 29, 2026No releases on Aug 5, 2026
ThursdayNo releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026
FridayNo releases on Jul 10, 2026No releases on Jul 17, 20263 releases on Jul 24, 20263 releases on Jul 31, 2026No releases on Aug 7, 2026
SaturdayNo releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026

10 releases since Jul 8, 2026, busiest day 3

Changelog

v3.7.10

Fixed 3
  • Fix auth singleflight key collision in middleware authentication
  • Avoid router name collisions in Kubernetes Gateway API provider
  • Fix cross-namespace service reference check in Kubernetes CRD provider
Security 3
  • Fix CVE GHSA-fgjj-px3w-67xx
  • Fix CVE GHSA-62fc-8686-hfmq
  • Fix CVE GHSA-6765-c87h-8mrf

CVE fixed:

Bug fixes:

  • [acme] Bump github.com/go-acme/lego/v5 to v5.3.1 (#13547 @ldez)
  • [middleware, authentication] Fix auth singleflight key collision (#13572 @mmatur)
  • [k8s/gatewayapi] Avoid router name collisions in Kubernetes Gateway API provider (#13580 @gndz07)
  • [tracing] Bump github.com/DataDog/dd-trace-go/v2 to 2.8.1 (#13530 @kevinpollet)
  • Bump golang.org/x/text to v0.40.0 and golang.org/x/net v0.57.0 (#13574 @mmatur)
  • [k8s/crd] Fix cross-namespace service reference check in Kubernetes CRD provider (#13573 @gndz07)
  • [middleware] Bump github.com/klauspost/compress to v1.18.7 (#13587 @mmatur)
  • [k8s/gatewayapi] Bump sigs.k8s.io/gateway-api to v1.6.1 (#13589 @rtribotte)

Documentation:

  • [k8s/ingress-nginx] Clarify auth-url/rewrite-target interaction on ingress-nginx provider (#13607 @gndz07)
View originalPermalink
How v3.7.10 went

v3.6.25

Fixed 3
  • Fix auth singleflight key collision in middleware authentication
  • Avoid router name collisions in Kubernetes Gateway API provider
  • Fix cross-namespace service reference check in Kubernetes CRD provider
Security 3
  • Fix CVE GHSA-fgjj-px3w-67xx
  • Fix CVE GHSA-62fc-8686-hfmq
  • Fix CVE GHSA-6765-c87h-8mrf

CVE fixed:

Bug fixes:

  • [acme] Bump github.com/go-acme/lego/v5 to v5.3.1 (#13547 @ldez)
  • [middleware, authentication] Fix auth singleflight key collision (#13572 @mmatur)
  • [k8s/gatewayapi] Avoid router name collisions in Kubernetes Gateway API provider (#13580 @gndz07)
  • [tracing] Bump github.com/DataDog/dd-trace-go/v2 to 2.8.1 (#13530 @kevinpollet)
  • Bump golang.org/x/text to v0.40.0 and golang.org/x/net v0.57.0 (#13574 @mmatur)
  • [k8s/crd] Fix cross-namespace service reference check in Kubernetes CRD provider (#13573 @gndz07)
  • [middleware] Bump github.com/klauspost/compress to v1.18.7 (#13587 @mmatur)
View originalPermalink
How v3.6.25 went

v2.11.54

Changed 3
  • Bump github.com/DataDog/dd-trace-go/v2 to 2.8.1
  • Bump golang.org/x/text to v0.40.0 and golang.org/x/net to v0.57.0
  • Bump github.com/klauspost/compress to v1.18.7
Fixed 1
  • Fix cross-namespace service reference check in Kubernetes CRD provider
Security 1
  • Fix advisory GHSA-62fc-8686-hfmq

CVE fixed:

Bug fixes:

  • [tracing] Bump github.com/DataDog/dd-trace-go/v2 to 2.8.1 (#13530 @kevinpollet)
  • Bump golang.org/x/text to v0.40.0 and golang.org/x/net v0.57.0 (#13574 @mmatur)
  • [k8s/crd] Fix cross-namespace service reference check in Kubernetes CRD provider (#13573 @gndz07)
  • [middleware] Bump github.com/klauspost/compress to v1.18.7 (#13587 @mmatur)
View originalPermalink
How v2.11.54 went

v3.7.9

Changed 1
  • Bump google.golang.org/grpc to v1.82.1
Fixed 5
  • Fix redirect with use-regex in IngressNGINX provider
  • Disable Zstd support in the gzhttp wrapper
  • Defer the CONNECT payload until the backend accepts the tunnel
  • Discard CONNECT body in forwardauth and reject CONNECT requests with fast proxy
  • Do not add back CONNECT requests to the pool
Security 1
  • Fix advisory GHSA-3ccp-42pg-hgv6

Important: Please read the migration guide.

CVE fixed:

Bug fixes:

  • [k8s/ingress-nginx] Fix redirect with use-regex in IngressNGINX provider (#13476 @AmariahAK)
  • [middleware] Disable Zstd support in the gzhttp wrapper (#13533 @kevinpollet)
  • [server] Defer the CONNECT payload until the backend accepts the tunnel (#13542 @sdelicata)
  • [server] Discard CONNECT body in forwardauth and reject CONNECT requests with fast proxy (#13543 @sdelicata)
  • [server] Bump google.golang.org/grpc to v1.82.1 (#13551 @piscue)
  • [server] Do not add back CONNECT requests to the pool (#13556 @kevinpollet)

Documentation:

  • [k8s/gatewayapi] Document Gateway API generated service names change in the migration guide (#13541 @rtribotte)
  • [k8s/ingress-nginx] Fix typo in nginx annotation proxy-buffer-numbers (#13545 @fischerman)
  • Add a migration note for CONNECT requests (#13554 @kevinpollet)
View originalPermalink
How v3.7.9 went

v3.6.24

Changed 1
  • Bump google.golang.org/grpc to v1.82.1
Fixed 6
  • Add missing ErrorRequestHeaders field to CRDs
  • Remove unrelated error from nonexistent cert resolver log
  • Disable Zstd support in the gzhttp wrapper
  • Defer the CONNECT payload until the backend accepts the tunnel
  • Discard CONNECT body in forwardauth and reject CONNECT requests with fast proxy
  • Do not add back CONNECT requests to the pool
Security 1
  • Fix vulnerability GHSA-3ccp-42pg-hgv6

Important: Please read the migration guide.

CVE fixed:

Bug fixes:

  • [middleware, k8s/crd] Add missing ErrorRequestHeaders field to CRDs (#13498 @kevinpollet)
  • [logs] Remove unrelated error from nonexistent cert resolver log (#13469 @ArthurHlt)
  • [middleware] Disable Zstd support in the gzhttp wrapper (#13533 @kevinpollet)
  • [server] Defer the CONNECT payload until the backend accepts the tunnel (#13542 @sdelicata)
  • [server] Discard CONNECT body in forwardauth and reject CONNECT requests with fast proxy (#13543 @sdelicata)
  • [server] Bump google.golang.org/grpc to v1.82.1 (#13551 @piscue)
  • [server] Do not add back CONNECT requests to the pool (#13556 @kevinpollet)

Documentation:

  • [k8s] Align certificateRef and indicate ports (#13473 @veenoise)
  • [rules] Fix syntax notes in routing rule documentation (#13501 @stevenlele)
  • Add a migration note for CONNECT requests (#13554 @kevinpollet)
View originalPermalink
How v3.6.24 went

v2.11.53

Changed 1
  • Bump google.golang.org/grpc to v1.82.1
Fixed 3
  • Add missing ErrorRequestHeaders field to CRDs
  • Defer the CONNECT payload until the backend accepts the tunnel
  • Do not add back CONNECT requests to the pool
Security 1
  • Fix CVE-2024-45409 in advisory GHSA-3ccp-42pg-hgv6

Important: Please read the migration guide.

CVE fixed:

Bug fixes:

  • [middleware, k8s/crd] Add missing ErrorRequestHeaders field to CRDs (#13498 @kevinpollet)
  • [server] Defer the CONNECT payload until the backend accepts the tunnel (#13542 @sdelicata)
  • [server] Bump google.golang.org/grpc to v1.82.1 (#13551 @piscue)
  • [server] Do not add back CONNECT requests to the pool (#13556 @kevinpollet)

Documentation:

  • Add a migration note for CONNECT requests (#13554 @kevinpollet)
View originalPermalink
How v2.11.53 went

v3.7.8

Fixed 4
  • Add missing ErrorRequestHeaders field to CRDs
  • Sanitize rewritten target on ingress-nginx provider
  • Remove unrelated error from nonexistent cert resolver log
  • Fix panic in retry middleware with Websockets
Security 1
  • Fix vulnerability GHSA-8rxv-jg7p-wvg3

CVE fixed:

Bug fixes:

  • [middleware, k8s/crd] Add missing ErrorRequestHeaders field to CRDs (#13498 @kevinpollet)
  • [k8s/ingress-nginx] Sanitize rewritten target on ingress-nginx provider (#13506 @gndz07)
  • [logs] Remove unrelated error from nonexistent cert resolver log (#13469 @ArthurHlt)
  • [middleware] Fix panic in retry middleware with Websockets (#13520 @juliens)

Documentation:

  • [k8s] Align certificateRef and indicate ports (#13473 @veenoise)
  • [rules] Fix syntax notes in routing rule documentation (#13501 @stevenlele)
  • [k8s/crd] Fix duplicated options table in ServersTransport CRD reference (#13518 @rachana5)
View originalPermalink
How v3.7.8 went

v3.7.7

Changed 2
  • Bump software.sslmate.com/src/go-pkcs12 to v0.7.3
  • Bump go.opentelemetry.io/otel to v1.44.0
Fixed 7
  • Add app-root middleware with nginx variable interpolation
  • Fix consistency between HostSNI(*) and Host(*)
  • Fix ExtensionRef filters on backendRefs to resolve against the HTTPRoute namespace
  • Fix handle empty unknown-length bodies in mirroring
  • Fix cross-provider ref check for TCP ServersTransport in Kubernetes CRD provider
  • Sanitize replaced path in ReplacePathRegex middleware
  • Fix panic when endpointslice port value or name is nil
Security 3
  • Fix CVE GHSA-cxjq-mrr5-89rv
  • Fix CVE GHSA-42cj-m3vj-89wv
  • Fix CVE GHSA-qq9q-x9w4-chhj

Important: Please read the migration guide.

CVE fixed:

Bug fixes:

  • [middleware, k8s/ingress-nginx] Add app-root middleware with nginx variable interpolation (#13398 @dfeinblatt)
  • [rules] Fix consistency between HostSNI() and Host() (#13460 @juliens)
  • [k8s, k8s/gatewayapi] Fix ExtensionRef filters on backendRefs to resolve against the HTTPRoute namespace (#13462 @gndz07)
  • [middleware] Fix handle empty unknown-length bodies in mirroring (#13399 @amazon7737)
  • [k8s/crd] Fix cross-provider ref check for TCP ServersTransport in Kubernetes CRD provider (#13458 @gndz07)
  • [middleware] Sanitize replaced path in ReplacePathRegex middleware (#13466 @kevinpollet)
  • [acme] Bump software.sslmate.com/src/go-pkcs12 to v0.7.3 (#13477 @rtribotte)
  • [otel] Bump go.opentelemetry.io/otel to v1.44.0 (#13478 @rtribotte)
  • [k8s] Fix panic when endpointslice port value or name is nil (#13481 @kevinpollet)

Documentation:

  • Fix version in migration guide (#13434 @kevinpollet)
  • Fix changelog v2.11.51 (#13430 @mmatur)
  • Add v3.7 to supported version docs (#13118 @jnoordsij)
  • Fix some function names in comments (#13443 @blackflytech)
  • Add @nandorKollar as a current maintainer (#13451 @emilevauge)
  • Add @amazon7737 as a current maintainer (#13450 @emilevauge)
  • [middleware] Clarify buffering middleware defaults (#13401 @amazon7737)
  • Fix grammar in TLS, TCP service, and routing reference docs (#13461 @almightymoon)
  • Fix X-Forwarded-Prefix documentation for dashboard redirection (#13472 @kevinpollet)
View originalPermalink
How v3.7.7 went

v3.6.23

Fixed 4
  • Fix panic when endpointslice port value or name is nil in Kubernetes provider
  • Fix cross-provider ref check for TCP ServersTransport in Kubernetes CRD provider
  • Fix handle empty unknown-length bodies in mirroring middleware
  • Sanitize replaced path in ReplacePathRegex middleware
Security 2
  • Fix CVE GHSA-cxjq-mrr5-89rv
  • Fix CVE GHSA-42cj-m3vj-89wv

CVE fixed:

Bug fixes:

  • [acme] Bump software.sslmate.com/src/go-pkcs12 to v0.7.3 (#13477 @rtribotte)
  • [k8s] Fix panic when endpointslice port value or name is nil (#13481 @kevinpollet)
  • [k8s/crd] Fix cross-provider ref check for TCP ServersTransport in Kubernetes CRD provider (#13458 @gndz07)
  • [middleware] Fix handle empty unknown-length bodies in mirroring (#13399 @amazon7737)
  • [middleware] Sanitize replaced path in ReplacePathRegex middleware (#13466 @kevinpollet)
  • [otel] Bump go.opentelemetry.io/otel to v1.44.0 (#13478 @rtribotte)

Documentation:

  • [middleware] Clarify buffering middleware defaults (#13401 @amazon7737)
  • Add @amazon7737 as a current maintainer (#13450 @emilevauge)
  • Add @nandorKollar as a current maintainer (#13451 @emilevauge)
  • Fix changelog v2.11.51 (#13430 @mmatur)
  • Fix grammar in TLS, TCP service, and routing reference docs (#13461 @almightymoon)
  • Fix some function names in comments (#13443 @blackflytech)
  • Fix version in migration guide (#13434 @kevinpollet)
  • Fix X-Forwarded-Prefix documentation for dashboard redirection (#13472 @kevinpollet)
View originalPermalink
How v3.6.23 went

v2.11.52

Changed 2
  • Bump software.sslmate.com/src/go-pkcs12 to v0.7.3
  • Bump go.opentelemetry.io/otel to v1.44.0
Fixed 1
  • Sanitize replaced path in ReplacePathRegex middleware
Security 1
  • Fixed advisory GHSA-cxjq-mrr5-89rv

CVE fixed:

Bug fixes:

  • [middleware] Sanitize replaced path in ReplacePathRegex middleware (#13466 @kevinpollet)
  • [acme] Bump software.sslmate.com/src/go-pkcs12 to v0.7.3 (#13477 @rtribotte)
  • [otel] Bump go.opentelemetry.io/otel to v1.44.0 (#13478 @rtribotte)

Documentation:

  • Fix changelog v2.11.51 (#13430 @mmatur)
View originalPermalink
How v2.11.52 went
View all

Discussion