Skip to content

Releases: traefik/traefik

v3.0.0-beta2

07 Dec 17:02
e54ee89
Compare
Choose a tag to compare
v3.0.0-beta2 Pre-release
Pre-release

Enhancements:

  • [http3] Moves HTTP/3 outside the experimental section (#9570 by @sdelicata)

Bug fixes:

Misc:

v2.9.6

07 Dec 14:45
d97d3a6
Compare
Choose a tag to compare

CVEs:

Bug fixes:

  • [acme] Update go-acme/lego to v4.9.1 (#9550 by @ldez)
  • [k8s/crd] Support of allowEmptyServices in TraefikService (#9424 by @jeromeguiard)
  • [logs] Remove logs of the request (#9574 by @ldez)
  • [plugins] Increase the timeout on plugin download (#9529 by @ldez)
  • [server] Update golang.org/x/net (#9582 by @ldez)
  • [tls] Handle broken TLS conf better (#9572 by @mpl)
  • [tracing] Update DataDog tracing dependency to v1.43.1 (#9526 by @rtribotte)
  • [webui] Add missing serialNumber passTLSClientCert option to middleware panel (#9539 by @rtribotte)

Documentation:

  • [docker] Add networking example (#9542 by @janik)
  • [hub] Add information about the Hub Agent (#9560 by @nmengin)
  • [k8s/helm] Update Helm installation section (#9564 by @mloiseleur)
  • [middleware] Clarify PathPrefix matcher greediness (#9519 by @mpl)

v3.0.0-beta1

05 Dec 17:34
519ed8b
Compare
Choose a tag to compare
v3.0.0-beta1 Pre-release
Pre-release

Enhancements:

  • [ecs] Add option to keep only healthy ECS tasks (#8027 by @Michampt)
  • [healthcheck] Support gRPC healthcheck (#8583 by @jjacque)
  • [healthcheck] Add a status option to the service health check (#9463 by @guoard)
  • [http] Support custom headers when fetching configuration through HTTP (#9421 by @kevinpollet)
  • [logs,performance] New logger for the Traefik logs (#9515 by @ldez)
  • [logs,plugins] Retry on plugin API calls (#9530 by @ldez)
  • [logs,provider] Improve provider logs (#9562 by @ldez)
  • [logs] Improve test logger assertions (#9533 by @ldez)
  • [metrics] Support gRPC and gRPC-Web protocol in metrics (#9483 by @longit644)
  • [middleware,accesslogs] Log TLS client subject (#9285 by @xmessi)
  • [middleware,metrics,tracing] Add OpenTelemetry tracing and metrics support (#8999 by @tomMoulard)
  • [middleware] Disable Content-Type auto-detection by default (#9546 by @sdelicata)
  • [middleware] Add gRPC-Web middleware (#9451 by @juliens)
  • [middleware] Add support for Brotli (#9387 by @glinton)
  • [middleware] Renaming IPWhiteList to IPAllowList (#9457 by @wxmbugu)
  • [nomad] Support multiple namespaces in the Nomad Provider (#9332 by @0teh)
  • [rules] Update routing syntax (#9531 by @skwair)
  • [server] Rework servers load-balancer to use the WRR (#9431 by @juliens)
  • [server] Allow default entrypoints definition (#9100 by @jilleJr)
  • [tls,service] Support SPIFFE mTLS between Traefik and Backend servers (#9394 by @jlevesy)
  • [tls] Add Tailscale certificate resolver (#9237 by @kevinpollet)
  • [tls] Support SNI routing with Postgres STARTTLS connections (#9377 by @rtribotte)
  • Remove deprecated options (#9527 by @sdelicata)

Bug fixes:

Documentation:

  • [metrics] Update and publish official Grafana Dashboard (#9493 by @mloiseleur)

Misc:

v2.9.5

17 Nov 15:28
f6b7940
Compare
Choose a tag to compare

Bug fixes:

  • [logs,middleware] Create a new capture instance for each incoming request (#9510 by sdelicata)

Documentation:

  • [k8s/helm] Update helm repository (#9506 by charlie-haley)
  • Enhance wording of building-testing page (#9509 by svx)
  • Add link descriptions and update wording (#9507 by svx)
  • Removes the experimental tag on the Traefik Hub header (#9498 by tfny)

v2.9.4

27 Oct 19:09
Compare
Choose a tag to compare

Bug fixes:

  • [acme] Update go-acme/lego to v4.9.0 (#9413 by tony-defa)
  • [kv,redis] Fix Redis configuration type (#9435 by ldez)
  • [logs,middleware,metrics] Handle capture on redefined http.responseWriters (#9440 by rtribotte)
  • [middleware,k8s] Remove raw cert escape in PassTLSClientCert middleware (#9412 by rtribotte)
  • [plugins] Update Yaegi to v0.14.3 (#9468 by ldez)
  • Remove side effect on default transport tests (#9460 by sdelicata)

Documentation:

v2.9.1

03 Oct 14:50
bc79796
Compare
Choose a tag to compare

Enhancements:

  • [acme,tls] ACME Default Certificate (#9189 by rtribotte)
  • [consul,etcd,zk,kv,redis] Update valkeyrie to v1.0.0 (#9316 by ldez)
  • [consulcatalog,nomad] Support Nomad canary deployment (#9216 by rtribotte)
  • [consulcatalog] Move consulcatalog provider to only use health apis (#9140 by kevinpollet)
  • [docker] Add support for reaching containers using host networking on Podman (#9190 by freundTech)
  • [docker] Use IPv6 address (#9183 by tomMoulard)
  • [docker] Add allowEmptyServices for Docker provider (#8690 by jvasseur)
  • [ecs] Add support for ECS Anywhere (#9324 by tuxpower)
  • [healthcheck] Add a method option to the service Health Check (#9165 by ddtmachado)
  • [http3] Upgrade quic-go to v0.28.0 (#9187 by tomMoulard)
  • [http] Start polling HTTP provider at the beginning (#9116 by moutoum)
  • [k8s/crd,plugins] Load plugin configuration field value from Kubernetes Secret (#9103 by rtribotte)
  • [logs,tcp] Quiet down TCP RST packet error on read operation (#9007 by rtribotte)
  • [metrics] Add traffic size metrics (#9208 by tomMoulard)
  • [middleware,pilot] Remove Pilot support (#9330 by ldez)
  • [rules,tcp] Support ALPN for TCP + TLS routers (#8913 by sh7dm)
  • [tcp,service,udp] Make the loadbalancers servers order random (#9037 by qmloong)
  • [tls] Change default TLS options for more security (#8951 by ddtmachado)
  • [tracing] Add Datadog GlobalTags support (#9266 by sdelicata)

Bug fixes:

Documentation:

Misc:

v2.9.0-rc5

30 Sep 13:50
ae7db87
Compare
Choose a tag to compare
v2.9.0-rc5 Pre-release
Pre-release

Misc:

  • Merge current v2.8 into v2.9 (#9400 by ldez)

v2.8.8

30 Sep 12:48
3812e6f
Compare
Choose a tag to compare

Bug fixes:

Documentation:

  • [docker] Fix watch option description for Docker provider (#9391 by bhuisgen)
  • [ecs] Fix autoDiscoverClusters option documentation for ECS provider (#9392 by johnpekcan)
  • [k8s] Improve documentation for publishedService and IP options (#9380 by samip5)

v2.9.0-rc4

23 Sep 14:36
52b6b05
Compare
Choose a tag to compare
v2.9.0-rc4 Pre-release
Pre-release

Bug fixes:

Documentation:

Misc:

  • Merge current v2.8 into v2.9 (#9371 by ldez)
  • Merge current v2.8 into v2.9 (#9367 by ldez)
  • Merge current v2.8 into v2.9 (#9350 by ldez)

v2.8.7

23 Sep 15:02
615dc7f
Compare
Choose a tag to compare

Bug fixes:

  • [consulcatalog] Fix UDP loadbalancer tags not being used with Consul Catalog (#9357 by t3hchipmunk)
  • [docker,rancher,ecs,provider] Simplify AddServer algorithm (#9358 by ldez)
  • [plugins] Allow empty plugin configuration (#9338 by ldez)
  • [rules] Fix query parameter matching with equal (#9369 by ldez)
  • [server] Optimize websocket headers handling (#9360 by juliens)

Documentation:

  • [ecs] Add documentation for ECS constraints option (#9354 by rtribotte)
  • [k8s/gatewayapi] Fix link to RouteNamespaces (#9349 by ldez)
  • Add documentation for json schema usage to validate config in the FAQ (#9340 by rtribotte)
  • Add a note on case insensitive regex matching (#9322 by NEwa-05)