From 615840e9dd77e5f64f162dd7de438cf589d5c255 Mon Sep 17 00:00:00 2001 From: istio-bot Date: Mon, 30 Apr 2018 15:38:46 -0700 Subject: [PATCH 1/2] Update_Dependencies (#1657) --- istio.deps | 2 +- repositories.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/istio.deps b/istio.deps index 333616a7fcb..7d7444d54b6 100644 --- a/istio.deps +++ b/istio.deps @@ -5,7 +5,7 @@ "repoName": "api", "prodBranch": "master", "file": "repositories.bzl", - "lastStableSHA": "793db0cb1a2e33012166f1d6ee5918596b8199d4" + "lastStableSHA": "78da6e6eb4ad4f158fb58e02f94efde4abf4cabf" }, { "_comment": "", diff --git a/repositories.bzl b/repositories.bzl index ddb728d0074..a3cd41685c5 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -113,7 +113,7 @@ cc_library( actual = "@googletest_git//:googletest_prod", ) -ISTIO_API = "793db0cb1a2e33012166f1d6ee5918596b8199d4" +ISTIO_API = "78da6e6eb4ad4f158fb58e02f94efde4abf4cabf" def mixerapi_repositories(bind=True): BUILD = """ From acef8a5df9dd50884ed32516208626195c5e2cf6 Mon Sep 17 00:00:00 2001 From: Isaiah Snell-Feikema Date: Fri, 18 May 2018 10:57:01 -0500 Subject: [PATCH 2/2] update SHA to after SNI support has been added --- WORKSPACE | 2 +- istio.deps | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 d646d377bc2..17f1280c89c 100644 --- a/istio.deps +++ b/istio.deps @@ -11,6 +11,6 @@ "name": "ENVOY_SHA", "repoName": "envoyproxy/envoy", "file": "WORKSPACE", - "lastStableSHA": "2b2c299144600fb9e525d21aabf39bf48e64fb1f" + "lastStableSHA": "cf0cbc58a02996b53c63e41bfdcd76c02fece84e" } -] \ No newline at end of file +]