Update docker.io/traefik Docker tag to v3.3.6
No problems whatsoever deploying to Proxmox VE K3s Kubernetes cluster via Helm Chart and Flux V2 reconciliation in a GitOps approach with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker.io/traefik | patch | v3.3.5 -> v3.3.6 |
Release Notes
traefik/traefik (docker.io/traefik)
v3.3.6
Important:
Since v3.3.6
, the incoming request path is now cleaned before being used to match the router rules and sent to the backends. Any /../
, /./
or duplicate slash segments in the request path is interpreted and/or collapsed.
Please read the migration guide.
Documentation:
- [k8s/gatewayapi] Fix Kubernetes Gateway statusAddress documentation (#11663 by kevinpollet)
- [tracing] Document how to pass multiple Headers on tracing with CLI (#11665 by mloiseleur)
- Fix typos on what is Traefik docs page (#11685 by matthewCmatt)
- Update Welcome Page (#11615 by sheddy-traefik)
Misc: