From 24a27880815b2e4bebef7850ebda02c6432c3680 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Wed, 14 Aug 2019 11:06:03 +0200 Subject: [PATCH] Prepare release v1.7.14 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 969eb5bc4..ce43836b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,13 @@ **Misc:** - Cherry pick v1.7 into v2.0 ([#5192](https://github.com/containous/traefik/pull/5192) by [ldez](https://github.com/ldez)) +## [v1.7.14](https://github.com/containous/traefik/tree/v1.7.14) (2019-08-14) +[All Commits](https://github.com/containous/traefik/compare/v1.7.13...v1.7.14) + +**Bug fixes:** +- Update to go1.12.8 ([#5201](https://github.com/containous/traefik/pull/5201) by [ldez](https://github.com/ldez)). HTTP/2 Denial of Service [CVE-2019-9512](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9512) and [CVE-2019-9514](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9514) +- **[server]** Make hijackConnectionTracker.Close thread safe ([#5194](https://github.com/containous/traefik/pull/5194) by [jlevesy](https://github.com/jlevesy)) + ## [v1.7.13](https://github.com/containous/traefik/tree/v1.7.13) (2019-08-07) [All Commits](https://github.com/containous/traefik/compare/v1.7.12...v1.7.13)