Skip to content
Snippets Groups Projects
Commit 80a7ae98 authored by Brad Beam's avatar Brad Beam Committed by GitHub
Browse files

Merge pull request #1581 from 2ffs2nns/update-calico-version

update calico version
parents 76b72338 6c30a7b2
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ Versions of supported components ...@@ -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 ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment