Traefik | v3.7.4

Traefik v3.7.4 released on 05-06-2026


Traefik v3.7.4 is out now. It fixes a Redis write-timeout configuration bug and includes dependency and stability updates that benefit operators using Redis-backed middleware, the Web UI, GatewayAPI TLS policies, HTTP/3 and TLS SNI on keepalive connections.

See the Traefik GitHub release page for full notes, downloads and the linked pull requests.

What’s in this release

  • Middleware: Fix for Redis write timeout option configuration so configured write timeouts are honoured (PR #13273).
  • Web UI: Dependency bumps — react-router and jsdom updated, and axios upgraded to v1.17.0 to improve compatibility and test stability (PRs #13301, #13299).
  • Kubernetes GatewayAPI: BackendTLSPolicy status update logic corrected so TLS backend policy status conditions are written and reflected correctly (PR #13306).

Upgrade notes

  • No breaking changes are listed in the release notes; review the GitHub release and the linked PRs if you run Redis-backed middleware or manage GatewayAPI TLS policies.
  • If you need to roll back, restore your previous deployment/version using your normal process — there are no special rollback steps noted in the release notes.

Share any comments or issues on your upgrade experience on the Traefik GitHub or community channels so others can benefit from what you find.

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