Releases: projectcalico/cni-plugin
Releases · projectcalico/cni-plugin
v2.0.0-alpha1
Merge pull request #403 from neiljerram/rev-libcalico-go
Rev libcalico-go for labels -> labelsToApply JSON change
v2.0.0-alpha1-rc1
CNI-plugin release using Calico v3 API
v1.11.0
- Always update the active instance ID #383
- Updating to the latest upstream CNI plugin release #382
- Enable necessary sysctls in the container and host net namespace for IPv6 #380
- bugfix: fail to delete pods due to CNI panic #379
- Fixing calico-ipam using hostname instead of nodename #375
- Bump libcalico-go to v1.7.1.
v1.10.0
Summary of changes in this release:
35389c7 Added a more consistent logging format
7f7be6a Remove default value for KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT
1570085 b75b7fa 7afa0ff SKIP_CNI_BINARIES option on install-cni container
v1.9.1
- Make the included
portmap
plugin executable. #343
Note: portmap
plugin is built from this commit
v1.9.0
- Update libcalico-go
- Add portmap plugin
Note: portmap
plugin is built from this commit
v1.8.3
This release contains one PR that addresses an issue with delete processing when using Kubernetes as the datastore for Calico.
#335 : Fix error in DEL processing (workload endpoint cannot be deleted)
v1.8.2
#330 - use libcalico-go v1.2.1 (fixes panic caused by bad workload endpoint listing)
#333 - validate no more than 1 IPv4 and IPv6 address (fixes panic caused by multiple addresses of same version in k8s annotation).
v1.8.1
This release contains one PR:
#329 Release IPs on bad IPAM result
v1.8.0
This release contains one important bug fix and one new feature
It contains the following PRs
#320 Add sysctl and route programming to CNI + tests
#319 bugfix: parse IP, pass ip version in result + tests