From 0b2a6cecd1bf57f42dc977e0f26608d6e048d997 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Wed, 15 Jul 2020 12:28:03 +0200 Subject: [PATCH] Prepare release v1.7.25 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f487ee230..911c89a3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [v1.7.25](https://github.com/containous/traefik/tree/v1.7.25) (2020-07-15) +[All Commits](https://github.com/containous/traefik/compare/v1.7.24...v1.7.25) + +**Bug fixes:** +- **[middleware]** Fix ipv6 handling in redirect middleware ([#6901](https://github.com/containous/traefik/pull/6901) by [rtribotte](https://github.com/rtribotte)) +- **[provider]** Backport "Same Configuration Check" from master ([#6631](https://github.com/containous/traefik/pull/6631) by [rkojedzinszky](https://github.com/rkojedzinszky)) + +**Documentation:** +- **[k8s]** Add ingress setup for minikube in docs ([#6552](https://github.com/containous/traefik/pull/6552) by [kobayashi](https://github.com/kobayashi)) +- Doc improvement on entrypoints whitelist for v1.7 ([#6571](https://github.com/containous/traefik/pull/6571) by [ddtmachado](https://github.com/ddtmachado)) + ## [v1.7.24](https://github.com/containous/traefik/tree/v1.7.24) (2020-03-25) [All Commits](https://github.com/containous/traefik/compare/v1.7.23...v1.7.24)