diff --git a/WORKSPACE b/WORKSPACE index b864fa6513a..d4b43afca6e 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 = "2b2c299144600fb9e525d21aabf39bf48e64fb1f" +ENVOY_SHA = "cf0cbc58a02996b53c63e41bfdcd76c02fece84e" http_archive( name = "envoy", diff --git a/istio.deps b/istio.deps index 13503371a98..17f1280c89c 100644 --- a/istio.deps +++ b/istio.deps @@ -4,13 +4,13 @@ "name": "ISTIO_API", "repoName": "api", "file": "repositories.bzl", - "lastStableSHA": "636ea68d62bf143ee9f8067a31a7824804613440" + "lastStableSHA": "78da6e6eb4ad4f158fb58e02f94efde4abf4cabf" }, { "_comment": "", "name": "ENVOY_SHA", "repoName": "envoyproxy/envoy", "file": "WORKSPACE", - "lastStableSHA": "2b2c299144600fb9e525d21aabf39bf48e64fb1f" + "lastStableSHA": "cf0cbc58a02996b53c63e41bfdcd76c02fece84e" } -] \ No newline at end of file +] diff --git a/repositories.bzl b/repositories.bzl index bf9e1e7d501..a3cd41685c5 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -113,7 +113,7 @@ cc_library( actual = "@googletest_git//:googletest_prod", ) -ISTIO_API = "636ea68d62bf143ee9f8067a31a7824804613440" +ISTIO_API = "78da6e6eb4ad4f158fb58e02f94efde4abf4cabf" def mixerapi_repositories(bind=True): BUILD = """