Traefik | v3.6.15

Traefik v3.6.15 released on 29-04-2026


Traefik v3.6.15 is out now. It includes a required migration step and dependency bumps (notably the ACME client) that administrators should check before upgrading.

Read the migration guide at https://doc.traefik.io/traefik/migrate/v3/#v3615 and review the release notes on the Traefik GitHub for full details and upgrade guidance.

What’s in this release

  • Important migration step — follow the migration guide for configuration and behaviour changes specific to v3.6.15.
  • ACME client bumped: github.com/go-acme/lego/v4 updated to v4.35.2 (previously v4.35.1), bringing bug fixes and stability improvements for certificate issuance and renewal.
  • Errors middleware adds an errorRequestHeaders option to emit configurable headers on error-generated or forwarded requests.

Upgrade notes

  • Read and follow the migration guide at https://doc.traefik.io/traefik/migrate/v3/#v3615 before upgrading to avoid surprises from config or behaviour changes.
  • After upgrading, verify Let’s Encrypt / ACME certificate issuance and renewal in staging and production, validate ExternalName service routing (no port now required), and update any CI/build scripts that rely on the FLAGS Make variable.

Share your upgrade experience on the Traefik GitHub or community channels so others know what to watch for.

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