Traefik + Let's Encrypt logo

Traefik + Let's Encrypt

Expose your apps with https certificates from Let's Encrypt


About Versions (103)

v3.6.2

2025-11-18

Migration guide available; bug fix: deprecate the experimental flag for the Kubernetes Ingress NGINX provider.

v3.6.1

2025-11-13

Bug fixes: auto-negotiate Docker API, multi-layer routing with models, UDP allocation fix, Safari navigation fix, and Hub button component restoration; Documentation: fix Kubernetes Nginx provider docs and Gateway API version/features.

v2.11.31

2025-11-13

Bug fix: Docker and Docker Swarm now auto-negotiate the Docker API version.

v3.6.0

2025-11-07

Announces v3.6 RC1 with new certificatesresolvers options, enhanced health checks (TCP, passive), HighestRandomWeight LB, multi-layer routing, K8s GatewayAPI v1.4.0, Knative provider, ECS IPv6, Docker non-running containers, UI tweaks, plus fixes/docs.

v3.5.6

2025-11-07

Bug fixes: upgrade lego to v4.28.0 and refine deprecation loader to filter unknown nodes via file/env; Documentation: add ACME options, fix default encodings in compress middleware, and refresh Configuration Overview.

v3.5.4

2025-10-28

Release includes bug fixes for ACME (lego), HTTP/3, KV, OTEL, TLS stapling; stdout logging with OTLP; metric naming; and numerous docs/UI improvements, plus dependency bumps.

v2.11.30

2025-10-28

Bug fixes: update quic-go to v0.55.0, fix KV alive-check key name, bump golang.org/x/net to v0.46.0, and update dd-trace-go.v1 to v1.74.6.

v3.5.3

2025-09-26

Bug fixes across k8s CRD, plugins, server proxy header, and web UI; plus extensive docs updates including broken links, a new governance section, k8s CRD and IngressRouteTCP pages, typo fixes, config examples, and menu reorganizations.

v3.5.2

2025-09-09

Bug fixes: add GenericCLF access logs, fix customerrors URL replacement, send proxy protocol before TLS, and restore empty webui/static; docs: fixes to accesslogs path, OCSP/Swarm CLI examples, KV links, ratelimit options, HTTP3 link, and migration path.

v3.5.1

2025-08-27

Bug fixes across access logs, ACME, k8s gateway, OTEL, server, and tracing; UI deps updated; docs corrections; refactor to use reflect.TypeFor; plus branch merges.

v2.11.29

2025-08-26

Bug fixes: update lego to v4.25.2 and docker to v28.3.3; Documentation: fix broken links and update v3.5 release docs.

v3.5.0

2025-07-23

This release adds ACME improvements (OCSP, httpChallenge delay, provider timeouts), healthcheck options, k8s updates (gateway-api, ingress behavior, NGINX provider), forwardAuth cancellation handling, unsafe yaegi in plugins, Post-Quantum TLS, a React dashboard, plus assorted fixes and docs.

v3.4.5

2025-07-23

Bug fix: http3 upgrades quic-go to v0.54.0; Documentation: typo fixed on entrypoints page; Misc: merged v2.11 into v3.4 (two PRs).

v2.11.28

2025-07-23

Bug fixes: redact install config in logs, fix zip-slip in plugin archive extraction, disable MPTCP by default; Docs: remove TLSOption CurvePreferences ordering mentions.

v3.4.4

2025-07-11

Bug fixes for k8s gatewayapi annotation respect and balancer status concurrency; documentation adds Expose/Setup guides, swarm label fix, OTLP logs docs, Traefik Platform context page, and branch merge v2.11 into v3.4.

v2.11.27

2025-07-11

