Merge pull request #1219 from zouyee/master
upgrade etcd version from v3.0.6 to v3.0.17
This commit is contained in:
commit
f7b0524ee2
3 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ Versions of supported components
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
[kubernetes](https://github.com/kubernetes/kubernetes/releases) v1.5.1 <br>
|
[kubernetes](https://github.com/kubernetes/kubernetes/releases) v1.5.1 <br>
|
||||||
[etcd](https://github.com/coreos/etcd/releases) v3.0.6 <br>
|
[etcd](https://github.com/coreos/etcd/releases) v3.0.17 <br>
|
||||||
[flanneld](https://github.com/coreos/flannel/releases) v0.6.2 <br>
|
[flanneld](https://github.com/coreos/flannel/releases) v0.6.2 <br>
|
||||||
[calicoctl](https://github.com/projectcalico/calico-docker/releases) v0.23.0 <br>
|
[calicoctl](https://github.com/projectcalico/calico-docker/releases) v0.23.0 <br>
|
||||||
[canal](https://github.com/projectcalico/canal) (given calico/flannel versions) <br>
|
[canal](https://github.com/projectcalico/canal) (given calico/flannel versions) <br>
|
||||||
|
|
|
@ -19,7 +19,7 @@ download_always_pull: False
|
||||||
|
|
||||||
# Versions
|
# Versions
|
||||||
kube_version: v1.6.1
|
kube_version: v1.6.1
|
||||||
etcd_version: v3.0.6
|
etcd_version: v3.0.17
|
||||||
#TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults
|
#TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults
|
||||||
# after migration to container download
|
# after migration to container download
|
||||||
calico_version: "v1.1.0-rc8"
|
calico_version: "v1.1.0-rc8"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
local_release_dir: /tmp
|
local_release_dir: /tmp
|
||||||
|
|
||||||
# Versions
|
# Versions
|
||||||
etcd_version: v3.0.6
|
etcd_version: v3.0.17
|
||||||
calico_version: v0.23.0
|
calico_version: v0.23.0
|
||||||
calico_cni_version: v1.5.6
|
calico_cni_version: v1.5.6
|
||||||
weave_version: v1.8.2
|
weave_version: v1.8.2
|
||||||
|
|
Loading…
Reference in a new issue