From b77557284d2ec6d882c6d2b0b18be74370c3c1db Mon Sep 17 00:00:00 2001 From: Venil Noronha Date: Tue, 6 Nov 2018 11:32:07 -0800 Subject: [PATCH] Update Envoy SHA to 4ef8562b Envoy /server_info API was inconsistent intermittently causing errors on a Proxy update on Istio. This update will bring in the API fix to Istio. Signed-off-by: Venil Noronha --- WORKSPACE | 2 +- istio.deps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index deaccaf7849..61b788691b2 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -30,7 +30,7 @@ bind( ) # When updating envoy sha manually please update the sha in istio.deps file also -ENVOY_SHA = "45a460fabf34698a875060482de96f7f618bdc9f" +ENVOY_SHA = "4ef8562b2194f222ce8a3d733fb04c629eaf0667" http_archive( name = "envoy", diff --git a/istio.deps b/istio.deps index 808e154c192..4747323d5b8 100644 --- a/istio.deps +++ b/istio.deps @@ -11,6 +11,6 @@ "name": "ENVOY_SHA", "repoName": "envoyproxy/envoy", "file": "WORKSPACE", - "lastStableSHA": "45a460fabf34698a875060482de96f7f618bdc9f" + "lastStableSHA": "4ef8562b2194f222ce8a3d733fb04c629eaf0667" } ]