Release notes

5 MINUTE READ

The following table shows component versioning for Calico v3.15.

To select a different version, click Releases in the top navigation bar.

v3.15.5

Release archive with Kubernetes manifests, Docker images and binaries.

22 Apr 2021

Bug fixes

  • Fix that calico/node would fail to set NetworkUnavailable to false for etcd clusters with mismatched nodenames node #949 (@caseydavenport)
  • Fixes a bug where IPv6 networks were not handled properly by the failsafe rules felix #2748 (@mgleung)
  • Fix that, after a netlink read failure, Felix would tight loop reading from a closed channel. Restart the event poll in that case. felix #2713 (@fasaxc)

Other changes

  • FailsafeInboundHostPorts & FailsafeOutboundHostPorts now support restricting to specific cidrs. New format :: [felix #2721](https://github.com/projectcalico/felix/pull/2721) (@mgleung)
Component Version
calico/typha v3.15.5
calico/ctl v3.15.5
calico/node v3.15.5
calico/cni v3.15.5
calico/kube-controllers v3.15.5
calico/flannel-migration-controller v3.15.5
networking-calico v3.15.5
quay.io/coreos/flannel v0.11.0
calico/dikastes v3.15.5
calico/pod2daemon-flexvol v3.15.5

v3.15.4

Release archive with Kubernetes manifests, Docker images and binaries.

01 Feb 2021

Bug fixes

  • Handle namespaced resources during datastore migration properly. (@mgleung)

OpenStack fixes:

  • [OpenStack] Fix redundant port creation/deletion during live migrations. (@tj90241)
  • [OpenStack] Fix instance failing to get IP address due to duplicate MAC addresses. (@neiljerram)
  • [OpenStack] Relax dependency on bird package. (@neiljerram)
Component Version
calico/typha v3.15.4
calico/ctl v3.15.4
calico/node v3.15.4
calico/cni v3.15.4
calico/kube-controllers v3.15.4
calico/flannel-migration-controller v3.15.4
networking-calico v3.15.4
quay.io/coreos/flannel v0.11.0
calico/dikastes v3.15.4
calico/pod2daemon-flexvol v3.15.4

v3.15.3

Release archive with Kubernetes manifests, Docker images and binaries.

08 Sep 2020

Other changes

  • Add FelixConfiguration parameters to explicitly allow encapsulated packets from workloads. libcalico-go #1302 (@doublek)
  • Respect explicit configuration for drop rules for encapsulated packets originating from workloads. felix #2487 (@doublek)
Component Version
calico/typha v3.15.3
calico/ctl v3.15.3
calico/node v3.15.3
calico/cni v3.15.3
calico/kube-controllers v3.15.3
calico/flannel-migration-controller v3.15.3
networking-calico v3.15.3
quay.io/coreos/flannel v0.11.0
calico/dikastes v3.15.3
calico/pod2daemon-flexvol v3.15.3

v3.15.2

Release archive with Kubernetes manifests, Docker images and binaries.

24 Aug 2020

Bug fixes

  • Added monitor-addresses option to calico-node to continually monitor IP addresses pod2daemon #553 (@realgaurav)

Other changes

  • Handle panics in the CNI plugin more gracefully cni-plugin #936 (@caseydavenport)
  • Remove unnecessary packages from docker image to address CVEs pod2daemon #42 (@gianlucam76)
  • Remove unnecessary packages from docker image to address CVEs cni-plugin #915 (@gianlucam76)
Component Version
calico/typha v3.15.2
calico/ctl v3.15.2
calico/node v3.15.2
calico/cni v3.15.2
calico/kube-controllers v3.15.2
calico/flannel-migration-controller v3.15.2
networking-calico v3.15.2
quay.io/coreos/flannel v0.11.0
calico/dikastes v3.15.2
calico/pod2daemon-flexvol v3.15.2

v3.15.1

Release archive with Kubernetes manifests, Docker images and binaries.

06 Jul 2020

Bug fixes

  • Fix issue with service IP advertisement breaking host service connectivity confd #337 (@caseydavenport)
Component Version
calico/typha v3.15.1
calico/ctl v3.15.1
calico/node v3.15.1
calico/cni v3.15.1
calico/kube-controllers v3.15.1
calico/flannel-migration-controller v3.15.1
networking-calico v3.15.1
quay.io/coreos/flannel v0.11.0
calico/dikastes v3.15.1
calico/pod2daemon-flexvol v3.15.1

v3.15.0

Release archive with Kubernetes manifests, Docker images and binaries.

19 Jun 2020

Encryption using Wireguard is generally available

Calico v3.14 introduced tech-preview support for encryption using Wireguard. In v3.15, we’re excited to announce that this feature is promoted to GA. To give it a spin, head on over to the encryption how-to guide.

Datastore migration support

Calico supports two methods of data storage - directly via etcd, or via the Kubernetes API server. Calico v3.15 introduces a procedure for migrating Calico data from an etcd data store to the Kubernetes API for users who wish to do so. Using the Kubernetes API for data storage is operationally simpler, and allows users to leverage the rich Kubernetes RBAC model.

Read more in the datastore migration guide.

OpenStack Ussuri support

In v3.15, Calico’s OpenStack integration code has been updated to run under Python 3 and specifically with the Ussuri OpenStack release.

For more detail please see our OpenStack docs.

Bug fixes

  • Felix FV tests now run with Go’s race detector enabled and a couple of low-impact data races have been fixed. felix #2371 (@fasaxc)
  • Fix config inheritance so that the BPF kernel version check takes precedence over environment variables. felix #2337 (@fasaxc)
  • In BPF mode, fix spurious “Failed to run bpftool” logs. felix #2313 (@fasaxc)
  • Fixed capitalization of WireGuard interfaceIPv4Address (was interfaceIpv4Address) libcalico-go #1260 (@caseydavenport)
  • Fix race condition during block affinity deletion libcalico-go #1244 (@caseydavenport)

Other changes

  • By default, exclude cni.* from node IP auto detection node #509 (@kubealex)
  • Added conditional check for FELIX_HEALTHHOST env variable node #487 (@bartek-lopatka)
  • The Typha port is now included in the failsafe port lists by default. felix #2382 (@mgleung)
  • Felix can now run in active/passive modes. felix #2368 (@caseydavenport)
  • In BPF mode, support configuration of LBSourceIPRange to allow access to the cluster only from certain source IP ranges. felix #2353 (@sridhartigera)
  • In BPF mode, Calico now supports Kubernetes EndpointSlices as a more efficient alternative to Endpoints. Controlled by the Felix configuration parameter BPFKubeProxyEndpointSlicesEnabled. felix #2331 (@tomastigera)
  • In BPF mode, support policy based on ICMP type and code fields felix #2282 (@sridhartigera)
  • For NetworkPolicy and GlobalNetworkPolicy, the use of floating point values for the spec.Order field is now deprecated, and will be removed entirely in a future release. Please update your policies to use integer values for ordering. libcalico-go #1237 (@caseydavenport)
  • Update included CustomResourceDefinitions to use the apiextensions/v1 API group and version, and include schemas for basic validation. libcalico-go #1237 (@caseydavenport)
  • Improve scaling characteristics when using host-local IPAM - perform fewer List API calls. libcalico-go #1231 (@caseydavenport)
  • Network policy now has the global() namespace selector which selects host endpoints or global network sets libcalico-go #1229 (@lmm)
  • Program blackhole routes for full rejectcidrs to avoid route loops confd #322 (@matthewdupre)
  • install-cni.sh now also fails if calico -v doesn’t work after copying the calico binary cni-plugin #889 (@sbueringer)
  • Upstream CNI plugins updated to v0.8.6 cni-plugin #887 (@lmm)
  • Typha no longer uses Get requests to determine the number of nodes in the cluster, using watches instead. typha #366 (@caseydavenport)
  • The quickstart guide now uses the Tigera operator to install Calico. calico #3622 (@caseydavenport)
  • Update manifests to use apiextensions/v1 CRDs, including schema calico #3579 (@caseydavenport)

Known issues

  • Blackhole route for service CIDR can prevent host from accessing service cluster IPs calico #3689 (@neiljerram)
Component Version
calico/typha v3.15.0
calico/ctl v3.15.0
calico/node v3.15.0
calico/cni v3.15.0
calico/kube-controllers v3.15.0
calico/flannel-migration-controller v3.15.0
networking-calico v3.15.0
quay.io/coreos/flannel v0.11.0
calico/dikastes v3.15.0
calico/pod2daemon-flexvol v3.15.0