From e98e41a8e168af7acae8079fc0cd68155f699aa3 Mon Sep 17 00:00:00 2001 From: Christoph Pakulski Date: Mon, 7 Dec 2020 20:17:40 -0500 Subject: [PATCH] Closing release 1.16.2. (#14308) Signed-off-by: Christoph Pakulski --- VERSION | 2 +- docs/root/version_history/current.rst | 11 ++----- docs/root/version_history/v1.16.1.rst | 31 +++++++++++++++++++ docs/root/version_history/version_history.rst | 1 + 4 files changed, 36 insertions(+), 9 deletions(-) create mode 100644 docs/root/version_history/v1.16.1.rst diff --git a/VERSION b/VERSION index 41c11ffb730c..4a02d2c3170b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.1 +1.16.2 diff --git a/docs/root/version_history/current.rst b/docs/root/version_history/current.rst index 299de78b83f8..b1af2497d4bd 100644 --- a/docs/root/version_history/current.rst +++ b/docs/root/version_history/current.rst @@ -1,5 +1,5 @@ -1.16.1 (November 20, 2020) -========================== +1.16.2 (December 7, 2020) +========================= Incompatible Behavior Changes ----------------------------- @@ -12,13 +12,8 @@ Minor Behavior Changes Bug Fixes --------- *Changes expected to improve the state of the world and are unlikely to have negative effects* -* examples: examples use v3 configs. + * http: fixed URL parsing for HTTP/1.1 fully qualified URLs and connect requests containing IPv6 addresses. -* listener: fix crash when disabling or re-enabling listeners due to overload while processing LDS updates. -* proxy_proto: fixed a bug where the wrong downstream address got sent to upstream connections. -* proxy_proto: fixed a bug where network filters would not have the correct downstreamRemoteAddress() when accessed from the StreamInfo. This could result in incorrect enforcement of RBAC rules in the RBAC network filter (but not in the RBAC HTTP filter), or incorrect access log addresses from tcp_proxy. -* tls: fix read resumption after triggering buffer high-watermark and all remaining request/response bytes are stored in the SSL connection's internal buffers. -* udp: fixed issue in which receiving truncated UDP datagrams would cause Envoy to crash. * vrp: allow supervisord to open its log file. Removed Config or Runtime diff --git a/docs/root/version_history/v1.16.1.rst b/docs/root/version_history/v1.16.1.rst new file mode 100644 index 000000000000..18ffb805e2b9 --- /dev/null +++ b/docs/root/version_history/v1.16.1.rst @@ -0,0 +1,31 @@ +1.16.1 (November 20, 2020) +========================== + +Incompatible Behavior Changes +----------------------------- +*Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required* + +Minor Behavior Changes +---------------------- +*Changes that may cause incompatibilities for some users, but should not for most* + +Bug Fixes +--------- +*Changes expected to improve the state of the world and are unlikely to have negative effects* + +* examples: examples use v3 configs. +* listener: fix crash when disabling or re-enabling listeners due to overload while processing LDS updates. +* proxy_proto: fixed a bug where the wrong downstream address got sent to upstream connections. +* proxy_proto: fixed a bug where network filters would not have the correct downstreamRemoteAddress() when accessed from the StreamInfo. This could result in incorrect enforcement of RBAC rules in the RBAC network filter (but not in the RBAC HTTP filter), or incorrect access log addresses from tcp_proxy. +* tls: fix read resumption after triggering buffer high-watermark and all remaining request/response bytes are stored in the SSL connection's internal buffers. +* udp: fixed issue in which receiving truncated UDP datagrams would cause Envoy to crash. + +Removed Config or Runtime +------------------------- +*Normally occurs at the end of the* :ref:`deprecation period ` + +New Features +------------ + +Deprecated +---------- diff --git a/docs/root/version_history/version_history.rst b/docs/root/version_history/version_history.rst index 453bda753f1f..c01875afafcc 100644 --- a/docs/root/version_history/version_history.rst +++ b/docs/root/version_history/version_history.rst @@ -7,6 +7,7 @@ Version history :titlesonly: current + v1.16.1 v1.16.0 v1.15.2 v1.15.1