From 1e95445d3a0e6e60f1954fb5c75f22108606d84f Mon Sep 17 00:00:00 2001 From: Joshua Blatt Date: Thu, 21 Mar 2019 20:45:30 -0700 Subject: [PATCH 1/2] Update API and import https://github.com/envoyproxy/envoy/pull/6263 --- istio.deps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/istio.deps b/istio.deps index 703f31a4984..ae6bb2cb60f 100644 --- a/istio.deps +++ b/istio.deps @@ -4,13 +4,13 @@ "name": "ISTIO_API", "repoName": "api", "file": "repositories.bzl", - "lastStableSHA": "a68257e399a822e1797317563da8cc78edbde8c1" + "lastStableSHA": "db16d82d3672586b4beec10c1af0643d518cb454" }, { "_comment": "", "name": "ENVOY_SHA", "repoName": "envoyproxy/envoy", "file": "WORKSPACE", - "lastStableSHA": "925810d00b0d3095a8e67fd4e04e0f597ed188bb" + "lastStableSHA": "8912fa36acdf4367d37998d98cead376762d2b49" } ] From 3d61dd24f90b9f1ae9f9b29b9647390c84a1c861 Mon Sep 17 00:00:00 2001 From: Joshua Blatt Date: Thu, 21 Mar 2019 21:12:13 -0700 Subject: [PATCH 2/2] Update istio/api --- repositories.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repositories.bzl b/repositories.bzl index 6b527c03512..0fe90c1527a 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -105,8 +105,8 @@ cc_library( # 2) wget https://github.com/istio/api/archive/ISTIO_API_SHA.tar.gz # 3) sha256sum ISTIO_API_SHA.tar.gz # -ISTIO_API = "a68257e399a822e1797317563da8cc78edbde8c1" -ISTIO_API_SHA256 = "b72412bd3d8f0d2143dc84b434b69ee1f849fb37b6f91606d1ddfdb8d50b6bfd" +ISTIO_API = "db16d82d3672586b4beec10c1af0643d518cb454" +ISTIO_API_SHA256 = "2aba800c709c3d06d5de1f1f2beaa17837d9aaaca47629e1b5af16a489fa7b43" def mixerapi_repositories(bind = True): BUILD = """