Skip to content

Releases: projectcalico/cni-plugin

v2.0.0-alpha1

29 Oct 00:32
6eb4365
Compare
Choose a tag to compare
v2.0.0-alpha1 Pre-release
Pre-release
Merge pull request #403 from neiljerram/rev-libcalico-go

Rev libcalico-go for labels -> labelsToApply JSON change

v2.0.0-alpha1-rc1

25 Oct 02:15
Compare
Choose a tag to compare
v2.0.0-alpha1-rc1 Pre-release
Pre-release

CNI-plugin release using Calico v3 API

v1.11.0

25 Sep 01:40
Compare
Choose a tag to compare
  • 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

24 Jul 22:18
Compare
Choose a tag to compare

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

07 Jun 03:47
Compare
Choose a tag to compare
  • Make the included portmap plugin executable. #343

Note: portmap plugin is built from this commit

v1.9.0

06 Jun 00:47
Compare
Choose a tag to compare
  • Update libcalico-go
  • Add portmap plugin

Note: portmap plugin is built from this commit

v1.8.3

10 May 21:55
Compare
Choose a tag to compare

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

09 May 23:04
Compare
Choose a tag to compare

#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

09 May 14:59
Compare
Choose a tag to compare

This release contains one PR:
#329 Release IPs on bad IPAM result

v1.8.0

02 May 00:16
Compare
Choose a tag to compare

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