Update traefik Docker tag to v3.7.11 #151

Merged
mysticalsoap merged 1 commit from renovate/traefik-3.x into trunk 2026-08-22 13:48:51 -04:00
Collaborator

This PR contains the following updates:

Package Update Change
traefik (source) patch v3.7.10v3.7.11

Release Notes

containous/traefik (traefik)

v3.7.11

Compare Source

All Commits

Bug fixes:

Documentation:

v3.7.11

Compare Source

All Commits

Bug fixes:

Documentation:


This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [traefik](https://hub.docker.com/_/traefik) ([source](https://github.com/containous/traefik)) | patch | `v3.7.10` → `v3.7.11` | --- ### Release Notes <details> <summary>containous/traefik (traefik)</summary> ### [`v3.7.11`](https://github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v3711-2026-08-18) [Compare Source](https://github.com/containous/traefik/compare/v3.7.11...v3.7.11) [All Commits](https://github.com/traefik/traefik/compare/v3.7.10...v3.7.11) **Bug fixes:** - **\[fastproxy]** Reject out-of-range status codes from backends when using FastProxy ([#&#8203;13635](https://github.com/traefik/traefik/pull/13635) [@&#8203;gndz07](https://github.com/gndz07)) - **\[http3]** Bump github.com/quic-go/quic-go to v0.61.0 ([#&#8203;13688](https://github.com/traefik/traefik/pull/13688) [@&#8203;jnoordsij](https://github.com/jnoordsij)) - **\[k8s/crd]** Prevent generated name collisions in the Kubernetes CRD provider ([#&#8203;13656](https://github.com/traefik/traefik/pull/13656) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[k8s/crd]** Add an option to restrict the namespace of the default TLS resources ([#&#8203;13665](https://github.com/traefik/traefik/pull/13665) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[k8s/crd]** Scope generated Kubernetes Service names to their parent in the CRD provider ([#&#8203;13668](https://github.com/traefik/traefik/pull/13668) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[k8s/crd]** Name failover generated services after the referenced Kubernetes Service ([#&#8203;13677](https://github.com/traefik/traefik/pull/13677) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[k8s/crd]** Add safe naming option to avoid collisions for Kubernetes CRD provider ([#&#8203;13689](https://github.com/traefik/traefik/pull/13689) [@&#8203;gndz07](https://github.com/gndz07)) - **\[k8s/gatewayapi]** Preserve encoded path segments in Gateway API URLRewrite and RequestRedirect ([#&#8203;13641](https://github.com/traefik/traefik/pull/13641) [@&#8203;gndz07](https://github.com/gndz07)) - **\[k8s/gatewayapi]** Fix Gateway API router rules ([#&#8203;13645](https://github.com/traefik/traefik/pull/13645) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[k8s/ingress-nginx]** Dedupe client-auth TLS options across ingresses sharing a host for ingress-nginx provider ([#&#8203;13638](https://github.com/traefik/traefik/pull/13638) [@&#8203;gndz07](https://github.com/gndz07)) - **\[k8s/ingress-nginx]** Apply auth, custom-headers, custom errors and ssl-redirect to ingress default backend ([#&#8203;13575](https://github.com/traefik/traefik/pull/13575) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[k8s/ingress-nginx]** Honor asDefault and exclude internal entrypoints from default selection for ingress-nginx provider ([#&#8203;13629](https://github.com/traefik/traefik/pull/13629) [@&#8203;gndz07](https://github.com/gndz07)) - **\[k8s/ingress]** Enforce crossProviderNamespace for Kubernetes Ingress service middleware ([#&#8203;13670](https://github.com/traefik/traefik/pull/13670) [@&#8203;gndz07](https://github.com/gndz07)) - **\[middleware, authentication]** Bump github.com/containous/go-http-auth to [`b975dca`](https://github.com/containous/traefik/commit/b975dcaa8c48) ([#&#8203;13636](https://github.com/traefik/traefik/pull/13636) [@&#8203;kevinpollet](https://github.com/kevinpollet)) - **\[tls]** Add an option to disable the fallback to the default TLS options ([#&#8203;13639](https://github.com/traefik/traefik/pull/13639) [@&#8203;rtribotte](https://github.com/rtribotte)) - Bump golang.org/x dependencies ([#&#8203;13699](https://github.com/traefik/traefik/pull/13699) [@&#8203;mmatur](https://github.com/mmatur)) **Documentation:** - **\[accesslogs]** Clarify OriginStatus and DownstreamStatus in access logs documentation ([#&#8203;13609](https://github.com/traefik/traefik/pull/13609) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[api]** Fix doubled word in API/dashboard reference docs ([#&#8203;13663](https://github.com/traefik/traefik/pull/13663) [@&#8203;latent-9](https://github.com/latent-9)) - **\[docker]** Remove :ro from docker.sock ([#&#8203;12656](https://github.com/traefik/traefik/pull/12656) [@&#8203;bluepuma77](https://github.com/bluepuma77)) - **\[k8s/gatewayapi]** Clarify v3.7.10 migration guide for Gateway API 1.6.1 ([#&#8203;13628](https://github.com/traefik/traefik/pull/13628) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[k8s/gatewayapi]** Document the Experimental Channel CRDs requirement of the Kubernetes Gateway provider ([#&#8203;13634](https://github.com/traefik/traefik/pull/13634) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[k8s/ingress-nginx]** Docs: Update supported server snippet directives ([#&#8203;13687](https://github.com/traefik/traefik/pull/13687) [@&#8203;rtsui-harmonicinc](https://github.com/rtsui-harmonicinc)) - **\[middleware]** Add rejectStatusCode to the ipAllowList middleware configuration example ([#&#8203;13664](https://github.com/traefik/traefik/pull/13664) [@&#8203;amazon7737](https://github.com/amazon7737)) - **\[middleware]** Mark the errors middleware service option as required ([#&#8203;13684](https://github.com/traefik/traefik/pull/13684) [@&#8203;lazerg](https://github.com/lazerg)) - **\[tls]** Document the TLS options conflict resolution ([#&#8203;13640](https://github.com/traefik/traefik/pull/13640) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[tls]** Clarify router TLS replaces entrypoint TLS ([#&#8203;13630](https://github.com/traefik/traefik/pull/13630) [@&#8203;sornapudisuresh](https://github.com/sornapudisuresh)) - Document Redis keyspace notifications requirement ([#&#8203;13691](https://github.com/traefik/traefik/pull/13691) [@&#8203;omkar619-dev](https://github.com/omkar619-dev)) - Remove retired Go Report Card badge ([#&#8203;13637](https://github.com/traefik/traefik/pull/13637) [@&#8203;yardenshoham](https://github.com/yardenshoham)) - Restore the systemd socket activation documentation ([#&#8203;13701](https://github.com/traefik/traefik/pull/13701) [@&#8203;lazerg](https://github.com/lazerg)) - Update version support policy starting with v3.6 ([#&#8203;13627](https://github.com/traefik/traefik/pull/13627) [@&#8203;nmengin](https://github.com/nmengin)) ### [`v3.7.11`](https://github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v3711-2026-08-18) [Compare Source](https://github.com/containous/traefik/compare/v3.7.10...v3.7.11) [All Commits](https://github.com/traefik/traefik/compare/v3.7.10...v3.7.11) **Bug fixes:** - **\[fastproxy]** Reject out-of-range status codes from backends when using FastProxy ([#&#8203;13635](https://github.com/traefik/traefik/pull/13635) [@&#8203;gndz07](https://github.com/gndz07)) - **\[http3]** Bump github.com/quic-go/quic-go to v0.61.0 ([#&#8203;13688](https://github.com/traefik/traefik/pull/13688) [@&#8203;jnoordsij](https://github.com/jnoordsij)) - **\[k8s/crd]** Prevent generated name collisions in the Kubernetes CRD provider ([#&#8203;13656](https://github.com/traefik/traefik/pull/13656) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[k8s/crd]** Add an option to restrict the namespace of the default TLS resources ([#&#8203;13665](https://github.com/traefik/traefik/pull/13665) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[k8s/crd]** Scope generated Kubernetes Service names to their parent in the CRD provider ([#&#8203;13668](https://github.com/traefik/traefik/pull/13668) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[k8s/crd]** Name failover generated services after the referenced Kubernetes Service ([#&#8203;13677](https://github.com/traefik/traefik/pull/13677) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[k8s/crd]** Add safe naming option to avoid collisions for Kubernetes CRD provider ([#&#8203;13689](https://github.com/traefik/traefik/pull/13689) [@&#8203;gndz07](https://github.com/gndz07)) - **\[k8s/gatewayapi]** Preserve encoded path segments in Gateway API URLRewrite and RequestRedirect ([#&#8203;13641](https://github.com/traefik/traefik/pull/13641) [@&#8203;gndz07](https://github.com/gndz07)) - **\[k8s/gatewayapi]** Fix Gateway API router rules ([#&#8203;13645](https://github.com/traefik/traefik/pull/13645) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[k8s/ingress-nginx]** Dedupe client-auth TLS options across ingresses sharing a host for ingress-nginx provider ([#&#8203;13638](https://github.com/traefik/traefik/pull/13638) [@&#8203;gndz07](https://github.com/gndz07)) - **\[k8s/ingress-nginx]** Apply auth, custom-headers, custom errors and ssl-redirect to ingress default backend ([#&#8203;13575](https://github.com/traefik/traefik/pull/13575) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[k8s/ingress-nginx]** Honor asDefault and exclude internal entrypoints from default selection for ingress-nginx provider ([#&#8203;13629](https://github.com/traefik/traefik/pull/13629) [@&#8203;gndz07](https://github.com/gndz07)) - **\[k8s/ingress]** Enforce crossProviderNamespace for Kubernetes Ingress service middleware ([#&#8203;13670](https://github.com/traefik/traefik/pull/13670) [@&#8203;gndz07](https://github.com/gndz07)) - **\[middleware, authentication]** Bump github.com/containous/go-http-auth to [`b975dca`](https://github.com/containous/traefik/commit/b975dcaa8c48) ([#&#8203;13636](https://github.com/traefik/traefik/pull/13636) [@&#8203;kevinpollet](https://github.com/kevinpollet)) - **\[tls]** Add an option to disable the fallback to the default TLS options ([#&#8203;13639](https://github.com/traefik/traefik/pull/13639) [@&#8203;rtribotte](https://github.com/rtribotte)) - Bump golang.org/x dependencies ([#&#8203;13699](https://github.com/traefik/traefik/pull/13699) [@&#8203;mmatur](https://github.com/mmatur)) **Documentation:** - **\[accesslogs]** Clarify OriginStatus and DownstreamStatus in access logs documentation ([#&#8203;13609](https://github.com/traefik/traefik/pull/13609) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[api]** Fix doubled word in API/dashboard reference docs ([#&#8203;13663](https://github.com/traefik/traefik/pull/13663) [@&#8203;latent-9](https://github.com/latent-9)) - **\[docker]** Remove :ro from docker.sock ([#&#8203;12656](https://github.com/traefik/traefik/pull/12656) [@&#8203;bluepuma77](https://github.com/bluepuma77)) - **\[k8s/gatewayapi]** Clarify v3.7.10 migration guide for Gateway API 1.6.1 ([#&#8203;13628](https://github.com/traefik/traefik/pull/13628) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[k8s/gatewayapi]** Document the Experimental Channel CRDs requirement of the Kubernetes Gateway provider ([#&#8203;13634](https://github.com/traefik/traefik/pull/13634) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[k8s/ingress-nginx]** Docs: Update supported server snippet directives ([#&#8203;13687](https://github.com/traefik/traefik/pull/13687) [@&#8203;rtsui-harmonicinc](https://github.com/rtsui-harmonicinc)) - **\[middleware]** Add rejectStatusCode to the ipAllowList middleware configuration example ([#&#8203;13664](https://github.com/traefik/traefik/pull/13664) [@&#8203;amazon7737](https://github.com/amazon7737)) - **\[middleware]** Mark the errors middleware service option as required ([#&#8203;13684](https://github.com/traefik/traefik/pull/13684) [@&#8203;lazerg](https://github.com/lazerg)) - **\[tls]** Document the TLS options conflict resolution ([#&#8203;13640](https://github.com/traefik/traefik/pull/13640) [@&#8203;rtribotte](https://github.com/rtribotte)) - **\[tls]** Clarify router TLS replaces entrypoint TLS ([#&#8203;13630](https://github.com/traefik/traefik/pull/13630) [@&#8203;sornapudisuresh](https://github.com/sornapudisuresh)) - Document Redis keyspace notifications requirement ([#&#8203;13691](https://github.com/traefik/traefik/pull/13691) [@&#8203;omkar619-dev](https://github.com/omkar619-dev)) - Remove retired Go Report Card badge ([#&#8203;13637](https://github.com/traefik/traefik/pull/13637) [@&#8203;yardenshoham](https://github.com/yardenshoham)) - Restore the systemd socket activation documentation ([#&#8203;13701](https://github.com/traefik/traefik/pull/13701) [@&#8203;lazerg](https://github.com/lazerg)) - Update version support policy starting with v3.6 ([#&#8203;13627](https://github.com/traefik/traefik/pull/13627) [@&#8203;nmengin](https://github.com/nmengin)) </details> --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC42LjAiLCJ1cGRhdGVkSW5WZXIiOiI0NC42LjAiLCJ0YXJnZXRCcmFuY2giOiJ0cnVuayIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
mysticalsoap deleted branch renovate/traefik-3.x 2026-08-22 13:48:51 -04:00
Sign in to join this conversation.
No description provided.