Skip to content

Commit

Permalink
Update_Dependencies (istio#2051)
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
istio-testing authored and istio-merge-robot committed Dec 9, 2017
1 parent bf3a579 commit e582553
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ go_repository(

# Change this and the pilot/docker/Dockerfile.proxy* files together
# This SHA is obtained from proxy/postsubmit job
ISTIO_PROXY_BUCKET = "e4a0005725b1f117b28c120d3a526ee4ca8cfbef"
ISTIO_PROXY_BUCKET = "a09fc9fc389333b888c3ab1ebf1f79c923a3d0e3"

http_file(
name = "envoy_binary",
Expand Down
2 changes: 1 addition & 1 deletion istio.VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export MIXER_TAG="5253b6b574a98b209c0ef3d0d6e90c1b8d6a5c2a"
export PILOT_HUB="gcr.io/istio-testing"
export PILOT_TAG="3101ea9d82a5f83b699c2d3245b371a19fa6bef4"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/3101ea9d82a5f83b699c2d3245b371a19fa6bef4/artifacts/istioctl"
export PROXY_TAG="e4a0005725b1f117b28c120d3a526ee4ca8cfbef"
export PROXY_TAG="a09fc9fc389333b888c3ab1ebf1f79c923a3d0e3"
export ISTIO_NAMESPACE="istio-system"
export AUTH_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/auth/d10e0c4aa05ca726cae71aa5d033dea4f7bc26e4/artifacts/debs"
export PILOT_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/pilot/3101ea9d82a5f83b699c2d3245b371a19fa6bef4/artifacts/debs"
Expand Down
8 changes: 4 additions & 4 deletions istio.deps
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
"repoName": "proxy",
"prodBranch": "master",
"file": "WORKSPACE",
"lastStableSHA": "e4a0005725b1f117b28c120d3a526ee4ca8cfbef"
"lastStableSHA": "a09fc9fc389333b888c3ab1ebf1f79c923a3d0e3"
},
{
"name": "/envoy",
"repoName": "proxy",
"prodBranch": "master",
"file": "pilot/docker/Dockerfile.proxy",
"lastStableSHA": "e4a0005725b1f117b28c120d3a526ee4ca8cfbef"
"lastStableSHA": "a09fc9fc389333b888c3ab1ebf1f79c923a3d0e3"
},
{
"name": "/envoy-debug",
"repoName": "proxy",
"prodBranch": "master",
"file": "pilot/docker/Dockerfile.proxy_debug",
"lastStableSHA": "e4a0005725b1f117b28c120d3a526ee4ca8cfbef"
"lastStableSHA": "a09fc9fc389333b888c3ab1ebf1f79c923a3d0e3"
},
{
"name": "PROXY_TAG",
"repoName": "proxy",
"prodBranch": "master",
"file": "istio.VERSION",
"lastStableSHA": "e4a0005725b1f117b28c120d3a526ee4ca8cfbef"
"lastStableSHA": "a09fc9fc389333b888c3ab1ebf1f79c923a3d0e3"
}
]
2 changes: 1 addition & 1 deletion pilot/docker/Dockerfile.proxy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Change this and ../../WORKSPACE at the same time
FROM gcr.io/istio-testing/envoy:e4a0005725b1f117b28c120d3a526ee4ca8cfbef
FROM gcr.io/istio-testing/envoy:a09fc9fc389333b888c3ab1ebf1f79c923a3d0e3
ADD pilot-agent /usr/local/bin/pilot-agent

COPY envoy_pilot.json /etc/istio/proxy/envoy_pilot.json
Expand Down
2 changes: 1 addition & 1 deletion pilot/docker/Dockerfile.proxy_debug
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Change this and ../../WORKSPACE at the same time
FROM gcr.io/istio-testing/envoy-debug:e4a0005725b1f117b28c120d3a526ee4ca8cfbef
FROM gcr.io/istio-testing/envoy-debug:a09fc9fc389333b888c3ab1ebf1f79c923a3d0e3
ADD pilot-agent /usr/local/bin/pilot-agent

COPY envoy_pilot.json /etc/istio/proxy/envoy_pilot.json
Expand Down

0 comments on commit e582553

Please sign in to comment.