From 44884809d2a920ba566f9d28b6cfe791667ce777 Mon Sep 17 00:00:00 2001 From: Joshua Blatt Date: Mon, 3 Jun 2019 13:28:47 -0700 Subject: [PATCH 1/2] Update istio/envoy sha to pick up https://github.com/envoyproxy/envoy/pull/6994 --- WORKSPACE | 4 ++-- istio.deps | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 3d02ff6bf7d..c5099f752ed 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -38,8 +38,8 @@ bind( # When updating envoy sha manually please update the sha in istio.deps file also # # Determine SHA256 `wget https://github.com/envoyproxy/envoy/archive/COMMIT.tar.gz && sha256sum COMMIT.tar.gz` -ENVOY_SHA = "8193a430e75f69dc2bc6fa1ddca5976f5853c954" -ENVOY_SHA256 = "d8150961d85426e239ff11eebc31e795c73b199e04ac026c399ac52a8e251d37" +ENVOY_SHA = "ad3380528ffc6e546274fe51e96d81a25b32631f" +ENVOY_SHA256 = "b537995004790da91605ecc2c78612d2521eb4fc0111651754090e8e67db7afe" LOCAL_ENVOY_PROJECT = "/PATH/TO/ENVOY" http_archive( diff --git a/istio.deps b/istio.deps index 4c3524f94e9..535cd89c233 100644 --- a/istio.deps +++ b/istio.deps @@ -11,6 +11,6 @@ "name": "ENVOY_SHA", "repoName": "istio/envoy", "file": "WORKSPACE", - "lastStableSHA": "8193a430e75f69dc2bc6fa1ddca5976f5853c954" + "lastStableSHA": "ad3380528ffc6e546274fe51e96d81a25b32631f" } ] From a5db405a0e020cdba2c437f7206bcfde6f9158e1 Mon Sep 17 00:00:00 2001 From: Joshua Blatt Date: Mon, 3 Jun 2019 16:27:03 -0700 Subject: [PATCH 2/2] Pick up https://github.com/istio/envoy/pull/76 --- WORKSPACE | 4 ++-- istio.deps | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index c5099f752ed..e32140162e7 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -38,8 +38,8 @@ bind( # When updating envoy sha manually please update the sha in istio.deps file also # # Determine SHA256 `wget https://github.com/envoyproxy/envoy/archive/COMMIT.tar.gz && sha256sum COMMIT.tar.gz` -ENVOY_SHA = "ad3380528ffc6e546274fe51e96d81a25b32631f" -ENVOY_SHA256 = "b537995004790da91605ecc2c78612d2521eb4fc0111651754090e8e67db7afe" +ENVOY_SHA = "52a04b6c55b7f6d5646c0fb235ce403394f67839" +ENVOY_SHA256 = "101b2401ee702d2a13e6232a51d5ad16caea30654b726e29ad847480845e6552" LOCAL_ENVOY_PROJECT = "/PATH/TO/ENVOY" http_archive( diff --git a/istio.deps b/istio.deps index 535cd89c233..eb2d52f0985 100644 --- a/istio.deps +++ b/istio.deps @@ -11,6 +11,6 @@ "name": "ENVOY_SHA", "repoName": "istio/envoy", "file": "WORKSPACE", - "lastStableSHA": "ad3380528ffc6e546274fe51e96d81a25b32631f" + "lastStableSHA": "52a04b6c55b7f6d5646c0fb235ce403394f67839" } ]