chore(deps): update dependency traefik to v2.8.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
traefik | Kustomization | minor |
v2.7.0 -> v2.8.0
|
Release Notes
containous/traefik
v2.8.0
Enhancements:
- [consul,consulcatalog] Support multiple namespaces for Consul and ConsulCatalog providers (#8979 by rtribotte)
- [http3] Upgrade quic-go to v0.27.0 (#8922 by tomMoulard)
- [http3] Upgrade quic-go to v0.26.0 (#8874 by sylr)
- [logs] Add destination address to debug log (#9032 by qmloong)
- [middleware,provider,tls] Deprecate caOptional option in client TLS configuration (#8960 by kevinpollet)
- [middleware] Support URL replacement in errors middleware (#8956 by tomMoulard)
- [middleware] Allow config of additional CircuitBreaker params (#8907 by aidy)
- [provider] Implement Traefik provider for Nomad orchestrator (#9018 by shoenig)
- [server] Allow HTTP/2 max concurrent stream configuration (#8781 by tomMoulard)
- [tls,k8s/crd] Support certificates configuration in TLSStore CRD (#8976 by kevinpollet)
- [webui,pilot,hub] Add Traefik Hub button and deprecate Pilot (#9091 by ldez)
- [webui,plugins] Reach the catalog of plugins from the Traefik dashboard (#9055 by seedy)
Bug fixes:
- [nomad] Use configured token in the Nomad client (#9111 by kevinpollet)
Documentation:
Misc:
- Merge current v2.7 into v2.8 (#9142 by rtribotte)
- Merge current v2.7 into v2.8 (#9133 by rtribotte)
- Merge current v2.7 into master (#9095 by rtribotte)
- Merge current v2.7 into master (#9085 by tomMoulard)
- Merge current v2.7 into master (#9060 by rtribotte)
- Merge current v2.7 into master (#9052 by rtribotte)
- Merge current v2.7 into master (#8959 by tomMoulard)
v2.8.0
Enhancements:
- [consul,consulcatalog] Support multiple namespaces for Consul and ConsulCatalog providers (#8979 by rtribotte)
- [http3] Upgrade quic-go to v0.27.0 (#8922 by tomMoulard)
- [http3] Upgrade quic-go to v0.26.0 (#8874 by sylr)
- [logs] Add destination address to debug log (#9032 by qmloong)
- [middleware,provider,tls] Deprecate caOptional option in client TLS configuration (#8960 by kevinpollet)
- [middleware] Support URL replacement in errors middleware (#8956 by tomMoulard)
- [middleware] Allow config of additional CircuitBreaker params (#8907 by aidy)
- [provider] Implement Traefik provider for Nomad orchestrator (#9018 by shoenig)
- [server] Allow HTTP/2 max concurrent stream configuration (#8781 by tomMoulard)
- [tls,k8s/crd] Support certificates configuration in TLSStore CRD (#8976 by kevinpollet)
- [webui,pilot,hub] Add Traefik Hub button and deprecate Pilot (#9091 by ldez)
- [webui,plugins] Reach the catalog of plugins from the Traefik dashboard (#9055 by seedy)
Bug fixes:
- [nomad] Use configured token in the Nomad client (#9111 by kevinpollet)
Documentation:
Misc:
- Merge current v2.7 into v2.8 (#9142 by rtribotte)
- Merge current v2.7 into v2.8 (#9133 by rtribotte)
- Merge current v2.7 into master (#9095 by rtribotte)
- Merge current v2.7 into master (#9085 by tomMoulard)
- Merge current v2.7 into master (#9060 by rtribotte)
- Merge current v2.7 into master (#9052 by rtribotte)
- Merge current v2.7 into master (#8959 by tomMoulard)
v2.7.3
Bug fixes:
- [metrics] Ensure Datadog client is cleanly stopped (#9137 by jbdoumenjou)
Documentation:
- [middleware,k8s/crd] Add documentation for main, SANs and plugin CRD fields (#9136 by mloiseleur)
v2.7.3
Bug fixes:
- [metrics] Ensure Datadog client is cleanly stopped (#9137 by jbdoumenjou)
Documentation:
- [middleware,k8s/crd] Add documentation for main, SANs and plugin CRD fields (#9136 by mloiseleur)
v2.7.2
Bug fixes:
- [healthcheck,service] Do not make multiple requests to the same URL for balancer healthcheck (#8632 by TPXP)
- [healthcheck,service] Add log when missing path in health check (#9104 by moutoum)
- [k8s/gatewayapi] Allow multiple listeners on same port in Gateway API provider (#9107 by burner-account)
- [middleware] RedirectScheme redirects based on X-Forwarded-Proto header (#9121 by moutoum)
- [plugins] Update yaegi to v0.13.0 (#9118 by kevinpollet)
- [rules] Fix HostRegexp and Query muxers (#9131 by juliens)
- [tracing] Update DataDog tracing dependency to v1.38.1 (#9105 by kevinpollet)
Documentation:
- [acme,k8s/crd] Add documentation to Traefik CRD properties (#9096 by mloiseleur)
- [middleware] Add missing info.serialNumber option to PassTLSClientCert middleware (#9115 by miteshjadia)
- [tcp] Add a note on how to handle server first protocols (#9002 by romantomjak)
- Update to improve info section relevance (#9130 by tomatokoolaid)
- Added useful links for commercial applications (#9129 by tomatokoolaid)
v2.7.2
Bug fixes:
- [healthcheck,service] Do not make multiple requests to the same URL for balancer healthcheck (#8632 by TPXP)
- [healthcheck,service] Add log when missing path in health check (#9104 by moutoum)
- [k8s/gatewayapi] Allow multiple listeners on same port in Gateway API provider (#9107 by burner-account)
- [middleware] RedirectScheme redirects based on X-Forwarded-Proto header (#9121 by moutoum)
- [plugins] Update yaegi to v0.13.0 (#9118 by kevinpollet)
- [rules] Fix HostRegexp and Query muxers (#9131 by juliens)
- [tracing] Update DataDog tracing dependency to v1.38.1 (#9105 by kevinpollet)
Documentation:
- [acme,k8s/crd] Add documentation to Traefik CRD properties (#9096 by mloiseleur)
- [middleware] Add missing info.serialNumber option to PassTLSClientCert middleware (#9115 by miteshjadia)
- [tcp] Add a note on how to handle server first protocols (#9002 by romantomjak)
- Update to improve info section relevance (#9130 by tomatokoolaid)
- Added useful links for commercial applications (#9129 by tomatokoolaid)
v2.7.1
Bug fixes:
- [acme] Update go-acme/lego to v4.7.0 (#9065 by ldez)
- [logs] Fix invalid placeholder in log message (#9084 by ldez)
Documentation:
- [hub] Hub documentation (#9090 by ldez)
- [k8s,k8s/gatewayapi] Update Gateway API link from v1alpha1 to v1alpha2 (#9083 by tomMoulard)
- [k8s,k8s/gatewayapi] Update Gateway API links (#9058 by tomMoulard)
- [middleware] Fix typo in stripPrefix middleware docs (#9051 by rbarbey)
- [rules] Fix rule expression rendering (#9076 by ldez)
- Update the link for contributor swag (#9056 by tfny)
- Fix Traefik version s/2.6/2.7/ (#9047 by mpl)
- Update the contributing docs for clarity and to encourage community activity (#9035 by tfny)
v2.7.1
Bug fixes:
- [acme] Update go-acme/lego to v4.7.0 (#9065 by ldez)
- [logs] Fix invalid placeholder in log message (#9084 by ldez)
Documentation:
- [hub] Hub documentation (#9090 by ldez)
- [k8s,k8s/gatewayapi] Update Gateway API link from v1alpha1 to v1alpha2 (#9083 by tomMoulard)
- [k8s,k8s/gatewayapi] Update Gateway API links (#9058 by tomMoulard)
- [middleware] Fix typo in stripPrefix middleware docs (#9051 by rbarbey)
- [rules] Fix rule expression rendering (#9076 by ldez)
- Update the link for contributor swag (#9056 by tfny)
- Fix Traefik version s/2.6/2.7/ (#9047 by mpl)
- Update the contributing docs for clarity and to encourage community activity (#9035 by tfny)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Renovate Bot