From d9732a24d1335b68632f460d56440fc85deacb4b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Mar 2026 23:31:57 +0000 Subject: [PATCH] chore(deps): update dependency traefik/traefik to v3.6.10 (#4498) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [traefik/traefik](https://github.com/traefik/traefik) | patch | `v3.6.9` → `v3.6.10` | --- ### Release Notes
traefik/traefik (traefik/traefik) ### [`v3.6.10`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v3610-2026-03-06) [Compare Source](https://github.com/traefik/traefik/compare/v3.6.9...v3.6.10) [All Commits](https://github.com/traefik/traefik/compare/v3.6.9...v3.6.10) **Bug fixes:** - **\[docker]** Bump Docker and OpenTelemetry dependencies ([#​12761](https://github.com/traefik/traefik/pull/12761) by [mmatur](https://github.com/mmatur)) - **\[fastproxy]** Bump github.com/valyala/fasthttp to v1.69.0 ([#​12763](https://github.com/traefik/traefik/pull/12763) by [kevinpollet](https://github.com/kevinpollet)) - **\[healthcheck, grpc]** Remove path parsing with grpc healthcheck ([#​12760](https://github.com/traefik/traefik/pull/12760) by [rtribotte](https://github.com/rtribotte)) - **\[k8s/gatewayapi]** Fix Gateway API router's rules ([#​12753](https://github.com/traefik/traefik/pull/12753) by [rtribotte](https://github.com/rtribotte)) - **\[middleware]** Fix HasSecureHeadersDefined returning false when stsSeconds is 0 ([#​12684](https://github.com/traefik/traefik/pull/12684) by [veeceey](https://github.com/veeceey)) - **\[otel]** Bump go.opentelemetry.io/otel dependencies ([#​12754](https://github.com/traefik/traefik/pull/12754) by [rtribotte](https://github.com/rtribotte)) - **\[server]** Bump golang.org/x/net to v0.51.0 ([#​12756](https://github.com/traefik/traefik/pull/12756) by [kevinpollet](https://github.com/kevinpollet)) - **\[webui]** Fix priority display in dashboard and ACME bypass redirect ([#​12740](https://github.com/traefik/traefik/pull/12740) by [mmatur](https://github.com/mmatur)) - **\[webui]** Fix basePath validation for dashboard template ([#​12729](https://github.com/traefik/traefik/pull/12729) by [gndz07](https://github.com/gndz07)) **Documentation:** - **\[middleware]** Correct documentation for Digest auth ([#​12651](https://github.com/traefik/traefik/pull/12651) by [Zash](https://github.com/Zash)) - Add missing `.http` to TOML table names ([#​12713](https://github.com/traefik/traefik/pull/12713) by [Darsstar](https://github.com/Darsstar)) - Fix incorrect TOML example in entrypoints docs ([#​12711](https://github.com/traefik/traefik/pull/12711) by [mfmfuyu](https://github.com/mfmfuyu)) - Fix API basepath option documentation ([#​12744](https://github.com/traefik/traefik/pull/12744) by [nmengin](https://github.com/nmengin))
--- ### 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](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4498 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/traefik/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/traefik/Chart.yaml b/clusters/cl01tl/helm/traefik/Chart.yaml index 18e9f6d6f..4e5798abe 100644 --- a/clusters/cl01tl/helm/traefik/Chart.yaml +++ b/clusters/cl01tl/helm/traefik/Chart.yaml @@ -22,4 +22,4 @@ dependencies: repository: https://traefik.github.io/charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/webp/traefik.webp # renovate: datasource=github-releases depName=traefik/traefik -appVersion: v3.6.9 +appVersion: v3.6.10