Skip to content

Releases: projectcalico/cni-plugin

v1.7.0

25 Apr 00:14
Compare
Choose a tag to compare

This release fixes an issue introduced with Kubernetes v1.6 (https://github.com/projectcalico/calicoctl/issues/1592)

It contains the following PRs
#312 Check ContainerID before Deleting a pod
#302 Upgrade CNI plugin to support CNI Spec version 0.3.1
#309 Change tmp cfg file path to be absolute
#308 Fix gometalinter warnings
#301 Makefile: Upgrade k8s to v1.6.0
#276 Fixed #275: Clean up if hostVeth exists

v1.6.2

23 Mar 21:41
Compare
Choose a tag to compare

This bugfix release updates the bundled CNI binaries to v0.5.1.

#298 Bundle newer CNI binaries

v1.6.1

21 Mar 17:43
Compare
Choose a tag to compare

This bugfix release contains the following changes

#289 Don't error if things don't exist
#293 Readme.md: Add note about building outside of containers
#292 Hostname to nodename
#269 Glide: Update libcalico-go

v1.6.0

17 Feb 02:00
Compare
Choose a tag to compare

This release contains a number of build and test improvements alongside the following new features

#267 Support ipAddrs annotation to assign a specific IP to a pod through IPAM
#264 Support Pod /32 IP request via k8s annotation (ipAddrsNoIpam)
#260 Pool selection via CNI conf (and k8s annotations)
#247 Supply a default CNI config in the calico/cni container.

v1.5.6

31 Jan 04:07
Compare
Choose a tag to compare

#255: Fix bug where usePodCidr with host-local IPAM leaked IP address assignments (@gunjan5)

Hotfix release for various IPAM related bugfixes

20 Dec 08:26
Compare
Choose a tag to compare

This is a hotfix release to fix some IPAM related bugs in v1.4.3
Use v1.5.5 for the latest version

v1.5.5

15 Dec 00:32
Compare
Choose a tag to compare

Minor build and test enhancements

v1.5.4

14 Dec 00:45
Compare
Choose a tag to compare

Update libcalico-go version to v1.0.0-rc6

Update libcalico-go version

07 Dec 01:49
Compare
Choose a tag to compare
Merge pull request #230 from caseydavenport/update-glide

Update glide / libcalico

Adding other CNI binaries to deployment

30 Nov 21:44
Compare
Choose a tag to compare
  • This adds host-local, loopback, and flannel CNI binaries to the install-cni container. This primarily fixes deploying on Hyperkube setups