Releases: projectcalico/calico
Releases · projectcalico/calico
v2.6.12
Release notes can be found at https://docs.projectcalico.org/archive/v2.6/releases/
v3.3.0
See https://docs.projectcalico.org/archive/v3.3/releases/ for release notes.
v3.2.3
See https://docs.projectcalico.org/archive/v3.2/releases/ for release notes.
v3.2.2
See https://docs.projectcalico.org/archive/v3.2/releases/ for release notes.
v2.6.11
Bug fixes
- Fix a bug in the CNI plugin where IP allocations were not properly updated on container restart cni-plugin #587 (@caseydavenport)
- Retry address allocation from IP Pools with IPIP enabled calico #2038 (@ti-mo)
v3.2.1
See https://docs.projectcalico.org/archive/v3.2/releases/ for release notes.
v3.2.0
See https://docs.projectcalico.org/archive/v3.2/releases/ for release notes.
v3.1.3
Bug fixes
- Fix a bug in the CNI plugin where IP allocations were not properly updated on container restart cni-plugin #538 (@caseydavenport)
- Fix etcd cert file existence check in calico/cni cni-plugin #530 (@bjhaid)
- When ran as a pod CNI will be configured with K8s CA for tls verification. cni-plugin #530 (@tmjd)
- For updated Kubernetes clusters that allow it, you may include both a pod and namespace selector on a NetworkPolicyPeer. libcalico-go #872 (@spikecurtis)
- Fix a bug where IPAM would not use existing IP blocks after upgrade to Calico 3.0.7 libcalico-go #870 (@gunjan5)
v3.0.8
Bug fixes
- Fix a bug in the CNI plugin where IP allocations were not properly updated on container restart cni-plugin #537 (@caseydavenport)
- The install-cni container now maintains the original mode on certificates copied from Kubernetes secrets. cni-plugin #531 (@caseydavenport)
- The install-cni container now writes the calico-kubeconfig file with mode 600 by default. It can be configured by setting the KUBECONFIG_MODE option. cni-plugin #531 (@caseydavenport)
- The install-cni container now only writes the calico-kubeconfig file when running as a Kubernetes pod. cni-plugin #531 (@caseydavenport)
- Fix etcd cert file existence check in calico/cni cni-plugin #531 (@bjhaid)
- When ran as a pod CNI will be configured with K8s CA for tls verification. cni-plugin #531 (@tmjd)
- For updated Kubernetes clusters that allow it, you may include both a pod and namespace selector on a NetworkPolicyPeer. libcalico-go #871 (@spikecurtis)
- Fix a bug where IPAM would not use existing IP blocks after upgrade to Calico 3.0.7 libcalico-go #869 (@gunjan5)
v2.6.10
Bug fixes
- The install-cni container now maintains the original mode on certificates copied from Kubernetes secrets. cni-plugin #532 (@caseydavenport)
- The install-cni container now writes the calico-kubeconfig file with mode 600 by default. It can be configured by setting the KUBECONFIG_MODE option. cni-plugin #532 (@caseydavenport)
- The install-cni container now only writes the calico-kubeconfig file when running as a Kubernetes pod. cni-plugin #532 (@caseydavenport)
- Fix etcd cert file existence check in calico/cni cni-plugin #532 (@bjhaid)
- When run as a pod the Calico CNI plugin will be configured with the k8s CA for tls verification. cni-plugin #532 (@tmjd)
- The libnetwork plugin IPAM driver now allocates addresses when the docker network was created with an explicit subnet. libnetwork-plugin #181 (@jsok)