chore(deps): update traefik docker tag to v3.6.4 #766

Merged
renovate merged 1 commit from renovate/traefik-3.x into master 2025-12-06 01:06:30 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
traefik patch v3.6.2 -> v3.6.4

Release Notes

containous/traefik (traefik)

v3.6.4

Compare Source

Important: Please read the migration guide.

Bug fixes:

  • [acme] Bump github.com/go-acme/lego/v4 to v4.29.0 (#​12333 by ldez)
  • [k8s/ingress-nginx] Fix SSL redirect to match NGINX behavior (#​12361 by mmatur)
  • [k8s/ingress-nginx] Fix the service name for ingress-nginx provider (#​12352 by mmatur)
  • [k8s/ingress-nginx] Fix nginx.ingress.kubernetes.io/proxy-ssl-verify annotation support (#​12351 by rtribotte)
  • [middleware,authentication] Change ForwardAuth error log level from DEBUG to ERROR (#​12324 by murataslan1)

Documentation:

  • [api] Fix typo in API dashboard configuration instructions (#​12335 by NAICOLAS)
  • [docker] Add documentation for loadbalancer.server.url in Docker and Swarm providers (#​12289 by webash)
  • [k8s/gatewayapi] Fix links of Helm chart values reference to providers.kubernetesGateway.enabled (#​12315 by shouhei)
  • [k8s/ingress-nginx] Fix default value of ingress-nginx provider in documentation (#​12328 by mloiseleur)
  • [k8s/ingress-nginx] NGINX Ingress Controller to Traefik Migration Guide (#​12318 by sheddy-traefik)
  • [k8s/ingress-nginx] Improve the configuration options display of the Kubernetes ingress-nginx provider (#​12297 by mloiseleur)
  • [k8s/ingress-nginx] Improve ingress-nginx provider documentation (#​12288 by sheddy-traefik)
  • [service] Fix loadbalancer doc for highest random weight (#​12283 by ozon2)
  • Correctly Format the HTTP Service Documentation (#​12311 by sheddy-traefik)
  • Add documentation about checkNewVersion (#​12298 by darkweaver87)

Misc:

v3.6.4

Compare Source

Important: Please read the migration guide.

Bug fixes:

  • [acme] Bump github.com/go-acme/lego/v4 to v4.29.0 (#​12333 by ldez)
  • [k8s/ingress-nginx] Fix SSL redirect to match NGINX behavior (#​12361 by mmatur)
  • [k8s/ingress-nginx] Fix the service name for ingress-nginx provider (#​12352 by mmatur)
  • [k8s/ingress-nginx] Fix nginx.ingress.kubernetes.io/proxy-ssl-verify annotation support (#​12351 by rtribotte)
  • [middleware,authentication] Change ForwardAuth error log level from DEBUG to ERROR (#​12324 by murataslan1)

Documentation:

  • [api] Fix typo in API dashboard configuration instructions (#​12335 by NAICOLAS)
  • [docker] Add documentation for loadbalancer.server.url in Docker and Swarm providers (#​12289 by webash)
  • [k8s/gatewayapi] Fix links of Helm chart values reference to providers.kubernetesGateway.enabled (#​12315 by shouhei)
  • [k8s/ingress-nginx] Fix default value of ingress-nginx provider in documentation (#​12328 by mloiseleur)
  • [k8s/ingress-nginx] NGINX Ingress Controller to Traefik Migration Guide (#​12318 by sheddy-traefik)
  • [k8s/ingress-nginx] Improve the configuration options display of the Kubernetes ingress-nginx provider (#​12297 by mloiseleur)
  • [k8s/ingress-nginx] Improve ingress-nginx provider documentation (#​12288 by sheddy-traefik)
  • [service] Fix loadbalancer doc for highest random weight (#​12283 by ozon2)
  • Correctly Format the HTTP Service Documentation (#​12311 by sheddy-traefik)
  • Add documentation about checkNewVersion (#​12298 by darkweaver87)

Misc:


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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) | patch | `v3.6.2` -> `v3.6.4` | --- ### Release Notes <details> <summary>containous/traefik (traefik)</summary> ### [`v3.6.4`](https://github.com/traefik/traefik/releases/tag/v3.6.4) [Compare Source](https://github.com/containous/traefik/compare/v3.6.4...v3.6.4) **Important:** Please read the [migration guide](https://doc.traefik.io/traefik/v3.6/migrate/v3/#v364). **Bug fixes:** - **\[acme]** Bump github.com/go-acme/lego/v4 to v4.29.0 ([#&#8203;12333](https://github.com/traefik/traefik/pull/12333) by [ldez](https://github.com/ldez)) - **\[k8s/ingress-nginx]** Fix SSL redirect to match NGINX behavior ([#&#8203;12361](https://github.com/traefik/traefik/pull/12361) by [mmatur](https://github.com/mmatur)) - **\[k8s/ingress-nginx]** Fix the service name for ingress-nginx provider ([#&#8203;12352](https://github.com/traefik/traefik/pull/12352) by [mmatur](https://github.com/mmatur)) - **\[k8s/ingress-nginx]** Fix nginx.ingress.kubernetes.io/proxy-ssl-verify annotation support ([#&#8203;12351](https://github.com/traefik/traefik/pull/12351) by [rtribotte](https://github.com/rtribotte)) - **\[middleware,authentication]** Change ForwardAuth error log level from DEBUG to ERROR ([#&#8203;12324](https://github.com/traefik/traefik/pull/12324) by [murataslan1](https://github.com/murataslan1)) **Documentation:** - **\[api]** Fix typo in API dashboard configuration instructions ([#&#8203;12335](https://github.com/traefik/traefik/pull/12335) by [NAICOLAS](https://github.com/NAICOLAS)) - **\[docker]** Add documentation for loadbalancer.server.url in Docker and Swarm providers ([#&#8203;12289](https://github.com/traefik/traefik/pull/12289) by [webash](https://github.com/webash)) - **\[k8s/gatewayapi]** Fix links of Helm chart values reference to providers.kubernetesGateway.enabled ([#&#8203;12315](https://github.com/traefik/traefik/pull/12315) by [shouhei](https://github.com/shouhei)) - **\[k8s/ingress-nginx]** Fix default value of ingress-nginx provider in documentation ([#&#8203;12328](https://github.com/traefik/traefik/pull/12328) by [mloiseleur](https://github.com/mloiseleur)) - **\[k8s/ingress-nginx]** NGINX Ingress Controller to Traefik Migration Guide ([#&#8203;12318](https://github.com/traefik/traefik/pull/12318) by [sheddy-traefik](https://github.com/sheddy-traefik)) - **\[k8s/ingress-nginx]** Improve the configuration options display of the Kubernetes ingress-nginx provider ([#&#8203;12297](https://github.com/traefik/traefik/pull/12297) by [mloiseleur](https://github.com/mloiseleur)) - **\[k8s/ingress-nginx]** Improve ingress-nginx provider documentation ([#&#8203;12288](https://github.com/traefik/traefik/pull/12288) by [sheddy-traefik](https://github.com/sheddy-traefik)) - **\[service]** Fix loadbalancer doc for highest random weight ([#&#8203;12283](https://github.com/traefik/traefik/pull/12283) by [ozon2](https://github.com/ozon2)) - Correctly Format the HTTP Service Documentation ([#&#8203;12311](https://github.com/traefik/traefik/pull/12311) by [sheddy-traefik](https://github.com/sheddy-traefik)) - Add documentation about checkNewVersion ([#&#8203;12298](https://github.com/traefik/traefik/pull/12298) by [darkweaver87](https://github.com/darkweaver87)) **Misc:** - Merge branch v2.11 into v3.6 ([#&#8203;12364](https://github.com/traefik/traefik/pull/12364) by [kevinpollet](https://github.com/kevinpollet)) - Merge branch v2.11 into v3.6 ([#&#8203;12341](https://github.com/traefik/traefik/pull/12341) by [mmatur](https://github.com/mmatur)) - Merge branch v2.11 into v3.6 ([#&#8203;12368](https://github.com/traefik/traefik/pull/12368) by [mmatur](https://github.com/mmatur)) ### [`v3.6.4`](https://github.com/traefik/traefik/releases/tag/v3.6.4) [Compare Source](https://github.com/containous/traefik/compare/v3.6.2...v3.6.4) **Important:** Please read the [migration guide](https://doc.traefik.io/traefik/v3.6/migrate/v3/#v364). **Bug fixes:** - **\[acme]** Bump github.com/go-acme/lego/v4 to v4.29.0 ([#&#8203;12333](https://github.com/traefik/traefik/pull/12333) by [ldez](https://github.com/ldez)) - **\[k8s/ingress-nginx]** Fix SSL redirect to match NGINX behavior ([#&#8203;12361](https://github.com/traefik/traefik/pull/12361) by [mmatur](https://github.com/mmatur)) - **\[k8s/ingress-nginx]** Fix the service name for ingress-nginx provider ([#&#8203;12352](https://github.com/traefik/traefik/pull/12352) by [mmatur](https://github.com/mmatur)) - **\[k8s/ingress-nginx]** Fix nginx.ingress.kubernetes.io/proxy-ssl-verify annotation support ([#&#8203;12351](https://github.com/traefik/traefik/pull/12351) by [rtribotte](https://github.com/rtribotte)) - **\[middleware,authentication]** Change ForwardAuth error log level from DEBUG to ERROR ([#&#8203;12324](https://github.com/traefik/traefik/pull/12324) by [murataslan1](https://github.com/murataslan1)) **Documentation:** - **\[api]** Fix typo in API dashboard configuration instructions ([#&#8203;12335](https://github.com/traefik/traefik/pull/12335) by [NAICOLAS](https://github.com/NAICOLAS)) - **\[docker]** Add documentation for loadbalancer.server.url in Docker and Swarm providers ([#&#8203;12289](https://github.com/traefik/traefik/pull/12289) by [webash](https://github.com/webash)) - **\[k8s/gatewayapi]** Fix links of Helm chart values reference to providers.kubernetesGateway.enabled ([#&#8203;12315](https://github.com/traefik/traefik/pull/12315) by [shouhei](https://github.com/shouhei)) - **\[k8s/ingress-nginx]** Fix default value of ingress-nginx provider in documentation ([#&#8203;12328](https://github.com/traefik/traefik/pull/12328) by [mloiseleur](https://github.com/mloiseleur)) - **\[k8s/ingress-nginx]** NGINX Ingress Controller to Traefik Migration Guide ([#&#8203;12318](https://github.com/traefik/traefik/pull/12318) by [sheddy-traefik](https://github.com/sheddy-traefik)) - **\[k8s/ingress-nginx]** Improve the configuration options display of the Kubernetes ingress-nginx provider ([#&#8203;12297](https://github.com/traefik/traefik/pull/12297) by [mloiseleur](https://github.com/mloiseleur)) - **\[k8s/ingress-nginx]** Improve ingress-nginx provider documentation ([#&#8203;12288](https://github.com/traefik/traefik/pull/12288) by [sheddy-traefik](https://github.com/sheddy-traefik)) - **\[service]** Fix loadbalancer doc for highest random weight ([#&#8203;12283](https://github.com/traefik/traefik/pull/12283) by [ozon2](https://github.com/ozon2)) - Correctly Format the HTTP Service Documentation ([#&#8203;12311](https://github.com/traefik/traefik/pull/12311) by [sheddy-traefik](https://github.com/sheddy-traefik)) - Add documentation about checkNewVersion ([#&#8203;12298](https://github.com/traefik/traefik/pull/12298) by [darkweaver87](https://github.com/darkweaver87)) **Misc:** - Merge branch v2.11 into v3.6 ([#&#8203;12364](https://github.com/traefik/traefik/pull/12364) by [kevinpollet](https://github.com/kevinpollet)) - Merge branch v2.11 into v3.6 ([#&#8203;12341](https://github.com/traefik/traefik/pull/12341) by [mmatur](https://github.com/mmatur)) - Merge branch v2.11 into v3.6 ([#&#8203;12368](https://github.com/traefik/traefik/pull/12368) by [mmatur](https://github.com/mmatur)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zNy4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
chore(deps): update traefik docker tag to v3.6.4
All checks were successful
/ shellcheck (pull_request) Successful in 3s
/ gitleaks (pull_request) Successful in 3s
/ ansible-lint (pull_request) Successful in 57s
adc632de3f
renovate scheduled this pull request to auto merge when all checks succeed 2025-12-06 01:06:22 +01:00
renovate merged commit d89043bd7f into master 2025-12-06 01:06:30 +01:00
renovate deleted branch renovate/traefik-3.x 2025-12-06 01:06:30 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mg/homeserver!766
No description provided.