Bug fix: update github.com/go-viper/mapstructure/v2 to v2.3.0 to address related issues (PR #11880).

v3.4.3

2025-06-26

Bug fix: HTTP/3 dependency updated to quic-go v0.49.0 (PR #11848).

v3.4.2

2025-06-26

This release updates documentation across acme, docker/k8s, logs/metrics/tracing, middleware, service, and websocket; adds new observe guides and Ingress Backend note, removes obsolete docker compose version field, clarifies mirroring default, and merges v2.11 into v3.4.

v2.11.26

2025-06-26

Bug fix: middleware stops logging Redis Sentinel credentials. Documentation: fix KV reference rendering and a typo in redirect middleware docs; update supported versions.

v3.4.1

2025-05-27

Addresses CVE-2025-47952 and fixes several bugs: docker network warning, Kubernetes CEL validation, scoped rate-limit keys, v3 path matchers, thread-safe P2C, UI RemoveHeader, plus documentation tweaks and merges from v2.11.

v2.11.25

2025-05-27

Fixes CVE-2025-47952; bug fixes for Kubernetes ingress panic with backend resources and normalized server request paths; documentation updates include multi-tenant TLS guidance, note on disabling connection reuse, broken link fix, and path sanitization migration version change.

v3.4.0

2025-05-05

Traefik 3.4 adds ACME profile/emailAddresses, label-configured server URLs, extensive Kubernetes CRD/gatewayapi tweaks, middleware improvements (forwardAuth, error page codes, Redis limiter), p2c LB, sticky cookies, TLS/UDP systemd support, plus UI theme and RC docs.

v3.3.7

2025-05-05

Bug fix: accessLogs now expose SpanID and TraceID fields only when tracing is enabled (logs, middleware, accesslogs) to avoid unnecessary data.

v3.3.6

2025-04-18

Fixes for CVE-2025-32431, -22868, -22871; v3.3.6 sanitizes incoming request paths (removing /../, /./ and duplicate slashes) before routing; plus docs updates and v2.11 → v3.3 merge activity.

v2.11.24

2025-04-18

Fixes: three CVEs resolved; incoming request paths are sanitized (collapse /../, /./, duplicates) since v2.11.24 with migration guide; bug fixes include ACME, metrics, middleware Content-Length, server path sanitization; several dependency bumps and docs updates.

v3.3.5

2025-03-31

Release fixes: enforce HTTPS scheme for k8s gateway API, restore v2 compression priority, avoid abort on malformed response, ensure compression on flush; plus updated docs (forwarded headers FAQ, routing reference) and merges from v2.11 into v3.3.

v2.11.22

2025-03-31

Bug fixes and docs: update AWS SDK v2, TLS error logging, HostSNI underscore support, component bumps (

v3.3.4

2025-02-25

This release fixes fastproxy issues (HTTP headers, WS support, chunked responses), updates metrics unit to seconds, fixes tracing and sticky-cookie hash, updates ACME/docs, and merges v2.11 into v3.3.

v2.11.21

2025-02-24

Bug fixes: upgrade lego to v4.22.2, bump paerser to v0.2.2, enable retry middleware in proxy, and ensure retry sends headers on Write.

v3.3.3

2025-01-31

Bug fixes: disable default observability model; fix content-length header checks and handling of responses without length; add missing headerField in Middleware CRD; restore TraceID/SpanID in access logs. Misc: merge v2.11 into v3.3.

v2.11.20

2025-01-31

Fix: graceful shutdown for ACME JSON write; Docs: update docker-compose to docker compose.

v2.11.19

2025-01-29

Bug fixes: reduce log noise for missing client certs to debug, avoid per-proxy logger creation, and fix web UI auto-refresh not clearing on unmount; docs: remove awesome.traefik.io reference.

v3.3.2

2025-01-14

Bug fixes: avoid reading the body on HEAD, fix observability config on EntryPoints, and set WebUI content-type; Documentation: fix ACME dnsChallenge logging and add trailing s to propagation.delayBeforeCheck; Misc: merge v2.11 into v3.3.

v3.3.1

2025-01-07

Bug fix: disable the HTTP/2 connect setting by default for WebSocket (server/websocket) to prevent related issues.

v3.2.5

2025-01-07

Bug fix: disable HTTP2 connect setting for WebSocket by default (websocket,server).

v2.11.18

2025-01-07

Bug fix: WebSocket and server components now disable the HTTP/2 connect setting by default to simplify websocket connections.

v3.3.0

2025-01-06

This release brings extensive enhancements across ACME, API, HTTP, Kubernetes CRD/Ingress, observability (logs/tracing), middleware auth, plugins, sticky sessions and UI base path, plus a bug fix for fenced k8s ingress status.

v3.2.4

2025-01-06

Fixes the websocket upgrade issue via GODEBUG hint; bug fixes include empty core API group in k8s/gatewayapi, pass TLS bool to TCPService, SPIFFE v2 upgrade, and dedup of systemd, plus docs updates and v2.11→v3.2 merge housekeeping.

v2.11.17

2025-01-06

This release addresses websocket upgrade with GODEBUG, updates lego to v4.21.0 and x/net to v0.33.0, fixes basicauth note and ReverseProxy ErrorLog, and updates docs for allowACMEByPass and 2025 copyright.

v3.2.3

2024-12-16

Documentation updated to reflect the current chart default; two merges from v2.11 into v3.2 were completed.

v2.11.16

2024-12-16

Bug fix: server component updates golang.org/x dependencies (PR #11336) to resolve related issues.

v3.2.2

2024-12-10

Addressed CVE-2024-53259 with bug fixes including renaming Docker Swarm labels to traefik.swarm.*, updating gateway-api to v1.2.1, correcting WASM settings, and fixing default rule syntax, plus docs updates for entrypoint footer, v3 migration links, and install reference.

v2.11.15

2024-12-10

Addressed CVE-2024-53259; bug fixes include updating go-acme/lego to v4.20.4 and quic-go to v0.48.2.

v3.2.1

2024-11-20

Fixes k8s HostRegexp rule syntax v2, lowers first-byte log level to DEBUG for Postgres, fixes websocket upgrade case, and adds docs updates (cert-manager TLS, swarm, Compress in migration) plus merges v2.11 into v3.2.

v2.11.14

2024-11-20

Security: addressed CVE-2024-45410; fixes include upgrading go-acme/lego to v4.20.2, DEBUG logging for first-byte errors, dropping untrusted X-Forwarded-Prefix, applying keepalive to h2c, and ServiceBuilder fixes; plus documentation improvements.

v3.2.0

2024-10-28

Traefik v3.2 release: ACME enhancements (no same-email, custom CA certs, 30d certs), Docker BasicAuth for endpoints, expanded GatewayAPI/K8s features, metrics/middleware improvements, Nomad watching, performance/server tweaks, plus bug fixes and docs.

v3.1.7

2024-10-28

Bug fix: preserve HTTPRoute filters order; Documentation: fix broken links in Kubernetes Gateway provider page; Misc: merge v2.11 into v3.1 (two merges).

v2.11.13

2024-10-28

Fix panic on aborted requests to ensure connections close; also update business callouts in the documentation.

v3.1.6

2024-10-09

Bug fixes: reuse compression writers; fix Accept-Encoding default weight; close wasm middleware to prevent memory leak. Misc: merge v2.11 into v3.1 branches.

v2.11.12

2024-10-09

Bug fixes: update compression (middleware), Node.js 22.9 and yarn lock for WebUI vulnerabilities, and improved WebUI layout for many entrypoint ports. Docs: clarify redacted access-logs header fields and update business callout.

v3.1.5

2024-10-02

Bug fixes: disable IngressClass lookup when disableClusterScopeResources is on; adjust server timeout logging to avoid logs. Misc: merge v2.11 into v3.1 (two merges).

v2.11.11

2024-10-02

Bug fixes include setting Subject CN for defaultGeneratedCert, cleaning forward-auth connection headers, updating the compress library, changing timeout logging, and removing unused WebUI boot files; docs add default access log format and API pagination.

v3.1.4

2024-09-19

Bug fix: guess Datadog socket type when unix prefix; Documentation: readme now mentions v3; Misc: merged v2.11 into v3.1.

v2.11.10

2024-09-19

Bug fixes: update http3/quic-go to v0.47.0 and fix server ACME resolver nil check.

v3.1.3

2024-09-16

Bug fixes: Kubernetes Ingress rule syntax and empty config, middleware/metrics capture wrap; plugins remove goexport and add _initialize. Docs: APIVersion removal, Kubernetes permissions, tracing/metrics notes. Misc: merge v2.11 into v3.1.

v2.11.9

2024-09-16

v3.1.2

2024-08-06

Bug fixes: include gateway status addresses, disable cluster-scope k8s resource discovery, stdout logs, grafana dashboards for >15s scrape; Docs: add access logs migration, fix HTTP docs and Gateway API channel default; Misc: Merge v2.11 into v3.1.

v2.11.8

2024-08-06

Bug fixes: docker updated to v27.1.1 and webui dependencies upgraded; Documentation: fixed embedded YouTube video and updated index.md to include the video.

v3.1.1

2024-07-30

Bug fixes: upgrade grpc to v1.64.1, avoid route status updates when unchanged, fix Grafana dashboards for longer scrape intervals, update open connections metric and ServiceName gauge, and remove duplicated kubectl apply in Kubernetes Gateway docs.

v2.11.7

2024-07-30

Bug fixes improve version log accuracy and enforce default cipher suites; documentation updates cover ACME duration, API exposition, sensitive data in labels, router-service linkage, Docker port selection, v3.1 versions table, and PR approval workflow.

v3.1.0

2024-07-15

Adds major Kubernetes Gateway API enhancements (status handling, v1.1, route attachments, matching, rewrite, backends, priorities, regex paths), HealthCheck for ExternalName, NodePort/internal IP support, middleware/plugin improvements, systemd activation, OpenTelemetry bumps, plus fixes and docs.

v3.0.4

2024-07-02

Addresses CVE-2024-39321; docs fixes and updated maintainers; and merges of v2.11 into v3.0 across three PRs.

v2.11.6

2024-07-02

CVE-2024-39321 patch: fix ECS OIDC/IRSA config, disable HTTP/3 QUIC 0-RTT, remove IPv6 interface names; plus docs updates for ACME/docker typo, capabilities, maintainers, Semaphore badge, and readme typos.

v3.0.3

2024-06-18

Fixes vulnerability CVE-2024-35255 (GHSA-rvj4-q8q5-8grf) and merges v2.11 into v3.0 via two PRs to consolidate the release.

v2.11.5

2024-06-18

Security advisory GHSA-rvj4-q8q5-8grf for CVE-2024-35255; bug fix updates go-acme/lego to v4.17.4; documentation updates to the supported versions table.

v3.0.2

2024-06-10

Addresses CVE-2024-24790; fixes logs OTel deps, appends to existing log files, corrects metrics label_replace, fixes Brotli/Accept-Encoding handling, updates v2→v3 migration docs, and merges v2.11 into v3.0.

v2.11.4

2024-06-10

Security: address CVE-2024-24790 via GHSA-7jmw-8259-q9jx; bug fix: acme updates lego to v4.17.3; docs: correct domain examples, clarify Ratelimit header behavior, add getting-started guide, remove deprecated Helm warning.

v3.0.1

2024-05-22

Addresses CVE-2024-24788; bug fixes across k8s ingress rule syntax, OpenTelemetry empty config, TLS/TCP rule handling, PostgreSQL deadlines, Web UI IP allowlist, plus numerous documentation updates.

v2.11.3

2024-05-21

Addresses CVE-2024-24788; fixes UI CSP overflow and provider icon sizing, removes deadlines for non-TLS connections, and includes multiple Kubernetes docs and gatewayapi/CLI migration polish.

v3.0.0

2024-04-29

Traefik v3 release introduces extensive enhancements across Consul, Docker providers, k8s gatewayapi, ECS, HTTP/3, metrics tracing OpenTelemetry, and UI improvements, plus migration and deprecations, with numerous bug fixes.

v2.11.2

2024-04-11

Release includes migration notes, patches for CVE-2023-45288 and CVE-2024-28869, and server fixes reverting LingeringTimeout and setting ReadTimeout default to 60s.

v2.11.1

2024-04-10

This release fixes ACME/TLS challenges, updates dependencies (lego, quic-go, Yaegi), adds TLSStore/middleware improvements, fixes logs and ECS detection, enhances UI/docs, and includes minor misc tweaks.

v2.11.0

2024-02-12

Adds Redis Sentinel support, KeepAlive options on entrypoints, and hashed WRR sticky cookies; deprecates IPWhiteList in favor of IPAllowList; plus numerous bug fixes and documentation updates.

v2.10.7

2023-12-06

Bug fix: Datadog logs now emit correct JSON format, resolving the JSON formatting issue in logs (PR #10233 by sssash18).

v2.10.6

2023-11-28

Push includes CVEs 2023-45283/45284; fixes: remove http-challenge backoff, update Consul API and quic-go, fix stripPrefix on retries, refuse recursive requests, deny URL fragments, remove deprecated Datadog tracing, plus governance/docs improvements.

v2.10.5

2023-10-11

This release fixes access log origin field placement and preflight status, updates core deps (lego, quic-go, x/net/grpc-go), and includes fixes for KV not found, forward auth leaks, CNAME/logs, X-Forwarded-For delete, plus docs.

v2.10.4

2023-07-24

Bug fixes: lego upgrades (v4.13.2/v4.13.0); fix backend resource panic; improve middleware plugin traceability. Docs: update maintainer guidelines and release docs. Misc: web UI hub tooltip uses a web component with a disable option.

v2.10.3

2023-06-19

Bug fix: update go-acme/lego to v4.12.2 in the acme module to address ACME-related issues.

v2.10.2

2023-06-19

Bug fixes: lego updates to v4.11–v4.12.x, wildcard DNS check fix, k8s CRD/ingress fixes, Hub cleanup, Prometheus cleanup, middleware improvements (semicolons, trailers, headers),

v2.10.1

2023-04-27

Bug fix: update vulcand/oxy to be5cf38; Documentation: fix the v2.10 migration guide.

v2.10.0

2023-04-24

Traefik 2.10 adds Kubernetes CRD/RBAC migration, plus new features across Docker, Kubernetes (service load balancer, CRDs, metrics), Nomad namespaces, tracing, WebUI tweaks, plus fixes and docs updates.

v2.9.10

2023-04-06

This release patches CVE-2023-29013 and CVE-2023-24534, mitigating security vulnerabilities and hardening input validation and related security controls.

v2.9.9

2023-03-21

Bug fixes: updated go-acme/lego and quic-go, improved metrics by exposing default cert, refreshed vulcand/oxy and Nomad TLS defaults, and removed the User-Agent header from ReverseProxy; docs clarify ratelimiting and TCP router variable naming.

v2.9.8

2023-02-15

Bug fix: server updated golang.org/x/net to v0.7.0 to address CVE-2022-41724.

v2.9.7

2023-02-14

Bug fixes include updating go-acme/lego, preventing panics with no network interfaces, more resilient file config, clearer UDP/TCP logs, safer rate limiting and header handling in middleware, IPv6 TCP HostSNI matching, plus various docs updates.

v2.9.6

2022-12-07

Addresses three CVEs; fixes include updating lego to v4.9.1, improving k8s CRD allowEmptyServices, reducing log noise, increasing plugin download timeout, TLS handling, updated tracing, and UI/documentation enhancements.

v2.9.5

2022-11-17

Fix: create a new capture instance per request; Docs: update Helm repo, improve building-testing page wording, add link descriptions, and remove experimental tag from Traefik Hub header.

v2.9.4

2022-10-27

v2.9.1

2022-10-03

Release 2.9.0 adds broad enhancements (ACME default cert, Docker/Podman host networking, IPv6, ECS Anywhere, health check option, ALPN for TCP/TLS, random load balancer order, improved metrics, TLS defaults, Datadog tracing), plus bug fix and docs.

v2.8.8

2022-09-30

Bug fix: update golang.org/x/net; docs: fix Docker watch option, document ECS autoDiscoverClusters, and clarify Kubernetes publishedService/IP options.

v2.8.7

2022-09-23

v2.8.5

2022-09-13

Bug fixes include Yaegi v0.14.2, IPv6 address/bracket handling, and dashboard showing default TLS options; docs add docker healthcheck timeout, Pilot deprecation notes, and business resources.

v2.8.4

2022-09-02

Bug fixes: resolve Docker retry memory leak, panic-safe retry middleware, allow startup with unavailable plugin service, and update paerser to v0.1.9; Documentation fixes for ACME, serversTransport CRD/docs, Kubernetes RBAC networking, and Pilot deprecation notes.

v2.8.3

2022-08-12

Bug fixes: update parser to v0.1.8 and add missing context in Marathon backoff.

v2.8.2

2022-08-11

Bug fixes across Kubernetes ingress key handling, KV store update, logging/tracing cleanup, metrics improvements, and plugins; plus YAML inline tag fix and various docs updates (K8s guides, Plugins Catalog, branding, and contribution pages).

v2.8.1

2022-07-11

Bug fixes include upgrading valkeyrie to v0.4.1, faster Prometheus metrics handling, and RedirectScheme supporting forwarded websocket protocol; docs updated for advocating page, commercial-app callout, and deprecation notices.

v2.8.0

2022-06-29

Adds multi-namespace support for Consul providers, upgrades quic-go, enhances logs, deprecates caOptional, adds URL-replace in errors, extends CircuitBreaker options, adds Nomad provider, HTTP/2 max streams, TLSStore CRD certs, Hub button, catalog access, token fix, and release/merge prep.

v2.7.3

2022-06-29

Bug fix: ensure Datadog client is cleanly stopped; Documentation: add middleware, k8s/crd CRD field docs (main, SANs, plugin).

v2.7.2

2022-06-27

v2.7.1

2022-06-13

Bug fixes: update go-acme/lego to v4.7.0 and fix log placeholder; Documentation: refresh Hub and k8s Gateway API links/versions, fix middleware/docs typos and rule rendering, update contributor swag link, bump Traefik version string, and clarify contributing docs.

v2.7.0

2022-05-24

Release adds config rebuild on Consul events, healthcheck failover

v2.6.7

2022-05-24

Bug fixes: corrected ExternalName log, fixed initial TCP lookup, TLS store panic, updated Yaegi to v0.12.0 and jaeger-client-go to v2.30.0; Docs: camelCase browserXssFilter, fix entrypoint redirection priority, correct maintainers guideline typo.

v2.6.6

2022-05-03

Fixes: ACME RenewInterval, ECS log duplicates and IDs, middleware header/large page handling and redirect regex; Yaegi updated to v0.11.3; plus docs tweaks for k8s gateway, logs fields, buffering defaults, preflight, and metadata.