mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-23 05:56:02 -03:30
Merge pull request #1581 from 2ffs2nns/update-calico-version
update calico version
This commit is contained in:
@@ -56,7 +56,7 @@ Versions of supported components
|
|||||||
[kubernetes](https://github.com/kubernetes/kubernetes/releases) v1.7.3 <br>
|
[kubernetes](https://github.com/kubernetes/kubernetes/releases) v1.7.3 <br>
|
||||||
[etcd](https://github.com/coreos/etcd/releases) v3.2.4 <br>
|
[etcd](https://github.com/coreos/etcd/releases) v3.2.4 <br>
|
||||||
[flanneld](https://github.com/coreos/flannel/releases) v0.8.0 <br>
|
[flanneld](https://github.com/coreos/flannel/releases) v0.8.0 <br>
|
||||||
[calicoctl](https://github.com/projectcalico/calico-docker/releases) v1.1.3 <br>
|
[calico](https://docs.projectcalico.org/v2.5/releases/) v2.5.0 <br>
|
||||||
[canal](https://github.com/projectcalico/canal) (given calico/flannel versions) <br>
|
[canal](https://github.com/projectcalico/canal) (given calico/flannel versions) <br>
|
||||||
[weave](http://weave.works/) v2.0.1 <br>
|
[weave](http://weave.works/) v2.0.1 <br>
|
||||||
[docker](https://www.docker.com/) v1.13 (see note)<br>
|
[docker](https://www.docker.com/) v1.13 (see note)<br>
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ kube_version: v1.7.3
|
|||||||
etcd_version: v3.2.4
|
etcd_version: v3.2.4
|
||||||
# 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: "v2.4.1"
|
calico_version: "v2.5.0"
|
||||||
calico_ctl_version: "v1.4.0"
|
calico_ctl_version: "v1.5.0"
|
||||||
calico_cni_version: "v1.10.0"
|
calico_cni_version: "v1.10.0"
|
||||||
calico_policy_version: "v0.7.0"
|
calico_policy_version: "v0.7.0"
|
||||||
weave_version: 2.0.1
|
weave_version: 2.0.1
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ local_release_dir: /tmp
|
|||||||
|
|
||||||
# Versions
|
# Versions
|
||||||
etcd_version: v3.0.17
|
etcd_version: v3.0.17
|
||||||
calico_version: v2.4.1
|
calico_version: v2.5.0
|
||||||
calico_cni_version: v1.10.0
|
calico_cni_version: v1.10.0
|
||||||
weave_version: v2.0.1
|
weave_version: v2.0.1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user