Update traefik Docker tag to v3.3 #23

Merged
justus merged 1 commits from renovate/traefik-3.x into main 2025-03-24 12:30:46 -04:00
Collaborator

This PR contains the following updates:

Package Update Change
traefik major v2.11 -> v3.3
traefik minor v3.1 -> v3.3

Release Notes

containous/traefik (traefik)

v3.3

All Commits

Bug fixes:

Documentation:

Misc:

v3.3

All Commits

Bug fixes:

Documentation:

Misc:

v3.2

All Commits

Bug fixes:

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

v3.2

All Commits

Bug fixes:

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.1

All Commits

Bug fixes:

Documentation:

  • [k8s,k8s/gatewayapi] Fix broken links in Kubernetes Gateway provider page (#​11188 by mloiseleur)

Misc:

v3.1

All Commits

Bug fixes:

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

v3.0

All Commits

Documentation:

Misc:

v3.0

All Commits

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:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [traefik](https://github.com/containous/traefik) | major | `v2.11` -> `v3.3` | | [traefik](https://github.com/containous/traefik) | minor | `v3.1` -> `v3.3` | --- ### Release Notes <details> <summary>containous/traefik (traefik)</summary> ### [`v3.3`](https://github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v334-2025-02-25) [All Commits](https://github.com/traefik/traefik/compare/v3.3.3...v3.3.4) **Bug fixes:** - **\[fastproxy]** Bump github.com/valyala/fasthttp to v1.58.0 ([#&#8203;11526](https://github.com/traefik/traefik/pull/11526) by [kevinpollet](https://github.com/kevinpollet)) - **\[fastproxy]** Add WebSocket headers if they are present in the request ([#&#8203;11522](https://github.com/traefik/traefik/pull/11522) by [kevinpollet](https://github.com/kevinpollet)) - **\[fastproxy]** Chunked responses does not have a Content-Length header ([#&#8203;11514](https://github.com/traefik/traefik/pull/11514) by [kevinpollet](https://github.com/kevinpollet)) - **\[metrics,otel]** Change request duration metric unit from millisecond to second ([#&#8203;11523](https://github.com/traefik/traefik/pull/11523) by [rtribotte](https://github.com/rtribotte)) - **\[sticky-session]** Fix double hash in sticky cookie ([#&#8203;11518](https://github.com/traefik/traefik/pull/11518) by [juliens](https://github.com/juliens)) - **\[tracing]** Use ResourceAttributes instead of GlobalAttributes ([#&#8203;11515](https://github.com/traefik/traefik/pull/11515) by [bruno-de-queiroz](https://github.com/bruno-de-queiroz)) - **\[tracing]** Fix panic when calling Tracer ([#&#8203;11479](https://github.com/traefik/traefik/pull/11479) by [basgys](https://github.com/basgys)) **Documentation:** - **\[acme]** Update ACME provider configuration options ([#&#8203;11564](https://github.com/traefik/traefik/pull/11564) by [sheddy-traefik](https://github.com/sheddy-traefik)) - **\[acme]** Fix incorrect grammar in ACME documentation ([#&#8203;11553](https://github.com/traefik/traefik/pull/11553) by [Peter-Maguire](https://github.com/Peter-Maguire)) - **\[metrics,tracing,accesslogs]** Add missing options in entrypoints page ([#&#8203;11524](https://github.com/traefik/traefik/pull/11524) by [sheddy-traefik](https://github.com/sheddy-traefik)) - **\[tracing]** Replace globalAttributes with resourceAttributes in tracing reference ([#&#8203;11531](https://github.com/traefik/traefik/pull/11531) by [rtribotte](https://github.com/rtribotte)) **Misc:** - Merge branch v2.11 into v3.3 ([#&#8203;11567](https://github.com/traefik/traefik/pull/11567) by [kevinpollet](https://github.com/kevinpollet)) ### [`v3.3`](https://github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v334-2025-02-25) [All Commits](https://github.com/traefik/traefik/compare/v3.3.3...v3.3.4) **Bug fixes:** - **\[fastproxy]** Bump github.com/valyala/fasthttp to v1.58.0 ([#&#8203;11526](https://github.com/traefik/traefik/pull/11526) by [kevinpollet](https://github.com/kevinpollet)) - **\[fastproxy]** Add WebSocket headers if they are present in the request ([#&#8203;11522](https://github.com/traefik/traefik/pull/11522) by [kevinpollet](https://github.com/kevinpollet)) - **\[fastproxy]** Chunked responses does not have a Content-Length header ([#&#8203;11514](https://github.com/traefik/traefik/pull/11514) by [kevinpollet](https://github.com/kevinpollet)) - **\[metrics,otel]** Change request duration metric unit from millisecond to second ([#&#8203;11523](https://github.com/traefik/traefik/pull/11523) by [rtribotte](https://github.com/rtribotte)) - **\[sticky-session]** Fix double hash in sticky cookie ([#&#8203;11518](https://github.com/traefik/traefik/pull/11518) by [juliens](https://github.com/juliens)) - **\[tracing]** Use ResourceAttributes instead of GlobalAttributes ([#&#8203;11515](https://github.com/traefik/traefik/pull/11515) by [bruno-de-queiroz](https://github.com/bruno-de-queiroz)) - **\[tracing]** Fix panic when calling Tracer ([#&#8203;11479](https://github.com/traefik/traefik/pull/11479) by [basgys](https://github.com/basgys)) **Documentation:** - **\[acme]** Update ACME provider configuration options ([#&#8203;11564](https://github.com/traefik/traefik/pull/11564) by [sheddy-traefik](https://github.com/sheddy-traefik)) - **\[acme]** Fix incorrect grammar in ACME documentation ([#&#8203;11553](https://github.com/traefik/traefik/pull/11553) by [Peter-Maguire](https://github.com/Peter-Maguire)) - **\[metrics,tracing,accesslogs]** Add missing options in entrypoints page ([#&#8203;11524](https://github.com/traefik/traefik/pull/11524) by [sheddy-traefik](https://github.com/sheddy-traefik)) - **\[tracing]** Replace globalAttributes with resourceAttributes in tracing reference ([#&#8203;11531](https://github.com/traefik/traefik/pull/11531) by [rtribotte](https://github.com/rtribotte)) **Misc:** - Merge branch v2.11 into v3.3 ([#&#8203;11567](https://github.com/traefik/traefik/pull/11567) by [kevinpollet](https://github.com/kevinpollet)) ### [`v3.2`](https://github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v325-2025-01-07) [All Commits](https://github.com/traefik/traefik/compare/v3.2.4...v3.2.5) **Bug fixes:** - **\[websocket,server]** Disable http2 connect setting for websocket by default ([#&#8203;11408](https://github.com/traefik/traefik/pull/11408) by [rtribotte](https://github.com/rtribotte)) ### [`v3.2`](https://github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v332-2025-01-14) [All Commits](https://github.com/traefik/traefik/compare/v3.3.1...v3.3.2) **Bug fixes:** - **\[fastproxy]** Do not read response body for HEAD requests ([#&#8203;11442](https://github.com/traefik/traefik/pull/11442) by [kevinpollet](https://github.com/kevinpollet)) - **\[metrics,tracing,accesslogs]** Fix observability configuration on EntryPoints ([#&#8203;11446](https://github.com/traefik/traefik/pull/11446) by [rtribotte](https://github.com/rtribotte)) - **\[webui]** Set content-type when serving webui index ([#&#8203;11428](https://github.com/traefik/traefik/pull/11428) by [kevinpollet](https://github.com/kevinpollet)) **Documentation:** - **\[acme]** Fix deprecated dnsChallenge propagation logging and documentation ([#&#8203;11433](https://github.com/traefik/traefik/pull/11433) by [thomscode](https://github.com/thomscode)) - **\[acme]** Add missing trailing s to propagation.delayBeforeCheck option ([#&#8203;11417](https://github.com/traefik/traefik/pull/11417) by [jspiers](https://github.com/jspiers)) **Misc:** - Merge branch v2.11 into v3.3 ([#&#8203;11419](https://github.com/traefik/traefik/pull/11419) by [kevinpollet](https://github.com/kevinpollet)) ### [`v3.1`](https://github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v317-2024-10-28) [All Commits](https://github.com/traefik/traefik/compare/v3.1.6...v3.1.7) **Bug fixes:** - **\[k8s,k8s/gatewayapi]** Preserve HTTPRoute filters order ([#&#8203;11198](https://github.com/traefik/traefik/pull/11198) by [kevinpollet](https://github.com/kevinpollet)) **Documentation:** - **\[k8s,k8s/gatewayapi]** Fix broken links in Kubernetes Gateway provider page ([#&#8203;11188](https://github.com/traefik/traefik/pull/11188) by [mloiseleur](https://github.com/mloiseleur)) **Misc:** - Merge branch v2.11 into v3.1 ([#&#8203;11232](https://github.com/traefik/traefik/pull/11232) by [kevinpollet](https://github.com/kevinpollet)) - Merge branch v2.11 into v3.1 ([#&#8203;11218](https://github.com/traefik/traefik/pull/11218) by [kevinpollet](https://github.com/kevinpollet)) ### [`v3.1`](https://github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v331-2025-01-07) [All Commits](https://github.com/traefik/traefik/compare/v3.3.0...v3.3.1) **Bug fixes:** - **\[websocket,server]** Disable http2 connect setting for websocket by default ([#&#8203;11408](https://github.com/traefik/traefik/pull/11408) by [rtribotte](https://github.com/rtribotte)) ### [`v3.0`](https://github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v304-2024-07-02) [All Commits](https://github.com/traefik/traefik/compare/v3.0.3...v3.0.4) **Documentation:** - **\[k8s]** Fix some documentation links ([#&#8203;10841](https://github.com/traefik/traefik/pull/10841) by [rtribotte](https://github.com/rtribotte)) - Update maintainers ([#&#8203;10827](https://github.com/traefik/traefik/pull/10827) by [emilevauge](https://github.com/emilevauge)) **Misc:** - Merge current v2.11 into v3.0 ([#&#8203;10869](https://github.com/traefik/traefik/pull/10869) by [kevinpollet](https://github.com/kevinpollet)) - Merge current v2.11 into v3.0 ([#&#8203;10851](https://github.com/traefik/traefik/pull/10851) by [mmatur](https://github.com/mmatur)) - Merge current v2.11 into v3.0 ([#&#8203;10831](https://github.com/traefik/traefik/pull/10831) by [mmatur](https://github.com/mmatur)) ### [`v3.0`](https://github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v330-2025-01-06) [All Commits](https://github.com/traefik/traefik/compare/v3.2.0-rc1...v3.3.0) **Enhancements:** - **\[acme]** Add options to control ACME propagation checks ([#&#8203;11241](https://github.com/traefik/traefik/pull/11241) by [ldez](https://github.com/ldez)) - **\[api]** Add support dump API endpoint ([#&#8203;11328](https://github.com/traefik/traefik/pull/11328) by [mmatur](https://github.com/mmatur)) - **\[http]** Set Host header in HTTP provider request ([#&#8203;11237](https://github.com/traefik/traefik/pull/11237) by [nikonhub](https://github.com/nikonhub)) - **\[k8s/crd,k8s]** Make the IngressRoute kind optional ([#&#8203;11177](https://github.com/traefik/traefik/pull/11177) by [skirtan1](https://github.com/skirtan1)) - **\[k8s/ingress,sticky-session,k8s/crd,k8s]** Support serving endpoints ([#&#8203;11121](https://github.com/traefik/traefik/pull/11121) by [BZValoche](https://github.com/BZValoche)) - **\[logs,accesslogs]** OpenTelemetry Logs and Access Logs ([#&#8203;11319](https://github.com/traefik/traefik/pull/11319) by [rtribotte](https://github.com/rtribotte)) - **\[logs,accesslogs]** Add experimental flag for OTLP logs integration ([#&#8203;11335](https://github.com/traefik/traefik/pull/11335) by [kevinpollet](https://github.com/kevinpollet)) - **\[metrics,tracing,accesslogs]** Manage observability at entrypoint and router level ([#&#8203;11308](https://github.com/traefik/traefik/pull/11308) by [rtribotte](https://github.com/rtribotte)) - **\[middleware,authentication]** Add an option to preserve the ForwardAuth Server Location header ([#&#8203;11318](https://github.com/traefik/traefik/pull/11318) by [Nelwhix](https://github.com/Nelwhix)) - **\[middleware,authentication]** Only calculate basic auth hashes once for concurrent requests ([#&#8203;11143](https://github.com/traefik/traefik/pull/11143) by [michelheusschen](https://github.com/michelheusschen)) - **\[middleware,authentication]** Send request body to authorization server for forward auth ([#&#8203;11097](https://github.com/traefik/traefik/pull/11097) by [kyo-ke](https://github.com/kyo-ke)) - **\[plugins]** Add AbortOnPluginFailure option to abort startup on plugin load failure ([#&#8203;11228](https://github.com/traefik/traefik/pull/11228) by [bmagic](https://github.com/bmagic)) - **\[sticky-session]** Configurable path for sticky cookies ([#&#8203;11166](https://github.com/traefik/traefik/pull/11166) by [IIpragmaII](https://github.com/IIpragmaII)) - **\[webui,api]** Configurable API & Dashboard base path ([#&#8203;11250](https://github.com/traefik/traefik/pull/11250) by [rtribotte](https://github.com/rtribotte)) **Bug fixes:** - **\[k8s/ingress,k8s/crd]** Fix fenced server status computation ([#&#8203;11361](https://github.com/traefik/traefik/pull/11361) by [kevinpollet](https://github.com/kevinpollet)) **Documentation:** - Prepare release v3.3.0-rc2 ([#&#8203;11362](https://github.com/traefik/traefik/pull/11362) by [rtribotte](https://github.com/rtribotte)) - Prepare Release v3.3.0-rc1 ([#&#8203;11349](https://github.com/traefik/traefik/pull/11349) by [rtribotte](https://github.com/rtribotte)) **Misc:** - Merge branch v3.2 into v3.3 ([#&#8203;11402](https://github.com/traefik/traefik/pull/11402) by [kevinpollet](https://github.com/kevinpollet)) - Merge branch v3.2 into v3.3 ([#&#8203;11393](https://github.com/traefik/traefik/pull/11393) by [mmatur](https://github.com/mmatur)) - Merge branch v3.2 into v3.3 ([#&#8203;11389](https://github.com/traefik/traefik/pull/11389) by [mmatur](https://github.com/mmatur)) - Merge branch v3.2 into v3.3 ([#&#8203;11367](https://github.com/traefik/traefik/pull/11367) by [kevinpollet](https://github.com/kevinpollet)) - Merge branch v3.2 into master ([#&#8203;11340](https://github.com/traefik/traefik/pull/11340) by [kevinpollet](https://github.com/kevinpollet)) - Merge branch v3.2 into master ([#&#8203;11293](https://github.com/traefik/traefik/pull/11293) by [kevinpollet](https://github.com/kevinpollet)) - Merge branch v3.2 into master ([#&#8203;11239](https://github.com/traefik/traefik/pull/11239) by [kevinpollet](https://github.com/kevinpollet)) - Merge branch v3.2 into master ([#&#8203;11187](https://github.com/traefik/traefik/pull/11187) by [kevinpollet](https://github.com/kevinpollet)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMC4yIiwidXBkYXRlZEluVmVyIjoiMzcuMjAuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Renovate-Bot added 1 commit 2024-11-15 20:48:06 -05:00
Renovate-Bot force-pushed renovate/traefik-3.x from 990cc6e19d to e705be4c6f 2024-12-12 21:23:49 -05:00 Compare
Renovate-Bot force-pushed renovate/traefik-3.x from e705be4c6f to b6bb81bd41 2024-12-16 17:00:47 -05:00 Compare
Renovate-Bot force-pushed renovate/traefik-3.x from b6bb81bd41 to 8500d2b8b1 2025-01-07 00:01:36 -05:00 Compare
Renovate-Bot changed title from Update traefik Docker tag to v3.2 to Update traefik Docker tag to v3.3 2025-01-07 00:01:45 -05:00
Renovate-Bot force-pushed renovate/traefik-3.x from 8500d2b8b1 to 68ebb0a8b3 2025-02-07 06:48:50 -05:00 Compare
justus merged commit b63a8b9171 into main 2025-03-24 12:30:46 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: justus/Homelab-Ansible#23
No description provided.