Update helm values traefik to v2.9.4 #18

Merged
Roxedus merged 1 commits from renovate/traefik-2.x into main 2022-11-15 11:27:58 +01:00
Owner

This PR contains the following updates:

Package Update Change
traefik minor v2.8.0 -> v2.9.4

Release Notes

traefik/traefik

v2.9.4

Compare Source

All Commits

Bug fixes:

Documentation:

v2.9.4

Compare Source

All Commits

Bug fixes:

Documentation:

v2.9.1

Compare Source

All Commits

Enhancements:

Bug fixes:

Documentation:

Misc:

v2.9.1

Compare Source

All Commits

Enhancements:

Bug fixes:

Documentation:

Misc:

v2.8.8

Compare Source

All Commits

Bug fixes:

Documentation:

  • [docker] Fix watch option description for Docker provider (#​9391 by bhuisgen)
  • [ecs] Fix autoDiscoverClusters option documentation for ECS provider (#​9392 by johnpekcan)
  • [k8s] Improve documentation for publishedService and IP options (#​9380 by samip5)

v2.8.8

Compare Source

All Commits

Bug fixes:

Documentation:

  • [docker] Fix watch option description for Docker provider (#​9391 by bhuisgen)
  • [ecs] Fix autoDiscoverClusters option documentation for ECS provider (#​9392 by johnpekcan)
  • [k8s] Improve documentation for publishedService and IP options (#​9380 by samip5)

v2.8.7

Compare Source

All Commits

Bug fixes:

  • [consulcatalog] Fix UDP loadbalancer tags not being used with Consul Catalog (#​9357 by t3hchipmunk)
  • [docker,rancher,ecs,provider] Simplify AddServer algorithm (#​9358 by ldez)
  • [plugins] Allow empty plugin configuration (#​9338 by ldez)
  • [rules] Fix query parameter matching with equal (#​9369 by ldez)
  • [server] Optimize websocket headers handling (#​9360 by juliens)

Documentation:

v2.8.7

Compare Source

All Commits

Bug fixes:

  • [consulcatalog] Fix UDP loadbalancer tags not being used with Consul Catalog (#​9357 by t3hchipmunk)
  • [docker,rancher,ecs,provider] Simplify AddServer algorithm (#​9358 by ldez)
  • [plugins] Allow empty plugin configuration (#​9338 by ldez)
  • [rules] Fix query parameter matching with equal (#​9369 by ldez)
  • [server] Optimize websocket headers handling (#​9360 by juliens)

Documentation:

v2.8.5

Compare Source

All Commits

Bug fixes:

Documentation:

v2.8.5

Compare Source

All Commits

Bug fixes:

Documentation:

v2.8.4

Compare Source

All Commits

Bug fixes:

  • [docker,docker/swarm] Fix Docker provider mem leak on operation retries (#​9288 by rtribotte)
  • [middleware] Fix retry middleware on panic (#​9284 by ldez)
  • [plugins] Allow Traefik starting even if plugin service is unavailable (#​9287 by ldez)
  • chore: update paerser to v0.1.9 (#​9270 by tomMoulard)

Documentation:

v2.8.4

Compare Source

All Commits

Bug fixes:

  • [docker,docker/swarm] Fix Docker provider mem leak on operation retries (#​9288 by rtribotte)
  • [middleware] Fix retry middleware on panic (#​9284 by ldez)
  • [plugins] Allow Traefik starting even if plugin service is unavailable (#​9287 by ldez)
  • chore: update paerser to v0.1.9 (#​9270 by tomMoulard)

Documentation:

v2.8.3

Compare Source

All Commits

Bug fixes:

v2.8.3

Compare Source

All Commits

Bug fixes:

v2.8.2

Compare Source

All Commits

Bug fixes:

Documentation:

  • [k8s] Fix wording of default behavior for namespaces option (#​9222 by markormesher)
  • [k8s] Add getting started guide for Kubernetes (#​9163 by moutoum)
  • [plugins] Remove Traefik Pilot and add a Traefik Plugins Catalog page (#​9171 by sdelicata)
  • Update Thank You page with proper branding and grammar fixes (#​9203 by tfny)
  • Update CONTRIBUTING.md to contain all information in one place (#​9192 by tfny)
  • Update the PR guidelines in Contributing docs (#​9179 by tfny)

v2.8.2

Compare Source

All Commits

Bug fixes:

Documentation:

  • [k8s] Fix wording of default behavior for namespaces option (#​9222 by markormesher)
  • [k8s] Add getting started guide for Kubernetes (#​9163 by moutoum)
  • [plugins] Remove Traefik Pilot and add a Traefik Plugins Catalog page (#​9171 by sdelicata)
  • Update Thank You page with proper branding and grammar fixes (#​9203 by tfny)
  • Update CONTRIBUTING.md to contain all information in one place (#​9192 by tfny)
  • Update the PR guidelines in Contributing docs (#​9179 by tfny)

v2.8.1

Compare Source

All Commits

Bug fixes:

  • [kv] Upgrade valkeyrie to v0.4.1 (#​9161 by moutoum)
  • [middleware,metrics] Improve performances when Prometheus metrics are enabled (#​9168 by juliens)
  • [middleware] Support forwarded websocket protocol in RedirectScheme (#​9159 by moutoum)

Documentation:

v2.8.1

Compare Source

All Commits

Bug fixes:

  • [kv] Upgrade valkeyrie to v0.4.1 (#​9161 by moutoum)
  • [middleware,metrics] Improve performances when Prometheus metrics are enabled (#​9168 by juliens)
  • [middleware] Support forwarded websocket protocol in RedirectScheme (#​9159 by moutoum)

Documentation:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [traefik](https://github.com/traefik/traefik) | minor | `v2.8.0` -> `v2.9.4` | --- ### Release Notes <details> <summary>traefik/traefik</summary> ### [`v2.9.4`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v294-httpsgithubcomtraefiktraefiktreev294-2022-10-27) [Compare Source](https://github.com/traefik/traefik/compare/v2.9.4...v2.9.4) [All Commits](https://github.com/traefik/traefik/compare/v2.9.1...v2.9.4) **Bug fixes:** - **\[acme]** Update go-acme/lego to v4.9.0 ([#&#8203;9413](https://github.com/traefik/traefik/pull/9413) by [tony-defa](https://github.com/tony-defa)) - **\[kv,redis]** Fix Redis configuration type ([#&#8203;9435](https://github.com/traefik/traefik/pull/9435) by [ldez](https://github.com/ldez)) - **\[logs,middleware,metrics]** Handle capture on redefined http.responseWriters ([#&#8203;9440](https://github.com/traefik/traefik/pull/9440) by [rtribotte](https://github.com/rtribotte)) - **\[middleware,k8s]** Remove raw cert escape in PassTLSClientCert middleware ([#&#8203;9412](https://github.com/traefik/traefik/pull/9412) by [rtribotte](https://github.com/rtribotte)) - **\[plugins]** Update Yaegi to v0.14.3 ([#&#8203;9468](https://github.com/traefik/traefik/pull/9468) by [ldez](https://github.com/ldez)) - Remove side effect on default transport tests ([#&#8203;9460](https://github.com/traefik/traefik/pull/9460) by [sdelicata](https://github.com/sdelicata)) **Documentation:** - **\[k8s]** Fix links to gateway API guides ([#&#8203;9445](https://github.com/traefik/traefik/pull/9445) by [kevinpollet](https://github.com/kevinpollet)) - Simplify dashboard rule example ([#&#8203;9454](https://github.com/traefik/traefik/pull/9454) by [sosoba](https://github.com/sosoba)) - Add v2.9 to release page ([#&#8203;9438](https://github.com/traefik/traefik/pull/9438) by [kevinpollet](https://github.com/kevinpollet)) ### [`v2.9.4`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v294-httpsgithubcomtraefiktraefiktreev294-2022-10-27) [Compare Source](https://github.com/traefik/traefik/compare/v2.9.1...v2.9.4) [All Commits](https://github.com/traefik/traefik/compare/v2.9.1...v2.9.4) **Bug fixes:** - **\[acme]** Update go-acme/lego to v4.9.0 ([#&#8203;9413](https://github.com/traefik/traefik/pull/9413) by [tony-defa](https://github.com/tony-defa)) - **\[kv,redis]** Fix Redis configuration type ([#&#8203;9435](https://github.com/traefik/traefik/pull/9435) by [ldez](https://github.com/ldez)) - **\[logs,middleware,metrics]** Handle capture on redefined http.responseWriters ([#&#8203;9440](https://github.com/traefik/traefik/pull/9440) by [rtribotte](https://github.com/rtribotte)) - **\[middleware,k8s]** Remove raw cert escape in PassTLSClientCert middleware ([#&#8203;9412](https://github.com/traefik/traefik/pull/9412) by [rtribotte](https://github.com/rtribotte)) - **\[plugins]** Update Yaegi to v0.14.3 ([#&#8203;9468](https://github.com/traefik/traefik/pull/9468) by [ldez](https://github.com/ldez)) - Remove side effect on default transport tests ([#&#8203;9460](https://github.com/traefik/traefik/pull/9460) by [sdelicata](https://github.com/sdelicata)) **Documentation:** - **\[k8s]** Fix links to gateway API guides ([#&#8203;9445](https://github.com/traefik/traefik/pull/9445) by [kevinpollet](https://github.com/kevinpollet)) - Simplify dashboard rule example ([#&#8203;9454](https://github.com/traefik/traefik/pull/9454) by [sosoba](https://github.com/sosoba)) - Add v2.9 to release page ([#&#8203;9438](https://github.com/traefik/traefik/pull/9438) by [kevinpollet](https://github.com/kevinpollet)) ### [`v2.9.1`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v291-httpsgithubcomtraefiktraefiktreev291-2022-10-03) [Compare Source](https://github.com/traefik/traefik/compare/v2.9.1...v2.9.1) [All Commits](https://github.com/traefik/traefik/compare/v2.9.0-rc1...v2.9.1) **Enhancements:** - **\[acme,tls]** ACME Default Certificate ([#&#8203;9189](https://github.com/traefik/traefik/pull/9189) by [rtribotte](https://github.com/rtribotte)) - **\[consul,etcd,zk,kv,redis]** Update valkeyrie to v1.0.0 ([#&#8203;9316](https://github.com/traefik/traefik/pull/9316) by [ldez](https://github.com/ldez)) - **\[consulcatalog,nomad]** Support Nomad canary deployment ([#&#8203;9216](https://github.com/traefik/traefik/pull/9216) by [rtribotte](https://github.com/rtribotte)) - **\[consulcatalog]** Move consulcatalog provider to only use health apis ([#&#8203;9140](https://github.com/traefik/traefik/pull/9140) by [kevinpollet](https://github.com/kevinpollet)) - **\[docker]** Add support for reaching containers using host networking on Podman ([#&#8203;9190](https://github.com/traefik/traefik/pull/9190) by [freundTech](https://github.com/freundTech)) - **\[docker]** Use IPv6 address ([#&#8203;9183](https://github.com/traefik/traefik/pull/9183) by [tomMoulard](https://github.com/tomMoulard)) - **\[docker]** Add allowEmptyServices for Docker provider ([#&#8203;8690](https://github.com/traefik/traefik/pull/8690) by [jvasseur](https://github.com/jvasseur)) - **\[ecs]** Add support for ECS Anywhere ([#&#8203;9324](https://github.com/traefik/traefik/pull/9324) by [tuxpower](https://github.com/tuxpower)) - **\[healthcheck]** Add a method option to the service Health Check ([#&#8203;9165](https://github.com/traefik/traefik/pull/9165) by [ddtmachado](https://github.com/ddtmachado)) - **\[http3]** Upgrade quic-go to v0.28.0 ([#&#8203;9187](https://github.com/traefik/traefik/pull/9187) by [tomMoulard](https://github.com/tomMoulard)) - **\[http]** Start polling HTTP provider at the beginning ([#&#8203;9116](https://github.com/traefik/traefik/pull/9116) by [moutoum](https://github.com/moutoum)) - **\[k8s/crd,plugins]** Load plugin configuration field value from Kubernetes Secret ([#&#8203;9103](https://github.com/traefik/traefik/pull/9103) by [rtribotte](https://github.com/rtribotte)) - **\[logs,tcp]** Quiet down TCP RST packet error on read operation ([#&#8203;9007](https://github.com/traefik/traefik/pull/9007) by [rtribotte](https://github.com/rtribotte)) - **\[metrics]** Add traffic size metrics ([#&#8203;9208](https://github.com/traefik/traefik/pull/9208) by [tomMoulard](https://github.com/tomMoulard)) - **\[middleware,pilot]** Remove Pilot support ([#&#8203;9330](https://github.com/traefik/traefik/pull/9330) by [ldez](https://github.com/ldez)) - **\[rules,tcp]** Support ALPN for TCP + TLS routers ([#&#8203;8913](https://github.com/traefik/traefik/pull/8913) by [sh7dm](https://github.com/sh7dm)) - **\[tcp,service,udp]** Make the loadbalancers servers order random ([#&#8203;9037](https://github.com/traefik/traefik/pull/9037) by [qmloong](https://github.com/qmloong)) - **\[tls]** Change default TLS options for more security ([#&#8203;8951](https://github.com/traefik/traefik/pull/8951) by [ddtmachado](https://github.com/ddtmachado)) - **\[tracing]** Add Datadog GlobalTags support ([#&#8203;9266](https://github.com/traefik/traefik/pull/9266) by [sdelicata](https://github.com/sdelicata)) **Bug fixes:** - **\[acme]** Fix ACME panic ([#&#8203;9365](https://github.com/traefik/traefik/pull/9365) by [ldez](https://github.com/ldez)) **Documentation:** - Prepare release v2.9.0 ([#&#8203;9409](https://github.com/traefik/traefik/pull/9409) by [tomMoulard](https://github.com/tomMoulard)) - **\[metrics]** Rework metrics overview page ([#&#8203;9366](https://github.com/traefik/traefik/pull/9366) by [ddtmachado](https://github.com/ddtmachado)) - Prepare release v2.9.0-rc5 ([#&#8203;9402](https://github.com/traefik/traefik/pull/9402) by [ldez](https://github.com/ldez)) - Prepare release v2.9.0-rc4 ([#&#8203;9372](https://github.com/traefik/traefik/pull/9372) by [kevinpollet](https://github.com/kevinpollet)) - Prepare release v2.9.0-rc3 ([#&#8203;9344](https://github.com/traefik/traefik/pull/9344) by [kevinpollet](https://github.com/kevinpollet)) - Prepare release v2.9.0-rc2 ([6c2c561](https://github.com/traefik/traefik/commit/6c2c561d8f935d76ccd07d28e1455c7768adc153) by [ldez](https://github.com/ldez)) - Prepare release v2.9.0-rc1 ([#&#8203;9334](https://github.com/traefik/traefik/pull/9334) by [rtribotte](https://github.com/rtribotte)) **Misc:** - Merge current v2.8 into v2.9 ([#&#8203;9400](https://github.com/traefik/traefik/pull/9400) by [ldez](https://github.com/ldez)) - Merge current v2.8 into v2.9 ([#&#8203;9371](https://github.com/traefik/traefik/pull/9371) by [ldez](https://github.com/ldez)) - Merge current v2.8 into v2.9 ([#&#8203;9367](https://github.com/traefik/traefik/pull/9367) by [ldez](https://github.com/ldez)) - Merge current v2.8 into v2.9 ([#&#8203;9350](https://github.com/traefik/traefik/pull/9350) by [ldez](https://github.com/ldez)) - Merge current v2.8 into v2.9 ([#&#8203;9343](https://github.com/traefik/traefik/pull/9343) by [kevinpollet](https://github.com/kevinpollet)) - Merge v2.8.5 into master ([#&#8203;9329](https://github.com/traefik/traefik/pull/9329) by [rtribotte](https://github.com/rtribotte)) - Merge current v2.8 into master ([#&#8203;9291](https://github.com/traefik/traefik/pull/9291) by [rtribotte](https://github.com/rtribotte)) - Merge current v2.8 into master ([#&#8203;9265](https://github.com/traefik/traefik/pull/9265) by [kevinpollet](https://github.com/kevinpollet)) - Merge current v2.8 into master ([#&#8203;9209](https://github.com/traefik/traefik/pull/9209) by [kevinpollet](https://github.com/kevinpollet)) - Merge current v2.8 into master ([#&#8203;9146](https://github.com/traefik/traefik/pull/9146) by [kevinpollet](https://github.com/kevinpollet)) - Merge current v2.8 into master ([#&#8203;9135](https://github.com/traefik/traefik/pull/9135) by [kevinpollet](https://github.com/kevinpollet)) ### [`v2.9.1`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v291-httpsgithubcomtraefiktraefiktreev291-2022-10-03) [Compare Source](https://github.com/traefik/traefik/compare/v2.8.8...v2.9.1) [All Commits](https://github.com/traefik/traefik/compare/v2.9.0-rc1...v2.9.1) **Enhancements:** - **\[acme,tls]** ACME Default Certificate ([#&#8203;9189](https://github.com/traefik/traefik/pull/9189) by [rtribotte](https://github.com/rtribotte)) - **\[consul,etcd,zk,kv,redis]** Update valkeyrie to v1.0.0 ([#&#8203;9316](https://github.com/traefik/traefik/pull/9316) by [ldez](https://github.com/ldez)) - **\[consulcatalog,nomad]** Support Nomad canary deployment ([#&#8203;9216](https://github.com/traefik/traefik/pull/9216) by [rtribotte](https://github.com/rtribotte)) - **\[consulcatalog]** Move consulcatalog provider to only use health apis ([#&#8203;9140](https://github.com/traefik/traefik/pull/9140) by [kevinpollet](https://github.com/kevinpollet)) - **\[docker]** Add support for reaching containers using host networking on Podman ([#&#8203;9190](https://github.com/traefik/traefik/pull/9190) by [freundTech](https://github.com/freundTech)) - **\[docker]** Use IPv6 address ([#&#8203;9183](https://github.com/traefik/traefik/pull/9183) by [tomMoulard](https://github.com/tomMoulard)) - **\[docker]** Add allowEmptyServices for Docker provider ([#&#8203;8690](https://github.com/traefik/traefik/pull/8690) by [jvasseur](https://github.com/jvasseur)) - **\[ecs]** Add support for ECS Anywhere ([#&#8203;9324](https://github.com/traefik/traefik/pull/9324) by [tuxpower](https://github.com/tuxpower)) - **\[healthcheck]** Add a method option to the service Health Check ([#&#8203;9165](https://github.com/traefik/traefik/pull/9165) by [ddtmachado](https://github.com/ddtmachado)) - **\[http3]** Upgrade quic-go to v0.28.0 ([#&#8203;9187](https://github.com/traefik/traefik/pull/9187) by [tomMoulard](https://github.com/tomMoulard)) - **\[http]** Start polling HTTP provider at the beginning ([#&#8203;9116](https://github.com/traefik/traefik/pull/9116) by [moutoum](https://github.com/moutoum)) - **\[k8s/crd,plugins]** Load plugin configuration field value from Kubernetes Secret ([#&#8203;9103](https://github.com/traefik/traefik/pull/9103) by [rtribotte](https://github.com/rtribotte)) - **\[logs,tcp]** Quiet down TCP RST packet error on read operation ([#&#8203;9007](https://github.com/traefik/traefik/pull/9007) by [rtribotte](https://github.com/rtribotte)) - **\[metrics]** Add traffic size metrics ([#&#8203;9208](https://github.com/traefik/traefik/pull/9208) by [tomMoulard](https://github.com/tomMoulard)) - **\[middleware,pilot]** Remove Pilot support ([#&#8203;9330](https://github.com/traefik/traefik/pull/9330) by [ldez](https://github.com/ldez)) - **\[rules,tcp]** Support ALPN for TCP + TLS routers ([#&#8203;8913](https://github.com/traefik/traefik/pull/8913) by [sh7dm](https://github.com/sh7dm)) - **\[tcp,service,udp]** Make the loadbalancers servers order random ([#&#8203;9037](https://github.com/traefik/traefik/pull/9037) by [qmloong](https://github.com/qmloong)) - **\[tls]** Change default TLS options for more security ([#&#8203;8951](https://github.com/traefik/traefik/pull/8951) by [ddtmachado](https://github.com/ddtmachado)) - **\[tracing]** Add Datadog GlobalTags support ([#&#8203;9266](https://github.com/traefik/traefik/pull/9266) by [sdelicata](https://github.com/sdelicata)) **Bug fixes:** - **\[acme]** Fix ACME panic ([#&#8203;9365](https://github.com/traefik/traefik/pull/9365) by [ldez](https://github.com/ldez)) **Documentation:** - Prepare release v2.9.0 ([#&#8203;9409](https://github.com/traefik/traefik/pull/9409) by [tomMoulard](https://github.com/tomMoulard)) - **\[metrics]** Rework metrics overview page ([#&#8203;9366](https://github.com/traefik/traefik/pull/9366) by [ddtmachado](https://github.com/ddtmachado)) - Prepare release v2.9.0-rc5 ([#&#8203;9402](https://github.com/traefik/traefik/pull/9402) by [ldez](https://github.com/ldez)) - Prepare release v2.9.0-rc4 ([#&#8203;9372](https://github.com/traefik/traefik/pull/9372) by [kevinpollet](https://github.com/kevinpollet)) - Prepare release v2.9.0-rc3 ([#&#8203;9344](https://github.com/traefik/traefik/pull/9344) by [kevinpollet](https://github.com/kevinpollet)) - Prepare release v2.9.0-rc2 ([6c2c561](https://github.com/traefik/traefik/commit/6c2c561d8f935d76ccd07d28e1455c7768adc153) by [ldez](https://github.com/ldez)) - Prepare release v2.9.0-rc1 ([#&#8203;9334](https://github.com/traefik/traefik/pull/9334) by [rtribotte](https://github.com/rtribotte)) **Misc:** - Merge current v2.8 into v2.9 ([#&#8203;9400](https://github.com/traefik/traefik/pull/9400) by [ldez](https://github.com/ldez)) - Merge current v2.8 into v2.9 ([#&#8203;9371](https://github.com/traefik/traefik/pull/9371) by [ldez](https://github.com/ldez)) - Merge current v2.8 into v2.9 ([#&#8203;9367](https://github.com/traefik/traefik/pull/9367) by [ldez](https://github.com/ldez)) - Merge current v2.8 into v2.9 ([#&#8203;9350](https://github.com/traefik/traefik/pull/9350) by [ldez](https://github.com/ldez)) - Merge current v2.8 into v2.9 ([#&#8203;9343](https://github.com/traefik/traefik/pull/9343) by [kevinpollet](https://github.com/kevinpollet)) - Merge v2.8.5 into master ([#&#8203;9329](https://github.com/traefik/traefik/pull/9329) by [rtribotte](https://github.com/rtribotte)) - Merge current v2.8 into master ([#&#8203;9291](https://github.com/traefik/traefik/pull/9291) by [rtribotte](https://github.com/rtribotte)) - Merge current v2.8 into master ([#&#8203;9265](https://github.com/traefik/traefik/pull/9265) by [kevinpollet](https://github.com/kevinpollet)) - Merge current v2.8 into master ([#&#8203;9209](https://github.com/traefik/traefik/pull/9209) by [kevinpollet](https://github.com/kevinpollet)) - Merge current v2.8 into master ([#&#8203;9146](https://github.com/traefik/traefik/pull/9146) by [kevinpollet](https://github.com/kevinpollet)) - Merge current v2.8 into master ([#&#8203;9135](https://github.com/traefik/traefik/pull/9135) by [kevinpollet](https://github.com/kevinpollet)) ### [`v2.8.8`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v288-httpsgithubcomtraefiktraefiktreev288-2022-09-30) [Compare Source](https://github.com/traefik/traefik/compare/v2.8.8...v2.8.8) [All Commits](https://github.com/traefik/traefik/compare/v2.8.7...v2.8.8) **Bug fixes:** - **\[server]** Update golang.org/x/net to latest version ([#&#8203;9398](https://github.com/traefik/traefik/pull/9398) by [tspearconquest](https://github.com/tspearconquest)) **Documentation:** - **\[docker]** Fix watch option description for Docker provider ([#&#8203;9391](https://github.com/traefik/traefik/pull/9391) by [bhuisgen](https://github.com/bhuisgen)) - **\[ecs]** Fix autoDiscoverClusters option documentation for ECS provider ([#&#8203;9392](https://github.com/traefik/traefik/pull/9392) by [johnpekcan](https://github.com/johnpekcan)) - **\[k8s]** Improve documentation for publishedService and IP options ([#&#8203;9380](https://github.com/traefik/traefik/pull/9380) by [samip5](https://github.com/samip5)) ### [`v2.8.8`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v288-httpsgithubcomtraefiktraefiktreev288-2022-09-30) [Compare Source](https://github.com/traefik/traefik/compare/v2.8.7...v2.8.8) [All Commits](https://github.com/traefik/traefik/compare/v2.8.7...v2.8.8) **Bug fixes:** - **\[server]** Update golang.org/x/net to latest version ([#&#8203;9398](https://github.com/traefik/traefik/pull/9398) by [tspearconquest](https://github.com/tspearconquest)) **Documentation:** - **\[docker]** Fix watch option description for Docker provider ([#&#8203;9391](https://github.com/traefik/traefik/pull/9391) by [bhuisgen](https://github.com/bhuisgen)) - **\[ecs]** Fix autoDiscoverClusters option documentation for ECS provider ([#&#8203;9392](https://github.com/traefik/traefik/pull/9392) by [johnpekcan](https://github.com/johnpekcan)) - **\[k8s]** Improve documentation for publishedService and IP options ([#&#8203;9380](https://github.com/traefik/traefik/pull/9380) by [samip5](https://github.com/samip5)) ### [`v2.8.7`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v287-httpsgithubcomtraefiktraefiktreev287-2022-09-23) [Compare Source](https://github.com/traefik/traefik/compare/v2.8.7...v2.8.7) [All Commits](https://github.com/traefik/traefik/compare/v2.8.5...v2.8.7) **Bug fixes:** - **\[consulcatalog]** Fix UDP loadbalancer tags not being used with Consul Catalog ([#&#8203;9357](https://github.com/traefik/traefik/pull/9357) by [t3hchipmunk](https://github.com/t3hchipmunk)) - **\[docker,rancher,ecs,provider]** Simplify AddServer algorithm ([#&#8203;9358](https://github.com/traefik/traefik/pull/9358) by [ldez](https://github.com/ldez)) - **\[plugins]** Allow empty plugin configuration ([#&#8203;9338](https://github.com/traefik/traefik/pull/9338) by [ldez](https://github.com/ldez)) - **\[rules]** Fix query parameter matching with equal ([#&#8203;9369](https://github.com/traefik/traefik/pull/9369) by [ldez](https://github.com/ldez)) - **\[server]** Optimize websocket headers handling ([#&#8203;9360](https://github.com/traefik/traefik/pull/9360) by [juliens](https://github.com/juliens)) **Documentation:** - **\[ecs]** Add documentation for ECS constraints option ([#&#8203;9354](https://github.com/traefik/traefik/pull/9354) by [rtribotte](https://github.com/rtribotte)) - **\[k8s/gatewayapi]** Fix link to RouteNamespaces ([#&#8203;9349](https://github.com/traefik/traefik/pull/9349) by [ldez](https://github.com/ldez)) - Add documentation for json schema usage to validate config in the FAQ ([#&#8203;9340](https://github.com/traefik/traefik/pull/9340) by [rtribotte](https://github.com/rtribotte)) - Add a note on case insensitive regex matching ([#&#8203;9322](https://github.com/traefik/traefik/pull/9322) by [NEwa-05](https://github.com/NEwa-05)) ### [`v2.8.7`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v287-httpsgithubcomtraefiktraefiktreev287-2022-09-23) [Compare Source](https://github.com/traefik/traefik/compare/v2.8.5...v2.8.7) [All Commits](https://github.com/traefik/traefik/compare/v2.8.5...v2.8.7) **Bug fixes:** - **\[consulcatalog]** Fix UDP loadbalancer tags not being used with Consul Catalog ([#&#8203;9357](https://github.com/traefik/traefik/pull/9357) by [t3hchipmunk](https://github.com/t3hchipmunk)) - **\[docker,rancher,ecs,provider]** Simplify AddServer algorithm ([#&#8203;9358](https://github.com/traefik/traefik/pull/9358) by [ldez](https://github.com/ldez)) - **\[plugins]** Allow empty plugin configuration ([#&#8203;9338](https://github.com/traefik/traefik/pull/9338) by [ldez](https://github.com/ldez)) - **\[rules]** Fix query parameter matching with equal ([#&#8203;9369](https://github.com/traefik/traefik/pull/9369) by [ldez](https://github.com/ldez)) - **\[server]** Optimize websocket headers handling ([#&#8203;9360](https://github.com/traefik/traefik/pull/9360) by [juliens](https://github.com/juliens)) **Documentation:** - **\[ecs]** Add documentation for ECS constraints option ([#&#8203;9354](https://github.com/traefik/traefik/pull/9354) by [rtribotte](https://github.com/rtribotte)) - **\[k8s/gatewayapi]** Fix link to RouteNamespaces ([#&#8203;9349](https://github.com/traefik/traefik/pull/9349) by [ldez](https://github.com/ldez)) - Add documentation for json schema usage to validate config in the FAQ ([#&#8203;9340](https://github.com/traefik/traefik/pull/9340) by [rtribotte](https://github.com/rtribotte)) - Add a note on case insensitive regex matching ([#&#8203;9322](https://github.com/traefik/traefik/pull/9322) by [NEwa-05](https://github.com/NEwa-05)) ### [`v2.8.5`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v285-httpsgithubcomtraefiktraefiktreev285-2022-09-13) [Compare Source](https://github.com/traefik/traefik/compare/v2.8.5...v2.8.5) [All Commits](https://github.com/traefik/traefik/compare/v2.8.4...v2.8.5) **Bug fixes:** - **\[plugins]** Update Yaegi to v0.14.2 ([#&#8203;9327](https://github.com/traefik/traefik/pull/9327) by [kevinpollet](https://github.com/kevinpollet)) - **\[server]** Fix IPv6 addr with square brackets ([#&#8203;9313](https://github.com/traefik/traefik/pull/9313) by [moonlightwatch](https://github.com/moonlightwatch)) - **\[webui,api]** Display default TLS options in the dashboard ([#&#8203;9312](https://github.com/traefik/traefik/pull/9312) by [skwair](https://github.com/skwair)) **Documentation:** - **\[docker]** Add healthcheck timeout seconds to value ([#&#8203;9306](https://github.com/traefik/traefik/pull/9306) by [fty4](https://github.com/fty4)) - Update deprecation notes about Pilot ([#&#8203;9314](https://github.com/traefik/traefik/pull/9314) by [nmengin](https://github.com/nmengin)) - Added resources for businesses ([#&#8203;9268](https://github.com/traefik/traefik/pull/9268) by [tomatokoolaid](https://github.com/tomatokoolaid)) ### [`v2.8.5`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v285-httpsgithubcomtraefiktraefiktreev285-2022-09-13) [Compare Source](https://github.com/traefik/traefik/compare/v2.8.4...v2.8.5) [All Commits](https://github.com/traefik/traefik/compare/v2.8.4...v2.8.5) **Bug fixes:** - **\[plugins]** Update Yaegi to v0.14.2 ([#&#8203;9327](https://github.com/traefik/traefik/pull/9327) by [kevinpollet](https://github.com/kevinpollet)) - **\[server]** Fix IPv6 addr with square brackets ([#&#8203;9313](https://github.com/traefik/traefik/pull/9313) by [moonlightwatch](https://github.com/moonlightwatch)) - **\[webui,api]** Display default TLS options in the dashboard ([#&#8203;9312](https://github.com/traefik/traefik/pull/9312) by [skwair](https://github.com/skwair)) **Documentation:** - **\[docker]** Add healthcheck timeout seconds to value ([#&#8203;9306](https://github.com/traefik/traefik/pull/9306) by [fty4](https://github.com/fty4)) - Update deprecation notes about Pilot ([#&#8203;9314](https://github.com/traefik/traefik/pull/9314) by [nmengin](https://github.com/nmengin)) - Added resources for businesses ([#&#8203;9268](https://github.com/traefik/traefik/pull/9268) by [tomatokoolaid](https://github.com/tomatokoolaid)) ### [`v2.8.4`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v284-httpsgithubcomtraefiktraefiktreev284-2022-09-02) [Compare Source](https://github.com/traefik/traefik/compare/v2.8.4...v2.8.4) [All Commits](https://github.com/traefik/traefik/compare/v2.8.3...v2.8.4) **Bug fixes:** - **\[docker,docker/swarm]** Fix Docker provider mem leak on operation retries ([#&#8203;9288](https://github.com/traefik/traefik/pull/9288) by [rtribotte](https://github.com/rtribotte)) - **\[middleware]** Fix retry middleware on panic ([#&#8203;9284](https://github.com/traefik/traefik/pull/9284) by [ldez](https://github.com/ldez)) - **\[plugins]** Allow Traefik starting even if plugin service is unavailable ([#&#8203;9287](https://github.com/traefik/traefik/pull/9287) by [ldez](https://github.com/ldez)) - chore: update paerser to v0.1.9 ([#&#8203;9270](https://github.com/traefik/traefik/pull/9270) by [tomMoulard](https://github.com/tomMoulard)) **Documentation:** - **\[acme]** Fix infoblox acme provider documentation ([#&#8203;9277](https://github.com/traefik/traefik/pull/9277) by [ldez](https://github.com/ldez)) - **\[k8s/crd]** Fix serversTransport CRD documentation ([#&#8203;9283](https://github.com/traefik/traefik/pull/9283) by [cuishuang](https://github.com/cuishuang)) - **\[k8s/crd]** Fix k8s for example for rootCAs serversTransport ([#&#8203;9274](https://github.com/traefik/traefik/pull/9274) by [ben-krieger](https://github.com/ben-krieger)) - **\[k8s]** Add missing networking apiGroup in Kubernetes RBACs examples and references ([#&#8203;9295](https://github.com/traefik/traefik/pull/9295) by [fibsifan](https://github.com/fibsifan)) - Update deprecation notes about Pilot ([#&#8203;9300](https://github.com/traefik/traefik/pull/9300) by [nmengin](https://github.com/nmengin)) ### [`v2.8.4`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v284-httpsgithubcomtraefiktraefiktreev284-2022-09-02) [Compare Source](https://github.com/traefik/traefik/compare/v2.8.3...v2.8.4) [All Commits](https://github.com/traefik/traefik/compare/v2.8.3...v2.8.4) **Bug fixes:** - **\[docker,docker/swarm]** Fix Docker provider mem leak on operation retries ([#&#8203;9288](https://github.com/traefik/traefik/pull/9288) by [rtribotte](https://github.com/rtribotte)) - **\[middleware]** Fix retry middleware on panic ([#&#8203;9284](https://github.com/traefik/traefik/pull/9284) by [ldez](https://github.com/ldez)) - **\[plugins]** Allow Traefik starting even if plugin service is unavailable ([#&#8203;9287](https://github.com/traefik/traefik/pull/9287) by [ldez](https://github.com/ldez)) - chore: update paerser to v0.1.9 ([#&#8203;9270](https://github.com/traefik/traefik/pull/9270) by [tomMoulard](https://github.com/tomMoulard)) **Documentation:** - **\[acme]** Fix infoblox acme provider documentation ([#&#8203;9277](https://github.com/traefik/traefik/pull/9277) by [ldez](https://github.com/ldez)) - **\[k8s/crd]** Fix serversTransport CRD documentation ([#&#8203;9283](https://github.com/traefik/traefik/pull/9283) by [cuishuang](https://github.com/cuishuang)) - **\[k8s/crd]** Fix k8s for example for rootCAs serversTransport ([#&#8203;9274](https://github.com/traefik/traefik/pull/9274) by [ben-krieger](https://github.com/ben-krieger)) - **\[k8s]** Add missing networking apiGroup in Kubernetes RBACs examples and references ([#&#8203;9295](https://github.com/traefik/traefik/pull/9295) by [fibsifan](https://github.com/fibsifan)) - Update deprecation notes about Pilot ([#&#8203;9300](https://github.com/traefik/traefik/pull/9300) by [nmengin](https://github.com/nmengin)) ### [`v2.8.3`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v283-httpsgithubcomtraefiktraefiktreev283-2022-08-12) [Compare Source](https://github.com/traefik/traefik/compare/v2.8.3...v2.8.3) [All Commits](https://github.com/traefik/traefik/compare/v2.8.2...v2.8.3) **Bug fixes:** - **\[file]** Update paerser to v0.1.8 ([#&#8203;9258](https://github.com/traefik/traefik/pull/9258) by [ldez](https://github.com/ldez)) - **\[marathon]** Add missing context in backoff for Marathon ([#&#8203;9246](https://github.com/traefik/traefik/pull/9246) by [rtribotte](https://github.com/rtribotte)) ### [`v2.8.3`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v283-httpsgithubcomtraefiktraefiktreev283-2022-08-12) [Compare Source](https://github.com/traefik/traefik/compare/v2.8.2...v2.8.3) [All Commits](https://github.com/traefik/traefik/compare/v2.8.2...v2.8.3) **Bug fixes:** - **\[file]** Update paerser to v0.1.8 ([#&#8203;9258](https://github.com/traefik/traefik/pull/9258) by [ldez](https://github.com/ldez)) - **\[marathon]** Add missing context in backoff for Marathon ([#&#8203;9246](https://github.com/traefik/traefik/pull/9246) by [rtribotte](https://github.com/rtribotte)) ### [`v2.8.2`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v282-httpsgithubcomtraefiktraefiktreev282-2022-08-11) [Compare Source](https://github.com/traefik/traefik/compare/v2.8.2...v2.8.2) [All Commits](https://github.com/traefik/traefik/compare/v2.8.1...v2.8.2) **Bug fixes:** - **\[k8s/ingress,k8s]** Place namespace before name in router key for Ingress ([#&#8203;9221](https://github.com/traefik/traefik/pull/9221) by [longshine](https://github.com/longshine)) - **\[kv]** Update valkeyrie to [`a9a70ee`](https://github.com/traefik/traefik/commit/a9a70ee) ([#&#8203;9243](https://github.com/traefik/traefik/pull/9243) by [kevinpollet](https://github.com/kevinpollet)) - **\[logs,middleware,tracing]** Remove request dump from IPWhitelist debug log and tracing message ([#&#8203;9244](https://github.com/traefik/traefik/pull/9244) by [rtribotte](https://github.com/rtribotte)) - **\[metrics]** Control allocation and copy of labelNamesValues type ([#&#8203;9241](https://github.com/traefik/traefik/pull/9241) by [rtribotte](https://github.com/rtribotte)) - **\[metrics]** Fix service up gauge for Prometheus metrics ([#&#8203;9197](https://github.com/traefik/traefik/pull/9197) by [juliens](https://github.com/juliens)) - **\[plugins]** Bump paerser to v0.1.6 ([#&#8203;9224](https://github.com/traefik/traefik/pull/9224) by [ldez](https://github.com/ldez)) - **\[yaml]** Add missing inline tag for YAML serialization ([#&#8203;9182](https://github.com/traefik/traefik/pull/9182) by [kevinpollet](https://github.com/kevinpollet)) **Documentation:** - **\[k8s]** Fix wording of default behavior for namespaces option ([#&#8203;9222](https://github.com/traefik/traefik/pull/9222) by [markormesher](https://github.com/markormesher)) - **\[k8s]** Add getting started guide for Kubernetes ([#&#8203;9163](https://github.com/traefik/traefik/pull/9163) by [moutoum](https://github.com/moutoum)) - **\[plugins]** Remove Traefik Pilot and add a Traefik Plugins Catalog page ([#&#8203;9171](https://github.com/traefik/traefik/pull/9171) by [sdelicata](https://github.com/sdelicata)) - Update Thank You page with proper branding and grammar fixes ([#&#8203;9203](https://github.com/traefik/traefik/pull/9203) by [tfny](https://github.com/tfny)) - Update CONTRIBUTING.md to contain all information in one place ([#&#8203;9192](https://github.com/traefik/traefik/pull/9192) by [tfny](https://github.com/tfny)) - Update the PR guidelines in Contributing docs ([#&#8203;9179](https://github.com/traefik/traefik/pull/9179) by [tfny](https://github.com/tfny)) ### [`v2.8.2`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v282-httpsgithubcomtraefiktraefiktreev282-2022-08-11) [Compare Source](https://github.com/traefik/traefik/compare/v2.8.1...v2.8.2) [All Commits](https://github.com/traefik/traefik/compare/v2.8.1...v2.8.2) **Bug fixes:** - **\[k8s/ingress,k8s]** Place namespace before name in router key for Ingress ([#&#8203;9221](https://github.com/traefik/traefik/pull/9221) by [longshine](https://github.com/longshine)) - **\[kv]** Update valkeyrie to [`a9a70ee`](https://github.com/traefik/traefik/commit/a9a70ee) ([#&#8203;9243](https://github.com/traefik/traefik/pull/9243) by [kevinpollet](https://github.com/kevinpollet)) - **\[logs,middleware,tracing]** Remove request dump from IPWhitelist debug log and tracing message ([#&#8203;9244](https://github.com/traefik/traefik/pull/9244) by [rtribotte](https://github.com/rtribotte)) - **\[metrics]** Control allocation and copy of labelNamesValues type ([#&#8203;9241](https://github.com/traefik/traefik/pull/9241) by [rtribotte](https://github.com/rtribotte)) - **\[metrics]** Fix service up gauge for Prometheus metrics ([#&#8203;9197](https://github.com/traefik/traefik/pull/9197) by [juliens](https://github.com/juliens)) - **\[plugins]** Bump paerser to v0.1.6 ([#&#8203;9224](https://github.com/traefik/traefik/pull/9224) by [ldez](https://github.com/ldez)) - **\[yaml]** Add missing inline tag for YAML serialization ([#&#8203;9182](https://github.com/traefik/traefik/pull/9182) by [kevinpollet](https://github.com/kevinpollet)) **Documentation:** - **\[k8s]** Fix wording of default behavior for namespaces option ([#&#8203;9222](https://github.com/traefik/traefik/pull/9222) by [markormesher](https://github.com/markormesher)) - **\[k8s]** Add getting started guide for Kubernetes ([#&#8203;9163](https://github.com/traefik/traefik/pull/9163) by [moutoum](https://github.com/moutoum)) - **\[plugins]** Remove Traefik Pilot and add a Traefik Plugins Catalog page ([#&#8203;9171](https://github.com/traefik/traefik/pull/9171) by [sdelicata](https://github.com/sdelicata)) - Update Thank You page with proper branding and grammar fixes ([#&#8203;9203](https://github.com/traefik/traefik/pull/9203) by [tfny](https://github.com/tfny)) - Update CONTRIBUTING.md to contain all information in one place ([#&#8203;9192](https://github.com/traefik/traefik/pull/9192) by [tfny](https://github.com/tfny)) - Update the PR guidelines in Contributing docs ([#&#8203;9179](https://github.com/traefik/traefik/pull/9179) by [tfny](https://github.com/tfny)) ### [`v2.8.1`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v281-httpsgithubcomtraefiktraefiktreev281-2022-07-11) [Compare Source](https://github.com/traefik/traefik/compare/v2.8.1...v2.8.1) [All Commits](https://github.com/traefik/traefik/compare/v2.8.0...v2.8.1) **Bug fixes:** - **\[kv]** Upgrade valkeyrie to v0.4.1 ([#&#8203;9161](https://github.com/traefik/traefik/pull/9161) by [moutoum](https://github.com/moutoum)) - **\[middleware,metrics]** Improve performances when Prometheus metrics are enabled ([#&#8203;9168](https://github.com/traefik/traefik/pull/9168) by [juliens](https://github.com/juliens)) - **\[middleware]** Support forwarded websocket protocol in RedirectScheme ([#&#8203;9159](https://github.com/traefik/traefik/pull/9159) by [moutoum](https://github.com/moutoum)) **Documentation:** - Update the language for advocating page ([#&#8203;9169](https://github.com/traefik/traefik/pull/9169) by [tfny](https://github.com/tfny)) - Add callout for anyone using Traefik to manage commercial applications ([#&#8203;9152](https://github.com/traefik/traefik/pull/9152) by [tomatokoolaid](https://github.com/tomatokoolaid)) - Update deprecation notices ([#&#8203;9149](https://github.com/traefik/traefik/pull/9149) by [ddtmachado](https://github.com/ddtmachado)) ### [`v2.8.1`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v281-httpsgithubcomtraefiktraefiktreev281-2022-07-11) [Compare Source](https://github.com/traefik/traefik/compare/v2.8.0...v2.8.1) [All Commits](https://github.com/traefik/traefik/compare/v2.8.0...v2.8.1) **Bug fixes:** - **\[kv]** Upgrade valkeyrie to v0.4.1 ([#&#8203;9161](https://github.com/traefik/traefik/pull/9161) by [moutoum](https://github.com/moutoum)) - **\[middleware,metrics]** Improve performances when Prometheus metrics are enabled ([#&#8203;9168](https://github.com/traefik/traefik/pull/9168) by [juliens](https://github.com/juliens)) - **\[middleware]** Support forwarded websocket protocol in RedirectScheme ([#&#8203;9159](https://github.com/traefik/traefik/pull/9159) by [moutoum](https://github.com/moutoum)) **Documentation:** - Update the language for advocating page ([#&#8203;9169](https://github.com/traefik/traefik/pull/9169) by [tfny](https://github.com/tfny)) - Add callout for anyone using Traefik to manage commercial applications ([#&#8203;9152](https://github.com/traefik/traefik/pull/9152) by [tomatokoolaid](https://github.com/tomatokoolaid)) - Update deprecation notices ([#&#8203;9149](https://github.com/traefik/traefik/pull/9149) by [ddtmachado](https://github.com/ddtmachado)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
Roxedus force-pushed renovate/traefik-2.x from 6fdd08053e to 50c5f3fc37 2022-11-11 14:00:45 +01:00 Compare
Roxedus force-pushed renovate/traefik-2.x from 50c5f3fc37 to aaca01be5b 2022-11-12 04:00:35 +01:00 Compare
Roxedus force-pushed renovate/traefik-2.x from aaca01be5b to e0503d60f7 2022-11-15 10:00:31 +01:00 Compare
Roxedus force-pushed renovate/traefik-2.x from e0503d60f7 to 5a6c2c7448 2022-11-15 11:00:48 +01:00 Compare
Roxedus merged commit 5bacff9315 into main 2022-11-15 11:27:58 +01:00
Roxedus deleted branch renovate/traefik-2.x 2022-11-15 11:27:58 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Roxedus/Argo#18
No description provided.