Skip to content

v2.6.3

Compare
Choose a tag to compare
@bcreane bcreane released this 28 Nov 22:52
· 29451 commits to master since this release
d6d1ea0

Calico v2.6.3 resolves several issues:

  • Addresses several outstanding common vulnerabilities and exposures (CVE).
  • A new node controller for Kubernetes deployments clears data associated with deleted nodes from the Calico datastore, preventing conflicts that can lead to crash loops.
  • Reduces default confd log level from debug to info.
  • #418: If the CNI-plugin fails to re-network an existing endpoint, it no longer releases the IP allocations to the pool that are still attached to the endpoint. (@fasaxc)
  • #408: The CNI-plugin no longer throws file exists while programming route (@gunjan5)