Skip to content

Commit 98e118e

Browse files
authored
Merge pull request #1027 from bcreane/release-v2.5.0
Update to confd-v0.12.1-calico-0.3.0 for v2.5.0-rc2
2 parents 1b402a3 + ee8f1d3 commit 98e118e

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

_data/versions.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,49 @@ master:
926926

927927
v2.5:
928928

929+
- title: v2.5.0-rc2
930+
note: |
931+
17 August 2017
932+
933+
Detailed release notes can be found on [GitHub](https://github.com/projectcalico/calico/releases).
934+
935+
components:
936+
felix:
937+
version: 2.5.0-rc1
938+
url: https://github.com/projectcalico/felix/releases/tag/2.5.0-rc1
939+
typha:
940+
version: v0.4.0
941+
url: https://github.com/projectcalico/typha/releases/tag/v0.4.0
942+
calicoctl:
943+
version: v1.5.0-rc1
944+
url: https://github.com/projectcalico/calicoctl/releases/tag/v1.5.0-rc1
945+
download_url: https://github.com/projectcalico/calicoctl/releases/download/v1.5.0-rc1/calicoctl
946+
calico/node:
947+
version: v2.5.0-rc2
948+
calico/cni:
949+
version: v1.10.0
950+
url: https://github.com/projectcalico/cni-plugin/releases/tag/v1.10.0
951+
download_calico_url: https://github.com/projectcalico/cni-plugin/releases/download/v1.10.0/calico
952+
download_calico_ipam_url: https://github.com/projectcalico/cni-plugin/releases/download/v1.10.0/calico-ipam
953+
calico-bird:
954+
version: v0.3.1
955+
url: https://github.com/projectcalico/calico-bird/releases/tag/v0.3.1
956+
calico-bgp-daemon:
957+
version: v0.2.1
958+
url: https://github.com/projectcalico/calico-bgp-daemon/releases/tag/v0.2.1
959+
libnetwork-plugin:
960+
version: v1.1.0
961+
url: https://github.com/projectcalico/libnetwork-plugin/releases/tag/v1.1.0
962+
calico/kube-policy-controller:
963+
version: v0.7.0
964+
url: https://github.com/projectcalico/k8s-policy/releases/tag/v0.7.0
965+
networking-calico:
966+
version: 1.4.2
967+
url: http://git.openstack.org/cgit/openstack/networking-calico/commit/?h=1.4.2
968+
calico/routereflector:
969+
version: v0.4.0
970+
url: ""
971+
929972
- title: v2.5.0-rc1
930973
note: |
931974
15 August 2017

calico_node/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ TYPHA_VER ?= $(shell cat $(VERSIONS_FILE) | $(YAML_CMD) read - '"$(RELEASE_STREA
2121
K8S_POLICY_VER ?= $(shell cat $(VERSIONS_FILE) | $(YAML_CMD) read - '"$(RELEASE_STREAM)".[0].components.calico/kube-policy-controller.version')
2222
CNI_VER ?= $(shell cat $(VERSIONS_FILE) | $(YAML_CMD) read - '"$(RELEASE_STREAM)".[0].components.calico/cni.version')
2323
# TODO - Why isn't confd in versions.yaml
24-
CONFD_VER ?= v0.12.1-calico0.2.0
24+
CONFD_VER ?= v0.12.1-calico-0.3.0
2525

2626
SYSTEMTEST_CONTAINER_VER ?= latest
2727
# we can use "custom" build image and test image name

0 commit comments

Comments
 (0)