From 57cfb92fc3e161516a06c8cca301ff1cb09c7ba6 Mon Sep 17 00:00:00 2001 From: Yan Avlasov Date: Thu, 24 Jun 2021 21:25:34 -0400 Subject: [PATCH] Kick off release v1.17.4 Signed-off-by: Yan Avlasov --- VERSION | 2 +- docs/root/version_history/current.rst | 3 +-- docs/root/version_history/v1.17.3.rst | 6 ++++++ docs/root/version_history/version_history.rst | 1 + 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 docs/root/version_history/v1.17.3.rst diff --git a/VERSION b/VERSION index b9a05a6dc1d6b..cbb0156c82c66 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.3 +1.17.4-dev diff --git a/docs/root/version_history/current.rst b/docs/root/version_history/current.rst index 8cdc862a51f76..daa2c743dada5 100644 --- a/docs/root/version_history/current.rst +++ b/docs/root/version_history/current.rst @@ -1,4 +1,4 @@ -1.17.3 (May 11, 2021) +1.17.4 (Pending) ======================= Incompatible Behavior Changes @@ -19,7 +19,6 @@ Removed Config or Runtime New Features ------------ -* http: added the ability to :ref:`unescape slash sequences` in the path. Requests with unescaped slashes can be proxied, rejected or redirected to the new unescaped path. By default this feature is disabled. The default behavior can be overridden through :ref:`http_connection_manager.path_with_escaped_slashes_action` runtime variable. This action can be selectively enabled for a portion of requests by setting the :ref:`http_connection_manager.path_with_escaped_slashes_action_sampling` runtime variable. Deprecated ---------- diff --git a/docs/root/version_history/v1.17.3.rst b/docs/root/version_history/v1.17.3.rst new file mode 100644 index 0000000000000..ed25bbc9b4a45 --- /dev/null +++ b/docs/root/version_history/v1.17.3.rst @@ -0,0 +1,6 @@ +1.17.3 (May 11, 2021) +======================= + +New Features +------------ +* http: added the ability to :ref:`unescape slash sequences` in the path. Requests with unescaped slashes can be proxied, rejected or redirected to the new unescaped path. By default this feature is disabled. The default behavior can be overridden through :ref:`http_connection_manager.path_with_escaped_slashes_action` runtime variable. This action can be selectively enabled for a portion of requests by setting the :ref:`http_connection_manager.path_with_escaped_slashes_action_sampling` runtime variable. diff --git a/docs/root/version_history/version_history.rst b/docs/root/version_history/version_history.rst index 74b1f422229d7..2f3e19e74377e 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.17.3 v1.17.2 v1.17.1 v1.17.0