From 7aa05012de626887d886f883b3fc034add1910db Mon Sep 17 00:00:00 2001 From: Quanjie Lin Date: Fri, 24 Aug 2018 16:21:19 -0700 Subject: [PATCH] update envoy SHA --- WORKSPACE | 2 +- istio.deps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 618b21547e0..b0a0c0d40c5 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 = "c1cc68dda009452e90d485da22ee9c74c08b328d" +ENVOY_SHA = "28d5f4118d60f828b1453cd8ad25033f2c8e38ab" http_archive( name = "envoy", diff --git a/istio.deps b/istio.deps index 71d8dc56648..61a505606ad 100644 --- a/istio.deps +++ b/istio.deps @@ -11,6 +11,6 @@ "name": "ENVOY_SHA", "repoName": "envoyproxy/envoy", "file": "WORKSPACE", - "lastStableSHA": "c1cc68dda009452e90d485da22ee9c74c08b328d" + "lastStableSHA": "28d5f4118d60f828b1453cd8ad25033f2c8e38ab" } ]