From 7bb4e91eb21639b425e9f12b23a861693bdd59fb Mon Sep 17 00:00:00 2001 From: Yuchen Dai Date: Thu, 11 Apr 2019 15:24:23 -0700 Subject: [PATCH] envoy: proxy release 1.0 should use the istio/envoy with cve fix (#2168) * envoy: proxy release 1.0 should use the istio/envoy with cve fix Signed-off-by: Yuchen Dai * build: add bazel version in comment Signed-off-by: Yuchen Dai --- WORKSPACE | 5 ++++- istio.deps | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 216e318664e..7ca38cbc1c1 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -29,8 +29,11 @@ bind( actual = "//external:ssl", ) +# envoy commit date 04/09/2019 +# bazel version: 0.15.0 + # When updating envoy sha manually please update the sha in istio.deps file also -ENVOY_SHA = "2d8386532f68899ca1fe6476dc458b0df1260b29" +ENVOY_SHA = "fb9e49cbc9f136f3c49a5daa8fcdc96b2f245a51" http_archive( name = "envoy", diff --git a/istio.deps b/istio.deps index b0f70599683..ea13cfd5416 100644 --- a/istio.deps +++ b/istio.deps @@ -11,6 +11,6 @@ "name": "ENVOY_SHA", "repoName": "istio/envoy", "file": "WORKSPACE", - "lastStableSHA": "2d8386532f68899ca1fe6476dc458b0df1260b29" + "lastStableSHA": "fb9e49cbc9f136f3c49a5daa8fcdc96b2f245a51" } ]