From 9cf229486d180b60ddd94a9eb4c89f329134119a Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Wed, 23 May 2018 20:42:21 +0000 Subject: [PATCH] Update Envoy to c2baf348055284ac761d94e9a06bc37ebf8a3532. Signed-off-by: Piotr Sikora --- WORKSPACE | 2 +- istio.deps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 6c349d8d3be..0f70ed8877d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -38,7 +38,7 @@ git_repository( ) # When updating envoy sha manually please update the sha in istio.deps file also -ENVOY_SHA = "12c470e666d23f1cedaea92cdae6c747d6081dfe" +ENVOY_SHA = "c2baf348055284ac761d94e9a06bc37ebf8a3532" http_archive( name = "envoy", diff --git a/istio.deps b/istio.deps index 974d7be4f23..22b7edddc1b 100644 --- a/istio.deps +++ b/istio.deps @@ -11,6 +11,6 @@ "name": "ENVOY_SHA", "repoName": "envoyproxy/envoy", "file": "WORKSPACE", - "lastStableSHA": "12c470e666d23f1cedaea92cdae6c747d6081dfe" + "lastStableSHA": "c2baf348055284ac761d94e9a06bc37ebf8a3532" } ]