From 04f0ebf776b4a7c0eb8e1e98bb493902a250a580 Mon Sep 17 00:00:00 2001 From: Romain Date: Mon, 13 Jul 2020 18:18:03 +0200 Subject: [PATCH] Prepare release v2.2.5 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d2229097..57ee548bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v2.2.5](https://github.com/containous/traefik/tree/v2.2.5) (2020-07-13) +[All Commits](https://github.com/containous/traefik/compare/v2.2.4...v2.2.5) + +**Bug fixes:** +- **[k8s,k8s/crd]** fix k8s crd to read contentType middleware into dynamic config ([#7034](https://github.com/containous/traefik/pull/7034) by [johnpekcan](https://github.com/johnpekcan)) +- **[rules,server,tls]** Revert domain fronting fix ([#7039](https://github.com/containous/traefik/pull/7039) by [rtribotte](https://github.com/rtribotte)) +- **[tls]** Fix default value for InsecureSNI when global is not set ([#7037](https://github.com/containous/traefik/pull/7037) by [juliens](https://github.com/juliens)) + ## [v2.2.4](https://github.com/containous/traefik/tree/v2.2.4) (2020-07-10) [All Commits](https://github.com/containous/traefik/compare/v2.2.3...v2.2.4)