All Versions
202
Latest Version
Avg Release Cycle
17 days
Latest Release
56 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v2.3.7 Changes
January 11, 2021๐ Bug fixes:
- [k8s,k8s/ingress] Fix wildcard hostname issue (#7711 by avdhoot)
- [k8s,k8s/ingress] Compile kubernetes ingress annotation regex only once (#7647 by hensur)
- [middleware,webui] webui: fix missing custom request and response header names (#7706 by kevinpollet)
- [middleware] Fix log level on error pages middleware (#7737 by Nowheresly)
๐ Documentation:
- ๐ณ [docker] docs: fix broken links to docker-compose documentation (#7702 by kevinpollet)
- [ecs] Add ECS to supported providers list (#7714 by anilmaurya)
- โก๏ธ Update copyright year for 2021 (#7734 by kevinpollet)
-
v2.3.6 Changes
December 17, 2020๐ Bug fixes:
- ๐ [logs] Update Logrus to v1.7.0 (#7663 by jspdown)
- ๐ [plugins] Update Yaegi to v0.9.8 (#7659 by ldez)
- [rules] Disable router when a rule has an error (#7680 by ldez)
๐ Documentation:
- ๐ [logs] Add configuration example for access log filePath (#7655 by wernerfred)
- [middleware] Add missing quotes in errorpages k8s example yaml (#7675 by icelynjennings)
-
v2.3.5 Changes
December 10, 2020๐ Bug fixes:
- [acme] Update go-acme/lego to v4.1.3 (#7625 by ldez)
- [k8s,k8s/crd] IngressRoute: add an option to disable cross-namespace routing (#7595 by rtribotte)
- [k8s/crd,k8s/ingress] Fix concatenation of IPv6 addresses and ports (#7620 by jspdown)
- [tcp,tls] Fix TLS options fallback when domain and options are the same (#7609 by jspdown)
- [webui] Fix UI bug on long service name (#7535 by ipinak)
๐ Documentation:
- ๐ณ [docker] Add example for multiple service per container (#7610 by notsureifkevin)
- ๐ Documentation: Add spacing to sidebars so the last item is always visible (#7616 by paulocfjunior)
- ๐ Fix typos in migration guide (#7596 by marsavela)
-
v2.3.4 Changes
November 24, 2020๐ Bug fixes:
- [acme] Update go-acme/lego to v4.1.2 (#7577 by ldez)
- [k8s,k8s/crd,k8s/ingress] Apply labelSelector as a TweakListOptions for Kubernetes informers (#7521 by rtribotte)
- [middleware] Do not evaluate templated URL in redirectRegex middleware (#7573 by jspdown)
- [provider] fix: invalid slice parsing. (#7583 by ldez)
๐ Documentation:
-
v2.3.3 Changes
November 19, 2020๐ Bug fixes:
- [acme] Update go-acme/lego to v4.1.0 (#7526 by ldez)
- [consulcatalog,ecs] Fix missing allow-empty tag on ECS and Consul Catalog providers (#7561 by jspdown)
- [consulcatalog] consulcatalog to update before the first interval (#7514 by greut)
- [consulcatalog] Fix consul catalog panic when health and services are not in sync (#7558 by jspdown)
- [ecs] Translate configured server port into correct mapped host port (#7480 by alekitto)
- [k8s,k8s/crd,k8s/ingress] Filter out Helm secrets from informer caches (#7562 by jspdown)
- ๐ [plugins] Update Yaegi to v0.9.5 (#7527 by ldez)
- ๐ [plugins] Update Yaegi to v0.9.7 (#7569 by kevinpollet)
- ๐ [plugins] Update Yaegi to v0.9.4 (#7451 by ldez)
- [tcp] Ignore errors when setting keepalive period is not supported by the system (#7410 by tristan-weil)
- [tcp] Improve service name lookup on TCP routers (#7370 by ddtmachado)
- ๐ Improve anonymize configuration (#7482 by mmatur)
๐ Documentation:
- [ecs] Add ECS menu to dynamic config reference (#7501 by kevinpollet)
- [k8s,k8s/ingress] Fix ingress documentation (#7424 by rtribotte)
- [k8s] fix documentation (#7469 by jbdoumenjou)
- [k8s] Fix grammar in kubernetes ingress controller documentation (#7565 by ivorscott)
- ๐ [logs] Clarify time-based field units (#7447 by tomtastic)
- [middleware] Forwardauth headers (#7506 by w4tsn)
- [provider] fix typo in providers overview documentation (#7441 by pirey)
- [tls] Fix docs for TLS (#7541 by james426759)
- ๐ fix: exclude protected link from doc verify (#7477 by jbdoumenjou)
- โ Add missed tls config for yaml example (#7450 by andrew-demb)
- ๐ Resolve broken URLs causing make docs to fail (#7444 by tomtastic)
- ๐ Fix Traefik Proxy product nav in docs (#7523 by PCM2)
- โ add links to contributors guide (#7435 by notsureifkevin)
-
v2.3.2 Changes
October 19, 2020๐ Bug fixes:
- [acme] fix: restrict protocol for TLS Challenge. (#7400 by ldez)
- [acme] fix: use provider keytype instead of account keytype. (#7387 by mmatur)
- [acme] acme: Fix race condition in LocalStore during saving. (#7355 by walkline)
- ๐ [plugins] fix: update Yaegi to v0.9.4 (#7426 by ldez)
- [udp] fix: udp json struct tag (#7375 by mschneider82)
๐ Documentation:
- [consulcatalog] fix: Consul Catalog address documentation. (#7429 by ldez)
- [middleware] Moving Provider Namespace documentation topic to Configuration Discovery section (#7423 by AndrewSav)
- [pilot] fix: pilot static configuration documentation (#7399 by jbdoumenjou)
- ๐ [plugins] Revise Traefik Pilot documentation section (#7427 by PCM2)
- [tls] Adding details about the default TLS options to the documentation (#7422 by AndrewSav)
- doc: add YAML sample. (#7397 by ldez)
- ๐ Fix containous links in readme (#7394 by kevinpollet)
- ๐ Fix broken logo (#7390 by Bencey)
-
v2.3.1 Changes
September 29, 2020๐ Bug fixes:
๐ Documentation:
-
v2.3.0 Changes
September 23, 2020โจ Enhancements:
- [api] Add custom ping http code when Traefik is terminating (#6696 by L3o-pold)
- [ecs] Add AWS ECS provider (#6749 by alekitto)
- [file] feat: use parser to load dynamic config from file. (#6875 by ldez)
- [k8s,k8s/crd,k8s/ingress] Upgrade Client-go to 0.18.2 (#6779 by dtomcej)
- [k8s,k8s/ingress] Add new ingressClass support to ingress provider (#6831 by dtomcej)
- [k8s,k8s/ingress] Add example for the IngressClass usage (#7219 by SantoDE)
- [metrics,pilot] Pilot metrics provider (#7139 by rtribotte)
- [pilot] Moves pilot outside the experimental section. (#7287 by ldez)
- ๐ [pilot,plugins] Traefik Pilot: plugins support and alert system (EXPERIMENTAL FEATURES) (#7041 by ldez)
- ๐ [plugins] Improve plugins builder. (#7255 by ldez)
- [provider] Add HTTP Provider (#6976 by kevinpollet)
- [webui] Add iOS specific icons (#6946 by Heisenberg74)
๐ Bug fixes:
- [acme] fix: precheck function. (#7333 by ldez)
- [ecs] Improve region resolution for ECS provider (#7145 by kevinpollet)
- [k8s,k8s/ingress] Delete an unnecessary warning log (#6568 by jbdoumenjou)
- [k8s,k8s/ingress] Support Kubernetes Ingress pathType (#7087 by rtribotte)
- [k8s,k8s/ingress] Use semantic versioning to enable ingress class support (#7065 by kevinpollet)
- [metrics] fix: uint64 alignment in go-kit. (#7289 by ldez)
- [middleware] Allow multiple secure middlewares to operate independently (#6604 by dtomcej)
- [pilot,webui] Avoid Traefik Pilot iframe code in Traefik webui regarding notifications (#7272 by matthieuh)
- [pilot,webui] Add ability to dismiss pilot notification (#7200 by matthieuh)
- [pilot] fix: pilot metrics unit for req duration. (#7309 by ldez)
- [pilot] fix: start of Traefik Pilot (#7304 by ldez)
- [provider] file parser: skip nil value. (#7058 by ldez)
- [tracing] Update jaeger-client-go dependency to v2.25.0 (#7198 by kevinpollet)
๐ Documentation:
- [consul] Fix consul catalog router tag example (#7332 by rtribotte)
- [ecs] Fix documentation for ECS (#7107 by mmatur)
- [k8s] docs: add missing apigroup to Kubernetes RBAC (#7199 by kevinpollet)
- [k8s] Add the ingressclass resource in the ingress RBAC documentation (#7290 by jbdoumenjou)
- [k8s] Add migration documentation for IngressClass (#7083 by kevinpollet)
- [middleware] Fixes config samples regarding forceSlash option (#6811 by volkerw00)
- ๐ [plugins] Update availability info (#7060 by PCM2)
- ๐ Fix yaml documentation (#7331 by rtribotte)
Misc:
- ๐ Merge current v2.2 branch into v2.3 (#7288 by rtribotte)
- ๐ Merge current v2.2 branch into v2.3 (#7257 by ldez)
- ๐ Merge current v2.2 branch into v2.3 (#7249 by ldez)
- ๐ Merge current v2.2 branch into v2.3 (#7218 by ldez)
- ๐ Merge current v2.2 branch into v2.3 (#7175 by ldez)
- ๐ Merge current v2.2 branch into v2.3 (#7160 by ldez)
- ๐ Merge current v2.2 branch into v2.3 (#7116 by ldez)
- ๐ Merge current v2.2 branch into v2.3 (#7086 by jbdoumenjou)
- ๐ Merge current v2.2 branch into master (#7052 by ldez)
- ๐ Merge current v2.2 branch into master (#7022 by jbdoumenjou)
- ๐ Merge current v2.2 branch into master (#6921 by jbdoumenjou)
- ๐ Merge current v2.2 branch into master (#6822 by mmatur)
- ๐ Merge current v2.2 branch into master (#6754 by ldez)
- ๐ Merge current v2.2 branch into master (#6533 by ldez)
- ๐ Merge current v2.2 branch into master (#6468 by ldez)
-
v2.3.0-rc7 Changes
September 18, 2020๐ Bug fixes:
-
v2.3.0-rc6 Changes
September 16, 2020โจ Enhancements:
๐ Bug fixes:
- [metrics] fix: uint64 alignment in go-kit. (#7289 by ldez)
- [pilot,webui] Avoid Traefik Pilot iframe code in Traefik webui regarding notifications (#7272 by matthieuh)
๐ Documentation:
- [k8s] Add the ingressclass resource in the ingress RBAC documentation (#7290 by jbdoumenjou)
Misc: