From ab30cafa0c033f8ef77c54dd98badea62b78506e Mon Sep 17 00:00:00 2001 From: alyssawilk Date: Thu, 31 Oct 2019 19:31:26 -0400 Subject: [PATCH] release: bumping versions (#8824) Signed-off-by: Alyssa Wilk --- VERSION | 2 +- docs/root/intro/deprecated.rst | 4 ++-- docs/root/intro/version_history.rst | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 381cf02417c4..0eed1a29efd6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.0-dev +1.12.0 diff --git a/docs/root/intro/deprecated.rst b/docs/root/intro/deprecated.rst index 51288d445eba..00048e27f595 100644 --- a/docs/root/intro/deprecated.rst +++ b/docs/root/intro/deprecated.rst @@ -10,8 +10,8 @@ The following features have been DEPRECATED and will be removed in the specified A logged warning is expected for each deprecated item that is in deprecation window. Deprecated items below are listed in chronological order. -Version 1.12.0 (pending) -======================== +Version 1.12.0 (October 31, 2019) +================================= * The ORIGINAL_DST_LB :ref:`load balancing policy ` is deprecated, use CLUSTER_PROVIDED policy instead when configuring an :ref:`original destination cluster `. diff --git a/docs/root/intro/version_history.rst b/docs/root/intro/version_history.rst index 89fea0b1c86c..d32294de7d2d 100644 --- a/docs/root/intro/version_history.rst +++ b/docs/root/intro/version_history.rst @@ -1,8 +1,8 @@ Version history --------------- -1.12.0 (pending) -================ +1.12.0 (October 31, 2019) +========================= * access log: added a new flag for :ref:`downstream protocol error `. * access log: added :ref:`buffering ` and :ref:`periodical flushing ` support to gRPC access logger. Defaults to 16KB buffer and flushing every 1 second. * access log: added DOWNSTREAM_DIRECT_REMOTE_ADDRESS and DOWNSTREAM_DIRECT_REMOTE_ADDRESS_WITHOUT_PORT :ref:`access log formatters ` and gRPC access logger.