From 09db8c1081e2c65438ac754cdc1f99b20f4163e8 Mon Sep 17 00:00:00 2001 From: Christoph Pakulski Date: Mon, 18 Jan 2021 22:22:25 +0000 Subject: [PATCH 1/2] Closing release 1.13.8 Signed-off-by: Christoph Pakulski --- docs/root/version_history/v1.13.8.rst | 8 ++++++++ docs/root/version_history/version_history.rst | 1 + 2 files changed, 9 insertions(+) create mode 100644 docs/root/version_history/v1.13.8.rst diff --git a/docs/root/version_history/v1.13.8.rst b/docs/root/version_history/v1.13.8.rst new file mode 100644 index 0000000000000..94d3f741b6ea2 --- /dev/null +++ b/docs/root/version_history/v1.13.8.rst @@ -0,0 +1,8 @@ +1.13.8 (January 15, 2021) +========================= + +Changes +------- +* http: fixed URL parsing for HTTP/1.1 fully qualified URLs and connect requests containing IPv6 addresses. +* tls: fix detection of the upstream connection close event. + diff --git a/docs/root/version_history/version_history.rst b/docs/root/version_history/version_history.rst index 4c5410a6f9cbc..05c5ffd155683 100644 --- a/docs/root/version_history/version_history.rst +++ b/docs/root/version_history/version_history.rst @@ -22,6 +22,7 @@ Version history v1.14.2 v1.14.1 v1.14.0 + v1.13.8 v1.13.7 v1.13.6 v1.13.5 From c3e5981b564bad940fbf952020a85935d5ecfb03 Mon Sep 17 00:00:00 2001 From: Christoph Pakulski Date: Tue, 19 Jan 2021 16:04:43 +0000 Subject: [PATCH 2/2] Corrected format in release notes. Signed-off-by: Christoph Pakulski --- docs/root/version_history/v1.13.8.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/root/version_history/v1.13.8.rst b/docs/root/version_history/v1.13.8.rst index 94d3f741b6ea2..d4d0e70fb18c8 100644 --- a/docs/root/version_history/v1.13.8.rst +++ b/docs/root/version_history/v1.13.8.rst @@ -3,6 +3,7 @@ Changes ------- + * http: fixed URL parsing for HTTP/1.1 fully qualified URLs and connect requests containing IPv6 addresses. * tls: fix detection of the upstream connection close event.