From 0bfb526a90d61279bf4b583388ef397fb0b4217d Mon Sep 17 00:00:00 2001 From: Vadim Eisenberg Date: Wed, 4 Jul 2018 11:19:58 +0300 Subject: [PATCH] update Envoy's SHA to latest to include the SNI inspecting method, for using SNI in telemetry and policies Signed-off-by: Vadim Eisenberg --- WORKSPACE | 2 +- istio.deps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 03e70ac0e9c..ea8180d15b7 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 = "93d96b52b47ac2f296379c15b03946cb33c58252" +ENVOY_SHA = "3b05bffcbaedaf6d112ba38ad58121ba5aa5af51" http_archive( name = "envoy", diff --git a/istio.deps b/istio.deps index 29f5ed5b453..b7fadbef5d2 100644 --- a/istio.deps +++ b/istio.deps @@ -11,6 +11,6 @@ "name": "ENVOY_SHA", "repoName": "envoyproxy/envoy", "file": "WORKSPACE", - "lastStableSHA": "93d96b52b47ac2f296379c15b03946cb33c58252" + "lastStableSHA": "3b05bffcbaedaf6d112ba38ad58121ba5aa5af51" } ]