Skip to content

Releases: traefik/traefik

v3.3.2

14 Jan 16:01
020ab5f
Compare
Choose a tag to compare

Bug fixes:

  • [fastproxy] Do not read response body for HEAD requests (#11442 by kevinpollet)
  • [metrics,tracing,accesslogs] Fix observability configuration on EntryPoints (#11446 by rtribotte)
  • [webui] Set content-type when serving webui index (#11428 by kevinpollet)

Documentation:

  • [acme] Fix deprecated dnsChallenge propagation logging and documentation (#11433 by thomscode)
  • [acme] Add missing trailing s to propagation.delayBeforeCheck option (#11417 by jspiers)

Misc:

v3.3.1

07 Jan 15:01
d4d6115
Compare
Choose a tag to compare

Bug fixes:

  • [websocket,server] Disable http2 connect setting for websocket by default (#11408 by rtribotte)

v3.2.5

07 Jan 14:26
03c170f
Compare
Choose a tag to compare

Bug fixes:

  • [websocket,server] Disable http2 connect setting for websocket by default (#11408 by rtribotte)

v2.11.18

07 Jan 15:38
1aa450c
Compare
Choose a tag to compare

Bug fixes:

  • [websocket,server] Disable http2 connect setting for websocket by default (#11412 by rtribotte)

v3.3.0

06 Jan 11:18
5b53bae
Compare
Choose a tag to compare

⚠️ There is an issue with websocket upgrade. If you want to use this version, please set the following environment variable GODEBUG=http2xconnect=0 ⚠️

Enhancements:

  • [acme] Add options to control ACME propagation checks (#11241 by ldez)
  • [api] Add support dump API endpoint (#11328 by mmatur)
  • [http] Set Host header in HTTP provider request (#11237 by nikonhub)
  • [k8s/crd,k8s] Make the IngressRoute kind optional (#11177 by skirtan1)
  • [k8s/ingress,sticky-session,k8s/crd,k8s] Support serving endpoints (#11121 by BZValoche)
  • [logs,accesslogs] OpenTelemetry Logs and Access Logs (#11319 by rtribotte)
  • [logs,accesslogs] Add experimental flag for OTLP logs integration (#11335 by kevinpollet)
  • [metrics,tracing,accesslogs] Manage observability at entrypoint and router level (#11308 by rtribotte)
  • [middleware,authentication] Add an option to preserve the ForwardAuth Server Location header (#11318 by Nelwhix)
  • [middleware,authentication] Only calculate basic auth hashes once for concurrent requests (#11143 by michelheusschen)
  • [middleware,authentication] Send request body to authorization server for forward auth (#11097 by kyo-ke)
  • [plugins] Add AbortOnPluginFailure option to abort startup on plugin load failure (#11228 by bmagic)
  • [sticky-session] Configurable path for sticky cookies (#11166 by IIpragmaII)
  • [webui,api] Configurable API & Dashboard base path (#11250 by rtribotte)

Bug fixes:

Documentation:

Misc:

v3.2.4

06 Jan 10:21
69c8ecf
Compare
Choose a tag to compare

⚠️ There is an issue with websocket upgrade. If you want to use this version, please set the following environment variable GODEBUG=http2xconnect=0 ⚠️

Bug fixes:

  • [k8s/gatewayapi] Support empty value for core Kubernetes API group (#11386 by rtribotte)
  • [tcp,k8s/crd] Pass TLS bool from IngressRouteTCP to TCPService (#11343 by lipmem)
  • [tls] Upgrade github.com/spiffe/go-spiffe/v2 to v2.4.0 (#11385 by mmatur)
  • Remove duplicate github.com/coreos/go-systemd dependency (#11354 by Juneezee)

Documentation:

Misc:

v2.11.17

06 Jan 09:19
a31b026
Compare
Choose a tag to compare

⚠️ There is an issue with websocket upgrade. If you want to use this version, please set the following environment variable GODEBUG=http2xconnect=0 ⚠️

Bug fixes:

Documentation:

v3.3.0-rc2

20 Dec 11:05
d9f58f9
Compare
Choose a tag to compare
v3.3.0-rc2 Pre-release
Pre-release

Bug fixes:

v3.3.0-rc1

16 Dec 14:47
68a8650
Compare
Choose a tag to compare
v3.3.0-rc1 Pre-release
Pre-release

Enhancements:

  • [acme] Add options to control ACME propagation checks (#11241 by ldez)
  • [api] Add support dump API endpoint (#11328 by mmatur)
  • [http] Set Host header in HTTP provider request (#11237 by nikonhub)
  • [k8s/crd,k8s] Make the IngressRoute kind optional (#11177 by skirtan1)
  • [logs,accesslogs] OpenTelemetry Logs and Access Logs (#11319 by rtribotte)
  • [logs,accesslogs] Add experimental flag for OTLP logs integration (#11335 by kevinpollet)
  • [metrics,tracing,accesslogs] Manage observability at entrypoint and router level (#11308 by rtribotte)
  • [middleware,authentication] Add an option to preserve the ForwardAuth Server Location header (#11318 by Nelwhix)
  • [middleware,authentication] Only calculate basic auth hashes once for concurrent requests (#11143 by michelheusschen)
  • [middleware,authentication] Send request body to authorization server for forward auth (#11097 by kyo-ke)
  • [plugins] Add AbortOnPluginFailure option to abort startup on plugin load failure (#11228 by bmagic)
  • [sticky-session] Configurable path for sticky cookies (#11166 by IIpragmaII)
  • [sticky-session,k8s/ingress,k8s/crd,k8s] Support serving endpoints (#11121 by BZValoche)
  • [webui,api] Configurable API & Dashboard base path (#11250 by rtribotte)

Misc:

v3.2.3

16 Dec 10:40
8983e45
Compare
Choose a tag to compare

Documentation:

  • Update reference install documentation with current chart default (#11332 by mloiseleur)

Misc: