From 4d29824e305ce06290ab6a14954a62e1fbc46ef5 Mon Sep 17 00:00:00 2001 From: istio-bot Date: Thu, 15 Feb 2018 19:28:41 -0800 Subject: [PATCH] Update_Dependencies (#3543) Automatic merge from submit-queue. [DO NOT MERGE] Auto PR to update dependencies of istio This PR will be merged automatically once checks are successful. ```release-note none ``` --- istio.VERSION | 2 +- istio.deps | 6 +++--- pilot/docker/Dockerfile.proxy | 2 +- pilot/docker/Dockerfile.proxy_debug | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/istio.VERSION b/istio.VERSION index 6701148bb7bd..134c39eab872 100644 --- a/istio.VERSION +++ b/istio.VERSION @@ -7,7 +7,7 @@ export MIXER_TAG="replace-by-actual-tag" export PILOT_HUB="gcr.io/istio-testing" export PILOT_TAG="replace-by-actual-tag" export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/replace-by-actual-tag/artifacts/istioctl" -export PROXY_TAG="2cb7cb7da3ad3705f8db6cb67258c2d13a3b8ff2" +export PROXY_TAG="2cf71f9ee23c80111fcb9c55ccba879eed530b61" export PROXY_DEBUG="" export ISTIO_NAMESPACE="istio-system" export PILOT_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/pilot/replace-by-actual-tag/artifacts/debs" diff --git a/istio.deps b/istio.deps index 3a581ac8bc10..dc1a2cd54259 100644 --- a/istio.deps +++ b/istio.deps @@ -11,20 +11,20 @@ "repoName": "proxy", "prodBranch": "master", "file": "pilot/docker/Dockerfile.proxy", - "lastStableSHA": "2cb7cb7da3ad3705f8db6cb67258c2d13a3b8ff2" + "lastStableSHA": "2cf71f9ee23c80111fcb9c55ccba879eed530b61" }, { "name": "/envoy-debug", "repoName": "proxy", "prodBranch": "master", "file": "pilot/docker/Dockerfile.proxy_debug", - "lastStableSHA": "2cb7cb7da3ad3705f8db6cb67258c2d13a3b8ff2" + "lastStableSHA": "2cf71f9ee23c80111fcb9c55ccba879eed530b61" }, { "name": "PROXY_TAG", "repoName": "proxy", "prodBranch": "master", "file": "istio.VERSION", - "lastStableSHA": "2cb7cb7da3ad3705f8db6cb67258c2d13a3b8ff2" + "lastStableSHA": "2cf71f9ee23c80111fcb9c55ccba879eed530b61" } ] \ No newline at end of file diff --git a/pilot/docker/Dockerfile.proxy b/pilot/docker/Dockerfile.proxy index 5b0da8dde446..c7886efb7d5c 100644 --- a/pilot/docker/Dockerfile.proxy +++ b/pilot/docker/Dockerfile.proxy @@ -1,5 +1,5 @@ # keep Dockerfile.proxy and Dockerfile.proxy_debug consistent for proxy sha -FROM gcr.io/istio-testing/envoy:2cb7cb7da3ad3705f8db6cb67258c2d13a3b8ff2 +FROM gcr.io/istio-testing/envoy:2cf71f9ee23c80111fcb9c55ccba879eed530b61 ADD pilot-agent /usr/local/bin/pilot-agent COPY envoy_pilot.json /etc/istio/proxy/envoy_pilot.json diff --git a/pilot/docker/Dockerfile.proxy_debug b/pilot/docker/Dockerfile.proxy_debug index e33210726629..0deec64db1b1 100644 --- a/pilot/docker/Dockerfile.proxy_debug +++ b/pilot/docker/Dockerfile.proxy_debug @@ -1,5 +1,5 @@ # keep Dockerfile.proxy and Dockerfile.proxy_debug consistent for proxy sha -FROM gcr.io/istio-testing/envoy-debug:2cb7cb7da3ad3705f8db6cb67258c2d13a3b8ff2 +FROM gcr.io/istio-testing/envoy-debug:2cf71f9ee23c80111fcb9c55ccba879eed530b61 ADD pilot-agent /usr/local/bin/pilot-agent COPY envoy_pilot.json /etc/istio/proxy/envoy_pilot.json