Skip to content

Update traefik Docker tag to v2 - abandoned#13

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/traefik-2.x
Open

Update traefik Docker tag to v2 - abandoned#13
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/traefik-2.x

Conversation

@renovate
Copy link

@renovate renovate bot commented May 15, 2021

Mend Renovate

This PR contains the following updates:

Package Update Change
traefik major 1.7-alpine -> v2.0-alpine

Release Notes

containous/traefik

v2.0

All Commits

Bug fixes:

  • [logs,middleware] Remove mirroring impact in accesslog (#​5967 by juliens)
  • [middleware] fix: PassClientTLSCert middleware separators and formatting (#​5921 by ldez)
  • [server] Do not stop to listen on tcp listeners on temporary errors (#​5935 by skwair)

Documentation:

  • [acme,k8s/crd,k8s/ingress] Document LE caveats with Kubernetes on v2 (#​5902 by dtomcej)
  • [acme] The Cloudflare hint for the GLOBAL API KEY for CF MAIL/API_KEY (#​5964 by EugenMayer)
  • [acme] Improve documentation for ACME/Let's Encrypt (#​5819 by dduportal)
  • [file] Improve documentation on file provider limitations with file system notifications (#​5939 by jbdoumenjou)
  • Make trailing slash more prominent for the "secure dashboard setup" too (#​5963 by EugenMayer)
  • Fix Docker example in "Strip and Rewrite Path Prefixes" in migration guide (#​5949 by q210)
  • readme: Fix link to file backend/provider documentation (#​5945 by hartwork)

v2.0

All Commits

Enhancements:

  • [acme,middleware,tls] Entry point redirection and default routers configuration (#​6417 by ldez)
  • [consul,etcd,kv,redis,zk] Add KV store providers (dynamic configuration only) (#​5899 by ldez)
  • [consulcatalog,docker,marathon,rancher,udp] Add UDP in providers with labels (#​6327 by juliens)
  • [docker] Fix traefik behavior when network_mode is host (#​5698 by FuNK3Y)
  • [docker] Support SSH connection to Docker (#​5969 by sh7dm)
  • [healthcheck] Do not follow redirects for the health check URLs (#​5147 by coder-hugo)
  • [k8s,k8s/crd,udp] Add UDP support in kubernetesCRD provider (#​6348 by jbdoumenjou)
  • [k8s,k8s/crd] Add TLSStores to Kubernetes CRD (#​6270 by dtomcej)
  • [k8s,k8s/crd] Add namespace attribute on IngressRouteTCP service (#​6085 by jbdoumenjou)
  • [k8s,k8s/ingress] Support 'networking.k8s.io/v1beta1' ingress apiVersion (#​6171 by ldez)
  • [k8s,k8s/ingress] Update deprecated function call in k8s providers (#​5241 by Wagum)
  • [k8s,k8s/ingress] Add Ingress annotations support (#​6160 by ldez)
  • [k8s,k8s/ingress] systematically call updateIngressStatus (#​6148 by mpl)
  • [logs,middleware] Rename the non-exposed field "count" to "size" (#​6048 by sylr)
  • [logs,middleware] Add http request scheme to logger (#​6226 by valtlfelipe)
  • [logs] Decrease log level for client related error (#​6204 by sylr)
  • [metrics] Add metrics about TLS (#​6255 by sylr)
  • [middleware] Add period for rate limiter middleware (#​6055 by mpl)
  • [middleware] Let metrics libs handle the atomicity (#​5738 by sylr)
  • [middleware] Rework access control origin configuration (#​5996 by dtomcej)
  • [middleware] Add serial number certificate to forward headers (#​5915 by dkijkuit)
  • [rancher] Duration order consistency when multiplying number by time unit (#​5885 by maxifom)
  • [server,udp] UDP support (#​6172 by mpl)
  • [service] Use EDF schedule algorithm for WeightedRoundRobin (#​6206 by pkumza)
  • [service] Support mirroring request body (#​6080 by dmitriyminer)
  • [tls] Allow PreferServerCipherSuites as a TLS Option (#​6248 by dtomcej)
  • [tracing] Update APM client. (#​6152 by ldez)
  • [tracing] Elastic APM tracer implementation (#​5870 by amine7536)
  • [udp,webui] WebUI: add udp pages (#​6313 by matthieuh)
  • [webui] Web UI: Polling on tables (#​5909 by matthieuh)
  • [webui] Proxy API to Traefik in dev mode (#​5980 by sh7dm)
  • [webui] Web UI: Table infinite scroll (#​5875 by matthieuh)
  • [webui] Web UI: Take off logic from generic table component (#​5910 by matthieuh)
  • [webui] Add dark theme for Web UI (#​6036 by sh7dm)
  • Update dependencies (#​6359 by ldez)

Bug fixes:

  • [acme] Update go-acme/lego to v3.5.0 (#​6491 by ldez)
  • [authentication,middleware] digest auth: use RequireAuthStale when appropriate (#​6569 by mpl)
  • [file] Revert "Allow fsnotify to reload config files on k8s (or symlinks)" (#​6416 by juliens)
  • [internal] Fix entry point redirect behavior (#​6512 by ldez)
  • [internal] Router entry points on reload. (#​6444 by ldez)
  • [k8s,k8s/crd] Improve kubernetes external name service support (#​6428 by rtribotte)
  • [k8s,k8s/ingress] fix: Ingress TLS support (#​6504 by ldez)
  • [k8s,k8s/ingress] Improvement of the unique name of the router for Ingress. (#​6325 by ldez)
  • [kv,redis] Update valkeyrie to fix the support of Redis. (#​6291 by ldez)
  • [kv] fix: KV flaky tests. (#​6300 by ldez)
  • [etcd,kv] fix: etcd provider name. (#​6212 by ldez)
  • [middleware] fix: period field name. (#​6549 by ldez)
  • [middleware] fix: custom Host header. (#​6502 by ldez)
  • [server,udp] udp: replace concurrently reset timer with ticker (#​6498 by mpl)
  • [server] Drop traefik from default entry points. (#​6477 by ldez)
  • [server] fix: use MaxInt32. (#​5845 by ldez)
  • [tracing] Disable default APM tracer. (#​6410 by ldez)
  • [udp] Add missing generated element for UDP. (#​6309 by ldez)
  • [udp] Build all UDP services on an entrypoint (#​6329 by juliens)

Documentation:

Misc:


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 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, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label May 15, 2021
@renovate renovate bot changed the title Update traefik Docker tag to v2 Update dependency traefik to v2 Mar 7, 2022
@renovate renovate bot changed the title Update dependency traefik to v2 Update traefik Docker tag to v2 Sep 25, 2022
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title Update traefik Docker tag to v2 Update traefik Docker tag to v2 - abandoned Jan 28, 2024
@renovate
Copy link
Author

renovate bot commented Jan 28, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant