traefik / traefik-migration-tool

A migration tool from Traefik v1 to Traefik v2
https://docs.traefik.io/migration/v1-to-v2/
Apache License 2.0
151 stars 35 forks source link

chore(deps): bump github.com/traefik/traefik/v2 from 2.4.0 to 2.4.13 #25

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps github.com/traefik/traefik/v2 from 2.4.0 to 2.4.13.

Release notes

Sourced from github.com/traefik/traefik/v2's releases.

v2.4.13

Bug fixes:

  • [authentication,middleware] Remove hop-by-hop headers define in connection header beore some middleware (#8319 by ldez)

v2.4.12

Bug fixes:

  • [k8s,k8s/ingress] Get Kubernetes server version early (#8286 by rtribotte)
  • [k8s,k8s/ingress] Don't remove ingress config on API call failure (#8185 by dtomcej)
  • [middleware] Ratelimiter: use correct ttlSeconds value, and always call Set (#8254 by mpl)
  • [tls] Check if defaultcertificate is defined in store (#8274 by dtomcej)

v2.4.11

Bug fixes:

  • [k8s,k8s/crd,k8s/ingress] Disable ExternalName Services by default on Kubernetes providers (#8261 by dtomcej)
  • [k8s,k8s/crd,k8s/ingress] Fix: malformed Kubernetes resource names and references in tests (#8226 by rtribotte)
  • [k8s,k8s/crd] Disable Cross-Namespace by default for IngressRoute provider (#8260 by dtomcej)
  • [logs,middleware] Accesslog: support multiple values for a given header (#8258 by ldez)
  • [logs] Ignore http 1.0 request host missing errors (#8252 by dtomcej)
  • [middleware] Headers Middleware: support http.CloseNotifier interface (#8238 by dtomcej)
  • [tls] Detect certificates content modifications (#8243 by jbdoumenjou)

Documentation:

v2.4.9

Bug fixes:

  • [acme] Update go-acme/lego to v4.4.0 (#8179 by ldez)
  • [acme] Fix: ACME preferred chain. (#8146 by ldez)
  • [k8s,k8s/gatewayapi] Remove error when HTTProutes is empty (#8023 by tomMoulard)
  • [k8s,k8s/ingress] Fix incorrect behaviour with multi-port endpoint subsets (#8156 by coufalja)
  • [k8s,k8s/ingress] Kubernetes ingress provider to search via all endpoints (#7997 by martinvizvary)
  • [plugins,windows] Fix plugin unzip call on windows (#8136 by ddtmachado)
  • [plugins] Update Yaegi to v0.9.17 (#8100 by ldez)
  • [provider] Bump paerser to v0.1.4 (#8116 by ldez)
  • [server] Create buffered signals channel (#8190 by dtomcej)
  • [server] Fix: use defaultEntryPoints when no entryPoint is defined in a TCPRouter (#8111 by LandryBe)
  • [tls] Use a dynamic buffer to handle client Hello SNI detection (#8194 by ldez)
  • [tracing] Error span on 5xx only (#8033 by kevtainer)

Documentation:

  • [k8s,k8s/crd] Fix ingressRouteTCP external name service examples in documentation (#8120 by rtribotte)
  • [k8s,k8s/gatewayapi] Fix Kubernetes Gateway API documentation links (#8063 by jbdoumenjou)
  • [k8s,k8s/gatewayapi] Fix: k8s gateway api link (#8085 by tomMoulard)
  • [k8s,k8s/gatewayapi] Fix the "values" field in the example of httproute (#8192 by maelvls)
  • [k8s/crd] Fix ServersTransport documentation (#8019 by tomMoulard)
  • [k8s] Correct annotation option (#8031 by cbergmann)
  • [metrics] Add metrics documentation (#8007 by rtribotte)

... (truncated)

Changelog

Sourced from github.com/traefik/traefik/v2's changelog.

v2.4.13 (2021-07-30)

All Commits

Bug fixes:

  • [authentication,middleware] Remove hop-by-hop headers define in connection header beore some middleware (#8319 by ldez)

v2.4.12 (2021-07-26)

All Commits

Bug fixes:

  • [k8s,k8s/ingress] Get Kubernetes server version early (#8286 by rtribotte)
  • [k8s,k8s/ingress] Don't remove ingress config on API call failure (#8185 by dtomcej)
  • [middleware] Ratelimiter: use correct ttlSeconds value, and always call Set (#8254 by mpl)
  • [tls] Check if defaultcertificate is defined in store (#8274 by dtomcej)

v2.4.11 (2021-07-15)

All Commits

Bug fixes:

  • [k8s,k8s/crd,k8s/ingress] Disable ExternalName Services by default on Kubernetes providers (#8261 by dtomcej)
  • [k8s,k8s/crd,k8s/ingress] Fix: malformed Kubernetes resource names and references in tests (#8226 by rtribotte)
  • [k8s,k8s/crd] Disable Cross-Namespace by default for IngressRoute provider (#8260 by dtomcej)
  • [logs,middleware] Accesslog: support multiple values for a given header (#8258 by ldez)
  • [logs] Ignore http 1.0 request host missing errors (#8252 by dtomcej)
  • [middleware] Headers Middleware: support http.CloseNotifier interface (#8238 by dtomcej)
  • [tls] Detect certificates content modifications (#8243 by jbdoumenjou)

Documentation:

v2.4.10 (2021-07-13)

All Commits

Release canceled.

v2.4.9 (2021-06-21)

All Commits

Bug fixes:

  • [acme] Update go-acme/lego to v4.4.0 (#8179 by ldez)
  • [acme] Fix: ACME preferred chain. (#8146 by ldez)
  • [k8s,k8s/gatewayapi] Remove error when HTTProutes is empty (#8023 by tomMoulard)
  • [k8s,k8s/ingress] Fix incorrect behaviour with multi-port endpoint subsets (#8156 by coufalja)
  • [k8s,k8s/ingress] Kubernetes ingress provider to search via all endpoints (#7997 by martinvizvary)
  • [plugins,windows] Fix plugin unzip call on windows (#8136 by ddtmachado)
  • [plugins] Update Yaegi to v0.9.17 (#8100 by ldez)
  • [provider] Bump paerser to v0.1.4 (#8116 by ldez)

... (truncated)

Commits
  • 4fc077a Prepare release v2.4.13
  • b386964 fix: remove hop-by-hop headers define in connection header beore some middleware
  • 319e306 fix: upgrade k3s version
  • a48a8a9 fix: restore cache only once
  • 8be434a Prepare release v2.4.12
  • d9fc775 ratelimiter: use correct ttlSeconds value, and always call Set
  • e12630e feat: Add new CI system
  • bc5e621 Get Kubernetes server version early
  • c2c4dc9 Don't remove ingress config on API call failure
  • 8d4620d check if defaultcertificate is defined in store
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/traefik/traefik-migration-tool/network/alerts).