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 <details> <summary>traefik/traefik (traefik/traefik)</summary> ### [`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)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My41MS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=--> Reviewed-on: #4498 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
26 lines
675 B
YAML
26 lines
675 B
YAML
apiVersion: v2
|
|
name: traefik
|
|
version: 1.0.0
|
|
description: Traefik
|
|
keywords:
|
|
- traefik
|
|
- reverse-proxy
|
|
- tls
|
|
- kubernetes
|
|
home: https://wiki.alexlebens.dev/s/541ec45c-6cf7-4be6-bb08-63cab175e7cb
|
|
sources:
|
|
- https://github.com/traefik/traefik
|
|
- https://github.com/traefik/traefik-helm-chart
|
|
maintainers:
|
|
- name: alexlebens
|
|
dependencies:
|
|
- name: traefik
|
|
version: 39.0.4
|
|
repository: https://traefik.github.io/charts
|
|
- name: traefik-crds
|
|
version: 1.14.0
|
|
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.10
|