Skip to content

Commit

Permalink
Merge pull request #36232 from wojtek-t/cherrypick_etcd3
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Cherrypick etcd3 changes

Ref #20504

From production pov, this PR is supposed to be no-op (since we are not switching the defaults still).
  • Loading branch information
Kubernetes Submit Queue committed Nov 8, 2016
2 parents 28e092e + 1148b30 commit ece834b
Show file tree
Hide file tree
Showing 23 changed files with 406 additions and 221 deletions.
208 changes: 104 additions & 104 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/build-image/cross/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN mkdir $TMPDIR \
github.com/jteeuwen/go-bindata/go-bindata

# Download and symlink etcd. We need this for our integration tests.
RUN export ETCD_VERSION=v2.2.1; \
RUN export ETCD_VERSION=v3.0.13; \
mkdir -p /usr/local/src/etcd \
&& cd /usr/local/src/etcd \
&& curl -fsSL https://github.com/coreos/etcd/releases/download/${ETCD_VERSION}/etcd-${ETCD_VERSION}-linux-amd64.tar.gz | tar -xz \
Expand Down
2 changes: 1 addition & 1 deletion build/build-image/cross/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.6.3-8
v1.6.3-9

0 comments on commit ece834b

Please sign in to comment.