traefik v1.5.0-rc4 Release Notes

Release Date: 2018-01-04 // over 6 years ago
  • All Commits

    ๐Ÿ› Bug fixes:

    • [consulcatalog] Use prefix for sticky and stickiness tags. (#2624 by ldez)
    • [file,tls] Send empty configuration from file provider (#2609 by nmengin)
    • ๐Ÿณ [middleware,docker,k8s] Fix custom headers template (#2621 by ldez)
    • [middleware] Don't panic if ResponseWriter does not implement CloseNotify (#2651 by Juliens)
    • [middleware] We need to flush the end of the body when retry is streamed (#2644 by Juliens)
    • [tls] Allow deleting dynamically all TLS certificates from an entryPoint (#2603 by nmengin)
    • [websocket] Use gorilla readMessage and writeMessage instead of just an io.Copy (#2650 by Juliens)

    ๐Ÿ“š Documentation:

    • [consul,consulcatalog] Split Consul and Consul Catalog documentation (#2654 by ldez)
    • ๐Ÿณ [docker/swarm] Typo in docker.endpoint TCP port. (#2626 by redhandpl)
    • ๐Ÿณ [docker] Add a note on how to add label to a docker compose file (#2611 by jmaitrehenry)
    • [k8s] k8s guide: Leave note about assumed DaemonSet usage. (#2634 by timoreimann)
    • [marathon] Improve Marathon service label documentation. (#2635 by timoreimann)

    Misc:

    • [etcd,kv,tls] Add tests for TLS dynamic configuration in ETCD3 (#2606 by dahefanteng)
    • ๐Ÿ”€ Merge v1.4.6 into v1.5 (#2642 by ldez)