|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [v1.5.2](https://github.com/containous/traefik/tree/v1.5.2) (2018-02-12) |
| 4 | +[All Commits](https://github.com/containous/traefik/compare/v1.5.1...v1.5.2) |
| 5 | + |
| 6 | +**Bug fixes:** |
| 7 | +- **[acme,cluster,kv]** Compress ACME certificates in KV stores. ([#2814](https://github.com/containous/traefik/pull/2814) by [nmengin](https://github.com/nmengin)) |
| 8 | +- **[acme]** Traefik still start when Let's encrypt is down ([#2794](https://github.com/containous/traefik/pull/2794) by [Juliens](https://github.com/Juliens)) |
| 9 | +- **[docker]** Fix dnsrr endpoint mode excluded when not using swarm LB ([#2795](https://github.com/containous/traefik/pull/2795) by [mmatur](https://github.com/mmatur)) |
| 10 | +- **[eureka]** Continue refresh the configuration after a failure. ([#2838](https://github.com/containous/traefik/pull/2838) by [ldez](https://github.com/ldez)) |
| 11 | +- **[logs]** Reduce oxy round trip logs to debug. ([#2821](https://github.com/containous/traefik/pull/2821) by [timoreimann](https://github.com/timoreimann)) |
| 12 | +- **[websocket]** Fix goroutine leaks in websocket ([#2825](https://github.com/containous/traefik/pull/2825) by [Juliens](https://github.com/Juliens)) |
| 13 | +- Hide the pflag error when displaying help. ([#2800](https://github.com/containous/traefik/pull/2800) by [ldez](https://github.com/ldez)) |
| 14 | + |
| 15 | +**Documentation:** |
| 16 | +- **[docker]** Explain how to write entrypoints definition in a compose file ([#2834](https://github.com/containous/traefik/pull/2834) by [mmatur](https://github.com/mmatur)) |
| 17 | +- **[docker]** Fix typo ([#2813](https://github.com/containous/traefik/pull/2813) by [uschtwill](https://github.com/uschtwill)) |
| 18 | +- **[k8s]** typo in "i"ngress annotations. ([#2780](https://github.com/containous/traefik/pull/2780) by [RRAlex](https://github.com/RRAlex)) |
| 19 | +- Clarify how setting a frontend priority works ([#2818](https://github.com/containous/traefik/pull/2818) by [sirlatrom](https://github.com/sirlatrom)) |
| 20 | +- Fixed typo. ([#2811](https://github.com/containous/traefik/pull/2811) by [sonus21](https://github.com/sonus21)) |
| 21 | +- Docs: regex+replacement hints for URL rewriting ([#2802](https://github.com/containous/traefik/pull/2802) by [djeeg](https://github.com/djeeg)) |
| 22 | +- Add documentation about entry points definition with CLI. ([#2798](https://github.com/containous/traefik/pull/2798) by [ldez](https://github.com/ldez)) |
| 23 | + |
3 | 24 | ## [v1.5.1](https://github.com/containous/traefik/tree/v1.5.1) (2018-01-29)
|
4 | 25 | [All Commits](https://github.com/containous/traefik/compare/v1.5.0...v1.5.1)
|
5 | 26 |
|
|
0 commit comments