From 37bfd8ac347955661af695a417492655b21939dc Mon Sep 17 00:00:00 2001 From: alyssawilk Date: Thu, 20 Dec 2018 14:35:50 -0500 Subject: [PATCH] cutting 1.9 release (#5366) Risk Level: n/a Testing: n/a Docs Changes: 1.9! Release Notes: They're official Deprecated: 1.8 ;-) Signed-off-by: Alyssa Wilk --- DEPRECATED.md | 2 +- VERSION | 2 +- docs/root/intro/version_history.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPRECATED.md b/DEPRECATED.md index 1d0df9f31db0..ea1077ec9e7f 100644 --- a/DEPRECATED.md +++ b/DEPRECATED.md @@ -6,7 +6,7 @@ As of release 1.3.0, Envoy will follow a The following features have been DEPRECATED and will be removed in the specified release cycle. A logged warning is expected for each deprecated item that is in deprecation window. -## Version 1.9.0 (pending) +## Version 1.9.0 * Order of execution of the network write filter chain has been reversed. Prior to this release cycle it was incorrect, see [#4599](https://github.com/envoyproxy/envoy/issues/4599). In the 1.9.0 release cycle we introduced `bugfix_reverse_write_filter_order` in [lds.proto] (https://github.com/envoyproxy/envoy/blob/master/api/envoy/api/v2/lds.proto) to temporarily support both old and new behaviors. Note this boolean field is deprecated. * Order of execution of the HTTP encoder filter chain has been reversed. Prior to this release cycle it was incorrect, see [#4599](https://github.com/envoyproxy/envoy/issues/4599). In the 1.9.0 release cycle we introduced `bugfix_reverse_encode_order` in [http_connection_manager.proto] (https://github.com/envoyproxy/envoy/blob/master/api/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto) to temporarily support both old and new behaviors. Note this boolean field is deprecated. diff --git a/VERSION b/VERSION index b57588e592f8..f8e233b27332 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.0-dev +1.9.0 diff --git a/docs/root/intro/version_history.rst b/docs/root/intro/version_history.rst index 45707d7ecfe7..26aa65e345c5 100644 --- a/docs/root/intro/version_history.rst +++ b/docs/root/intro/version_history.rst @@ -1,7 +1,7 @@ Version history --------------- -1.9.0 (pending) +1.9.0 =============== * access log: added a :ref:`JSON logging mode ` to output access logs in JSON format. * access log: added dynamic metadata to access log messages streamed over gRPC.