Update rancher/mirrored-library-traefik Docker tag to v2.9.10 #14

Merged
AverageMarcus merged 1 commits from renovate/rancher-mirrored-library-traefik-2.x into master 2023-06-10 09:04:34 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
rancher/mirrored-library-traefik minor 2.5.0 -> 2.9.10

Release Notes

traefik/traefik

v2.9.10

Compare Source

All Commits

v2.9.4

Compare Source

All Commits

Bug fixes:

Documentation:

v2.9.1

Compare Source

All Commits

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.6.2

Compare Source

All Commits

Bug fixes:

Documentation:

v2.6.1

Compare Source

All Commits

Bug fixes:

  • [acme] Add domain to HTTP challenge errors (#​8740 by ldez)
  • [metrics] Fix metrics bucket key high cardinality (#​8761 by tomMoulard)
  • [middleware,tls] Use CNAME for SNI check on host header (#​8773 by ldez)
  • [middleware,tracing] Rename Datadog span tags (#​8323 by luckielordie)
  • [tls] Apply the same approach as the rules system on the TLS configuration choice (#​8764 by ldez)

Documentation:

v2.6.0

Compare Source

All Commits

Enhancements:

Bug fixes:

Misc:

v2.5.6

Compare Source

All Commits

Bug fixes:

Documentation:


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rancher/mirrored-library-traefik](https://github.com/traefik/traefik) | minor | `2.5.0` -> `2.9.10` | --- ### Release Notes <details> <summary>traefik/traefik</summary> ### [`v2.9.10`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v2910-httpsgithubcomtraefiktraefiktreev2910-2023-04-06) [Compare Source](https://github.com/traefik/traefik/compare/v2.9.4...v2.9.10) [All Commits](https://github.com/traefik/traefik/compare/v2.9.9...v2.9.10) ### [`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#v2910-httpsgithubcomtraefiktraefiktreev2910-2023-04-06) [Compare Source](https://github.com/traefik/traefik/compare/v2.8.7...v2.9.1) [All Commits](https://github.com/traefik/traefik/compare/v2.9.9...v2.9.10) ### [`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.6.2...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.6.2`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v262-httpsgithubcomtraefiktraefiktreev262-2022-03-24) [Compare Source](https://github.com/traefik/traefik/compare/v2.6.1...v2.6.2) [All Commits](https://github.com/traefik/traefik/compare/v2.6.1...v2.6.2) **Bug fixes:** - **\[file]** Bump paerser to v0.1.5 ([#&#8203;8850](https://github.com/traefik/traefik/pull/8850) by [ldez](https://github.com/ldez)) **Documentation:** - **\[acme]** Fix certificates resolver typo ([#&#8203;8859](https://github.com/traefik/traefik/pull/8859) by [NReilingh](https://github.com/NReilingh)) - **\[docker]** doc: fix, docker uses Label(), not Tag() ([#&#8203;8823](https://github.com/traefik/traefik/pull/8823) by [mpl](https://github.com/mpl)) - **\[http3]** Fix CLI syntax in HTTP/3 documentation ([#&#8203;8864](https://github.com/traefik/traefik/pull/8864) by [nstankov-bg](https://github.com/nstankov-bg)) - **\[kv]** Fix small typo in Redis provider documentation ([#&#8203;8858](https://github.com/traefik/traefik/pull/8858) by [lczw](https://github.com/lczw)) - **\[marathon]** Fix brand typo ([#&#8203;8788](https://github.com/traefik/traefik/pull/8788) by [0xflotus](https://github.com/0xflotus)) - **\[middleware]** Fix fenced code block typo in Buffering middleware page ([#&#8203;8855](https://github.com/traefik/traefik/pull/8855) by [Wingysam](https://github.com/Wingysam)) - **\[rules]** Adjust rule length in routers documentation ([#&#8203;8819](https://github.com/traefik/traefik/pull/8819) by [rtribotte](https://github.com/rtribotte)) - **\[rules]** Fix HostRegexp examples ([#&#8203;8817](https://github.com/traefik/traefik/pull/8817) by [kevinpollet](https://github.com/kevinpollet)) - **\[tls,k8s/crd,k8s]** Add default certificate definition example for Kubernetes ([#&#8203;8863](https://github.com/traefik/traefik/pull/8863) by [jwausle](https://github.com/jwausle)) - **\[tls,k8s]** Clarify TLS Option documentation ([#&#8203;8756](https://github.com/traefik/traefik/pull/8756) by [mloiseleur](https://github.com/mloiseleur)) - Clarify concepts documentation page ([#&#8203;8836](https://github.com/traefik/traefik/pull/8836) by [NReilingh](https://github.com/NReilingh)) - Spelling ([#&#8203;8791](https://github.com/traefik/traefik/pull/8791) by [jsoref](https://github.com/jsoref)) - Fix routing overview examples ([#&#8203;8840](https://github.com/traefik/traefik/pull/8840) by [NReilingh](https://github.com/NReilingh)) - Add a deprecation notices section ([#&#8203;8829](https://github.com/traefik/traefik/pull/8829) by [ddtmachado](https://github.com/ddtmachado)) ### [`v2.6.1`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v261-httpsgithubcomtraefiktraefiktreev261-2022-02-14) [Compare Source](https://github.com/traefik/traefik/compare/v2.6.0...v2.6.1) [All Commits](https://github.com/traefik/traefik/compare/v2.6.0...v2.6.1) **Bug fixes:** - **\[acme]** Add domain to HTTP challenge errors ([#&#8203;8740](https://github.com/traefik/traefik/pull/8740) by [ldez](https://github.com/ldez)) - **\[metrics]** Fix metrics bucket key high cardinality ([#&#8203;8761](https://github.com/traefik/traefik/pull/8761) by [tomMoulard](https://github.com/tomMoulard)) - **\[middleware,tls]** Use CNAME for SNI check on host header ([#&#8203;8773](https://github.com/traefik/traefik/pull/8773) by [ldez](https://github.com/ldez)) - **\[middleware,tracing]** Rename Datadog span tags ([#&#8203;8323](https://github.com/traefik/traefik/pull/8323) by [luckielordie](https://github.com/luckielordie)) - **\[tls]** Apply the same approach as the rules system on the TLS configuration choice ([#&#8203;8764](https://github.com/traefik/traefik/pull/8764) by [ldez](https://github.com/ldez)) **Documentation:** - **\[acme]** Add Hurricane Electric to acme documentation ([#&#8203;8746](https://github.com/traefik/traefik/pull/8746) by [vladshub](https://github.com/vladshub)) - **\[acme]** Clarify that ACME challenge is mandatory ([#&#8203;8739](https://github.com/traefik/traefik/pull/8739) by [mpl](https://github.com/mpl)) - **\[http3]** Explain a bit more around enabling HTTP3 ([#&#8203;8731](https://github.com/traefik/traefik/pull/8731) by [SantoDE](https://github.com/SantoDE)) - **\[metrics]** Fix mixups in metrics documentation ([#&#8203;8752](https://github.com/traefik/traefik/pull/8752) by [tomMoulard](https://github.com/tomMoulard)) - **\[middleware,k8s/crd]** Fix Kubernetes TCP examples ([#&#8203;8759](https://github.com/traefik/traefik/pull/8759) by [sylr](https://github.com/sylr)) ### [`v2.6.0`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v260-httpsgithubcomtraefiktraefiktreev260-2022-01-24) [Compare Source](https://github.com/traefik/traefik/compare/v2.5.6...v2.6.0) [All Commits](https://github.com/traefik/traefik/compare/v2.5.0-rc1...v2.6.0) **Enhancements:** - **\[acme]** Allow configuration of ACME certificates duration ([#&#8203;8046](https://github.com/traefik/traefik/pull/8046) by [pmontepagano](https://github.com/pmontepagano)) - **\[consul,consulcatalog]** Support consul enterprise namespaces in consul catalog provider ([#&#8203;8592](https://github.com/traefik/traefik/pull/8592) by [kevinpollet](https://github.com/kevinpollet)) - **\[k8s,k8s/gatewayapi]** Update gateway api provider to v1alpha2 ([#&#8203;8535](https://github.com/traefik/traefik/pull/8535) by [kevinpollet](https://github.com/kevinpollet)) - **\[k8s,k8s/gatewayapi]** Support gateway api RouteNamespaces ([#&#8203;8299](https://github.com/traefik/traefik/pull/8299) by [tomMoulard](https://github.com/tomMoulard)) - **\[k8s/crd]** Support Kubernetes basic-auth secrets ([#&#8203;8189](https://github.com/traefik/traefik/pull/8189) by [dtomcej](https://github.com/dtomcej)) - **\[metrics]** Add configurable tags to influxdb metrics ([#&#8203;8308](https://github.com/traefik/traefik/pull/8308) by [Tetha](https://github.com/Tetha)) - **\[metrics]** Add prefix to datadog metrics ([#&#8203;8234](https://github.com/traefik/traefik/pull/8234) by [fredwangwang](https://github.com/fredwangwang)) - **\[middleware,tcp]** Add in flight connection middleware ([#&#8203;8429](https://github.com/traefik/traefik/pull/8429) by [tomMoulard](https://github.com/tomMoulard)) - **\[middleware]** Add Organizational Unit to passtlscert middleware ([#&#8203;7958](https://github.com/traefik/traefik/pull/7958) by [FernFerret](https://github.com/FernFerret)) - **\[middleware]** Allow configuration of minimum body size for compress middleware ([#&#8203;8239](https://github.com/traefik/traefik/pull/8239) by [lus](https://github.com/lus)) - **\[middleware]** Ceil Retry-After value in the rate-limit middleware ([#&#8203;8581](https://github.com/traefik/traefik/pull/8581) by [pyaillet](https://github.com/pyaillet)) - **\[middleware]** Refactor Exponential Backoff ([#&#8203;7519](https://github.com/traefik/traefik/pull/7519) by [danieladams456](https://github.com/danieladams456)) - **\[server,k8s/crd,k8s]** Allow configuration of HTTP/2 readIdleTimeout and pingTimeout ([#&#8203;8539](https://github.com/traefik/traefik/pull/8539) by [tomMoulard](https://github.com/tomMoulard)) - **\[server]** Allow configuration of advertised port for HTTP/3 ([#&#8203;8131](https://github.com/traefik/traefik/pull/8131) by [valerauko](https://github.com/valerauko)) - **\[tracing]** Upgrade Instana tracer and make process profiling configurable ([#&#8203;8334](https://github.com/traefik/traefik/pull/8334) by [andriikushch](https://github.com/andriikushch)) **Bug fixes:** - **\[consul,kv]** Support Consul KV Enterprise namespaces ([#&#8203;8692](https://github.com/traefik/traefik/pull/8692) by [kevinpollet](https://github.com/kevinpollet)) - **\[consul]** Support token authentication for Consul KV ([#&#8203;8712](https://github.com/traefik/traefik/pull/8712) by [kevinpollet](https://github.com/kevinpollet)) - **\[consulcatalog]** Configure Consul Catalog namespace at client level ([#&#8203;8725](https://github.com/traefik/traefik/pull/8725) by [kevinpollet](https://github.com/kevinpollet)) - **\[tracing]** Upgrade Instana tracer dependency ([#&#8203;8687](https://github.com/traefik/traefik/pull/8687) by [andriikushch](https://github.com/andriikushch)) - **\[logs]** Redact credentials before logging ([#&#8203;8699](https://github.com/traefik/traefik/pull/8699) by [ibrahimalihc](https://github.com/ibrahimalihc)) **Misc:** - Merge current v2.5 into v2.6 ([#&#8203;8720](https://github.com/traefik/traefik/pull/8720) by [tomMoulard](https://github.com/tomMoulard)) - Merge current v2.5 into v2.6 ([#&#8203;8717](https://github.com/traefik/traefik/pull/8717) by [tomMoulard](https://github.com/tomMoulard)) - Merge current v2.5 into v2.6 ([#&#8203;8714](https://github.com/traefik/traefik/pull/8714) by [rtribotte](https://github.com/rtribotte)) - Merge current v2.5 into v2.6 ([#&#8203;8688](https://github.com/traefik/traefik/pull/8688) by [tomMoulard](https://github.com/tomMoulard)) - Merge current v2.5 into v2.6 ([#&#8203;8664](https://github.com/traefik/traefik/pull/8664) by [tomMoulard](https://github.com/tomMoulard)) - Merge current v2.5 into v2.6 ([#&#8203;8651](https://github.com/traefik/traefik/pull/8651) by [tomMoulard](https://github.com/tomMoulard)) - Merge current v2.5 into master ([#&#8203;8645](https://github.com/traefik/traefik/pull/8645) by [tomMoulard](https://github.com/tomMoulard)) - Merge current v2.5 into master ([#&#8203;8609](https://github.com/traefik/traefik/pull/8609) by [tomMoulard](https://github.com/tomMoulard)) - Merge current v2.5 into master ([#&#8203;8563](https://github.com/traefik/traefik/pull/8563) by [kevinpollet](https://github.com/kevinpollet)) - Merge current v2.5 into master ([#&#8203;8498](https://github.com/traefik/traefik/pull/8498) by [kevinpollet](https://github.com/kevinpollet)) - Merge current v2.5 into master ([#&#8203;8461](https://github.com/traefik/traefik/pull/8461) by [tomMoulard](https://github.com/tomMoulard)) - Merge current v2.5 into master ([#&#8203;8435](https://github.com/traefik/traefik/pull/8435) by [jbdoumenjou](https://github.com/jbdoumenjou)) - Merge current v2.5 into master ([#&#8203;8419](https://github.com/traefik/traefik/pull/8419) by [rtribotte](https://github.com/rtribotte)) - Merge current v2.5 into master ([#&#8203;8411](https://github.com/traefik/traefik/pull/8411) by [rtribotte](https://github.com/rtribotte)) - Merge current v2.5 into master ([#&#8203;8316](https://github.com/traefik/traefik/pull/8316) by [rtribotte](https://github.com/rtribotte)) - Merge current v2.5 into master ([#&#8203;8298](https://github.com/traefik/traefik/pull/8298) by [tomMoulard](https://github.com/tomMoulard)) - Merge current v2.5 into master ([#&#8203;8289](https://github.com/traefik/traefik/pull/8289) by [rtribotte](https://github.com/rtribotte)) - Merge current v2.5 into master ([#&#8203;8241](https://github.com/traefik/traefik/pull/8241) by [rtribotte](https://github.com/rtribotte)) ### [`v2.5.6`](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md#v256-httpsgithubcomtraefiktraefiktreev256-2021-12-22) [Compare Source](https://github.com/traefik/traefik/compare/v2.5.0...v2.5.6) [All Commits](https://github.com/traefik/traefik/compare/v2.5.5...v2.5.6) **Bug fixes:** - **\[middleware]** Process all X-Forwarded-For headers in the request ([#&#8203;8596](https://github.com/traefik/traefik/pull/8596) by [kevinpollet](https://github.com/kevinpollet)) - **\[plugins]** Update Yaegi to v0.11.2 ([#&#8203;8650](https://github.com/traefik/traefik/pull/8650) by [ldez](https://github.com/ldez)) - **\[server]** Update golang.org/x/net dependency version ([#&#8203;8635](https://github.com/traefik/traefik/pull/8635) by [kevinpollet](https://github.com/kevinpollet)) **Documentation:** - **\[api]** Add missing API endpoints documentation ([#&#8203;8649](https://github.com/traefik/traefik/pull/8649) by [ichxxx](https://github.com/ichxxx)) - **\[middleware]** Fix passTLSClientCert CRD example name ([#&#8203;8637](https://github.com/traefik/traefik/pull/8637) by [ddtmachado](https://github.com/ddtmachado)) - **\[middleware]** Correct documentation in middleware overview ([#&#8203;8636](https://github.com/traefik/traefik/pull/8636) by [Alestrix](https://github.com/Alestrix)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate added 1 commit 2023-06-10 07:38:31 +00:00
renovate force-pushed renovate/rancher-mirrored-library-traefik-2.x from 581f645cff to 2d1b44bd0c 2023-06-10 09:01:56 +00:00 Compare
AverageMarcus merged commit f8fb4792df into master 2023-06-10 09:04:34 +00:00
AverageMarcus deleted branch renovate/rancher-mirrored-library-traefik-2.x 2023-06-10 09:04:35 +00: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: AverageMarcus/cluster.fun#14
No description provided.