Releases: projectcalico/cni-plugin
v1.7.0
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
v1.6.1
v1.6.0
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
Hotfix release for various IPAM related bugfixes
This is a hotfix release to fix some IPAM related bugs in v1.4.3
Use v1.5.5 for the latest version
- Pins libcalico-go version that has cherrypicked the following IPAM bugfixes:
v1.5.5
v1.5.4
Update libcalico-go version
Merge pull request #230 from caseydavenport/update-glide Update glide / libcalico
Adding other CNI binaries to deployment
- This adds host-local, loopback, and flannel CNI binaries to the install-cni container. This primarily fixes deploying on Hyperkube setups