traefik v1.7.0-rc4 Release Notes

Release Date: 2018-09-07 // over 5 years ago
  • All Commits

    Enhancements:

    • [acme] Use official Pebble Image. (#3708 by ldez)
    • [consulcatalog] Multiple frontends for consulcatalog (#3796 by hsmade)
    • [ecs] Add segment support for ECS (#3817 by mmatur)
    • [k8s] Remove unnecessary loop (#3799 by ZloyDyadka)
    • 🐳 [middleware,consulcatalog,docker,ecs,kv,marathon,mesos,rancher] Pass the TLS Cert infos in headers (#3826 by jbdoumenjou)

    🐛 Bug fixes:

    • [acme,cluster] StoreConfig always initializes the account if it is missing (#3844 by geraldcroes)
    • [acme] Set a keyType to ACME if the account is stored with no KeyType (#3733 by nmengin)
    • 🐳 [authentication,consulcatalog,docker,ecs,k8s,kv,marathon,mesos,rancher] Auth Forward with certificates in templates. (#3804 by ldez)
    • [k8s] Prevent unparsable strings from being rendered in the Kubernetes template (#3753 by dtomcej)
    • [k8s] Don't merge kubernetes ingresses when priority is set (#3743 by dtomcej)
    • [kv] Include missing key in error message for KV store (#3779 by camelpunch)
    • [metrics] Avoid a panic during Prometheus registering (#3717 by nmengin)
    • [middleware,websocket] Enable retry on websocket (#3825 by Juliens)
    • [middleware] Extend https redirection tests, and fix incorrect behavior (#3742 by dtomcej)
    • [oxy] Handle Te header when http2 (#3824 by Juliens)
    • [server] Avoid goroutine leak in server (#3851 by nmengin)

    📚 Documentation:

    • [acme] Fix documentation for route53 acme provider (#3811 by A-Shleifman)
    • [acme] Update ACME documentation about TLS-ALPN challenge (#3756 by ldez)
    • 🐳 [docker] Change syntax in quick start guide (#3726 by trotro)
    • 🐳 [docker] Improve the wording in the documentation for Docker and fix title for Docker User Guide (#3797 by dduportal)
    • 🐳 [docker] Typo in docker-and-lets-encrypt.md (#3724 by A-Shleifman)
    • [k8s] Update kubernetes docs to reflect https options (#3807 by dtomcej)
    • [k8s] Update kubernetes.md (#3719 by kmaris)
    • [k8s] Improve Connection Limit Kubernetes Documentation (#3711 by dtomcej)
    • [provider] Typo in auth labels. (#3730 by ldez)
    • [tracing] Simple documentation grammar update in tracing (#3720 by loadstar81)
    • 👉 Make the "base domain" on all providers (#3835 by dduportal)

    Misc:

    • 🔀 Merge v1.6.6 into v1.7 (#3802 by ldez)