Traefik | v3.7.6

Traefik v3.7.6 released on 30-06-2026


Traefik v3.7.6 is out now. It brings important upgrade and migration guidance alongside a collection of Kubernetes, Gateway API, middleware, TLS and server fixes that will matter to cluster and ingress users.

Read the migration guide at https://doc.traefik.io/traefik/v3.7/migrate/v3/#v376 and consult the GitHub release notes for full details.

What’s in this release

  • Upgrade and migration guidance: compatibility-impacting changes are documented and a migration guide is provided (see https://doc.traefik.io/traefik/v3.7/migrate/v3/#v376).
  • Kubernetes, Ingress‑NGINX and Gateway API fixes: improved handling of Ingress‑NGINX SSL passthrough and retry/buffering, EndpointSlice detection, indexing and stable ordering to keep backend IPs consistent, plus Gateway API conformance and parentRef/service name collision fixes.
  • Middleware, server and TLS fixes: forward-auth now forwards X-Forwarded-Port correctly, RequestHeaderModifier fixes for Host, CORS Max-Age and wildcard/allow-credentials behaviour, option to remove request headers with underscores, configurable maxHeaderBytes, nondeterministic TLS certificate selection fix for shared SANs, and websocket h2c upgrade fix.

Upgrade notes

  • Read the migration guide before upgrading: https://doc.traefik.io/traefik/v3.7/migrate/v3/#v376
  • No rollback instructions are provided in the release notes.

Share your experience with the upgrade on the project’s GitHub so others can learn from any issues or quirks you encounter.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes