From 7f5ebbd03df321e661c2ec9f7069c88e21fe72cb Mon Sep 17 00:00:00 2001 From: Christoph Pakulski Date: Tue, 8 Dec 2020 14:49:12 +0000 Subject: [PATCH] Kick off rel 1.15.4. Signed-off-by: Christoph Pakulski --- VERSION | 2 +- docs/root/version_history/current.rst | 9 ++------- docs/root/version_history/v1.15.3.rst | 10 ++++++++++ docs/root/version_history/version_history.rst | 1 + 4 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 docs/root/version_history/v1.15.3.rst diff --git a/VERSION b/VERSION index f2380cc7aefe..e4ae2348371a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.3 +1.15.4-dev diff --git a/docs/root/version_history/current.rst b/docs/root/version_history/current.rst index 768e779f1b7b..4ee16cde02cf 100644 --- a/docs/root/version_history/current.rst +++ b/docs/root/version_history/current.rst @@ -1,10 +1,5 @@ -1.15.3 (December 7, 2020) -========================= +1.15.4 (Pending) +================ Changes ------- -* listener: fix crash when disabling or re-enabling listeners due to overload while processing LDS updates. -* 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. diff --git a/docs/root/version_history/v1.15.3.rst b/docs/root/version_history/v1.15.3.rst new file mode 100644 index 000000000000..768e779f1b7b --- /dev/null +++ b/docs/root/version_history/v1.15.3.rst @@ -0,0 +1,10 @@ +1.15.3 (December 7, 2020) +========================= + +Changes +------- +* listener: fix crash when disabling or re-enabling listeners due to overload while processing LDS updates. +* 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. diff --git a/docs/root/version_history/version_history.rst b/docs/root/version_history/version_history.rst index b99c23cf1db1..20b0f463a04b 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.15.3 v1.15.2 v1.15.1 v1.15.0