From 4bb6d1bf4ff144e28e929c728629f1b911c436e3 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Wed, 25 Mar 2020 14:48:05 +0100 Subject: [PATCH] Prepare release v1.7.24 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a9191aa8..f487ee230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Bug fixes:** +- **[k8s/ingress]** fix: stickiness annotations support. ([#6576](https://github.com/containous/traefik/pull/6576) by [ldez](https://github.com/ldez)) + ## [v1.7.23](https://github.com/containous/traefik/tree/v1.7.23) (2020-03-23) [All Commits](https://github.com/containous/traefik/compare/v1.7.22...v1.7.23)