Merge pull request #1581 from 2ffs2nns/update-calico-version
update calico version
This commit is contained in:
commit
80a7ae9845
3 changed files with 4 additions and 4 deletions
|
@ -56,7 +56,7 @@ Versions of supported components
|
|||
[kubernetes](https://github.com/kubernetes/kubernetes/releases) v1.7.3 <br>
|
||||
[etcd](https://github.com/coreos/etcd/releases) v3.2.4 <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>
|
||||
[weave](http://weave.works/) v2.0.1 <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
|
||||
# TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults
|
||||
# after migration to container download
|
||||
calico_version: "v2.4.1"
|
||||
calico_ctl_version: "v1.4.0"
|
||||
calico_version: "v2.5.0"
|
||||
calico_ctl_version: "v1.5.0"
|
||||
calico_cni_version: "v1.10.0"
|
||||
calico_policy_version: "v0.7.0"
|
||||
weave_version: 2.0.1
|
||||
|
|
|
@ -3,7 +3,7 @@ local_release_dir: /tmp
|
|||
|
||||
# Versions
|
||||
etcd_version: v3.0.17
|
||||
calico_version: v2.4.1
|
||||
calico_version: v2.5.0
|
||||
calico_cni_version: v1.10.0
|
||||
weave_version: v2.0.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue