Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update version.yml for v2.6.4-rc2 #1513

Merged
merged 1 commit into from
Dec 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions _data/versions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,53 @@
v2.6:
- title: v2.6.4-rc2
note: |
15 December 2017

This is a release candidate for testing purposes only.

<div class="alert alert-danger" role="alert"><b>Important</b>: If you are using the Kubernetes datastore and upgrading from Calico v2.4.x or earlier to Calico v2.5.x or later, you must <a href="https://github.com/projectcalico/calico/blob/master/upgrade/v2.5/README.md">migrate your Calico configuration data</a> before upgrading. Otherwise, your cluster may lose connectivity after the upgrade.</div>

components:
felix:
version: 2.6.3-rc2
url: https://github.com/projectcalico/felix/releases/tag/2.6.3-rc2
typha:
version: v0.5.4-rc2
url: https://github.com/projectcalico/typha/releases/tag/v0.5.4-rc2
calicoctl:
version: v1.6.3-rc1
url: https://github.com/projectcalico/calicoctl/releases/tag/v1.6.3-rc1
download_url: https://github.com/projectcalico/calicoctl/releases/download/v1.6.3-rc1/calicoctl
calico/node:
version: v2.6.4-rc2
url: https://github.com/projectcalico/calico/releases/tag/v2.6.4-rc2
calico/cni:
version: v1.11.2-rc1
url: https://github.com/projectcalico/cni-plugin/releases/tag/v1.11.2-rc1
download_calico_url: https://github.com/projectcalico/cni-plugin/releases/download/v1.11.2-rc1/calico
download_calico_ipam_url: https://github.com/projectcalico/cni-plugin/releases/download/v1.11.2-rc1/calico-ipam
calico-bird:
version: v0.3.1
url: https://github.com/projectcalico/calico-bird/releases/tag/v0.3.1
confd:
version: v0.12.1-calico-0.4.3-rc1
url: https://github.com/projectcalico/confd/releases/tag/v0.12.1-calico-0.4.3-rc1
calico-bgp-daemon:
version: v0.2.1
url: https://github.com/projectcalico/calico-bgp-daemon/releases/tag/v0.2.1
libnetwork-plugin:
version: v1.1.2-rc1
url: https://github.com/projectcalico/libnetwork-plugin/releases/tag/v1.1.2-rc1
calico/kube-controllers:
version: v1.0.2-rc1
url: https://github.com/projectcalico/k8s-policy/releases/tag/v1.0.2-rc1
networking-calico:
version: 1.4.3
url: http://git.openstack.org/cgit/openstack/networking-calico/commit/?h=1.4.3
calico/routereflector:
version: v0.4.1
url: ""

- title: v2.6.4-rc1
note: |
14 December 2017
Expand Down