From e95ef6bc43daeda16451ad4ef20979d8e07a5299 Mon Sep 17 00:00:00 2001 From: Matt Klein Date: Fri, 5 Apr 2019 11:07:44 -0700 Subject: [PATCH] release: bump to 1.10.0 (#6489) Signed-off-by: Matt Klein --- DEPRECATED.md | 2 +- VERSION | 2 +- docs/root/intro/version_history.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPRECATED.md b/DEPRECATED.md index 9743d8d3a910..d8c54f5b59c4 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.10.0 (pending) +## Version 1.10.0 (Apr 5, 2019) * Use of `use_alpha` in [Ext-Authz Authorization Service](https://github.com/envoyproxy/envoy/blob/master/api/envoy/service/auth/v2/external_auth.proto) is deprecated. It should be used for a short time, and only when transitioning from alpha to V2 release version. * Use of `enabled` in `CorsPolicy`, found in [route.proto](https://github.com/envoyproxy/envoy/blob/master/api/envoy/api/v2/route/route.proto). diff --git a/VERSION b/VERSION index a01185b4d67a..81c871de46b3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.0-dev +1.10.0 diff --git a/docs/root/intro/version_history.rst b/docs/root/intro/version_history.rst index 049cf1cba924..6ff2666c8547 100644 --- a/docs/root/intro/version_history.rst +++ b/docs/root/intro/version_history.rst @@ -1,8 +1,8 @@ Version history --------------- -1.10.0 (pending) -================ +1.10.0 (Apr 5, 2019) +==================== * access log: added a new flag for upstream retry count exceeded. * access log: added a :ref:`gRPC filter ` to allow filtering on gRPC status. * access log: added a new flag for stream idle timeout.