Merge pull request #451 from kubespray/etcd306

Rebase etcd to v3.0.6
This commit is contained in:
Smaine Kahlouch 2016-08-29 18:56:32 +02:00 committed by GitHub
commit f4d4d490af
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ download_run_once: False
# Versions
include_vars: kube_versions.yml
etcd_version: v3.0.1
etcd_version: v3.0.6
#TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults
# after migration to container download
calico_version: v0.20.0

View file

@ -1,5 +1,5 @@
---
etcd_version: v3.0.1
etcd_version: v3.0.6
etcd_bin_dir: "{{ local_release_dir }}/etcd/etcd-{{ etcd_version }}-linux-amd64/"
# Possible values: host, docker

View file

@ -4,7 +4,7 @@ local_release_dir: /tmp
# Versions
include_vars: kube_versions.yml
etcd_version: v3.0.1
etcd_version: v3.0.6
calico_version: v0.20.0
calico_cni_version: v1.3.1
weave_version: v1.6.1