Traefik | v3.6.13

Traefik v3.6.13 released on 07-04-2026


Traefik v3.6.13 is out now. Operators and users get a middleware compression bug fix plus a set of documentation and configuration clarifications for Docker, service discovery scope and Kubernetes/ingress-nginx integration.

See the Traefik GitHub release notes and documentation for full details and the individual pull requests that accompany this patch.

What’s in this release

  • Bumped middleware dependency github.com/klauspost/compress to v1.18.4 and fixed the TestNegotiation issue to address content negotiation/compression behaviour.
  • Documentation fixes: corrected the docker-compose.yaml location on the Docker setup page and added missing redirects for Getting Started and deleted pages.
  • Clarified how to restrict the scope of service discovery across Docker, Consul, ECS and Kubernetes, and added Kubernetes/ingress-nginx guidance including OVHcloud (OpenStack Octavia) to Cloud-Specific IP Management and a fix for the default of http.sanitizePath.

Upgrade notes

  • No breaking changes reported. Operators should verify middleware compression/content-negotiation behaviour after upgrading; see PR #12937 on the Traefik GitHub for the details of the dependency bump.
  • If you need to roll back, revert to your previous 3.6.x deployment using your normal upgrade tooling or release process.

Share any comments or issues on the Traefik GitHub — we’re interested in hearing how the patch behaves in real deployments.

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