Merge pull request #32245 from aaronlevy/bump-kube-cross

Automatic merge from submit-queue

Fix `make release` breaking due to incorrect etcd version

`make release` fails with `etcd version 3.0.4 or greater required` when attempting to run integration tests.

Looks like etcd version was bumped in: https://github.com/kubernetes/kubernetes/pull/30508 (also once prior to that as well), but the kube-cross image version was not bumped in `build/build-image/cross/VERSION`

I did a manual check and and it looks like a `gcr.io/google_containers/kube-cross:v1.6.3-3` already exists and it does contain etcd v3.0.4
This commit is contained in:
Kubernetes Submit Queue 2016-09-08 15:04:31 -07:00 committed by GitHub
commit 0037b67cdf

View File

@ -1 +1 @@
v1.6.3-2
v1.6.3-4