Skip to content

v1.29.2

Compare
Choose a tag to compare
@dghubble dghubble released this 25 Feb 20:16
· 108 commits to main since this release
v1.29.2
  • Kubernetes v1.29.2
  • Update etcd from v3.5.10 to v3.5.12
  • Update Cilium from v1.14.3 to v1.15.1
  • Update Calico from v3.26.3 to v3.27.2
    • Fix upstream incompatibility with Fedora CoreOS (calico#8372)
  • Update flannel from v0.22.2 to v0.24.2
  • Add an install_container_networking variable (default true) (#1421)
    • When true, the chosen container networking provider is installed during cluster bootstrap
    • Set false to self-manage the container networking provider. This allows flannel, Calico, or Cilium to be self-managed (e.g. via Terraform like any other Kubernetes resources). Nodes will be NotReady until you apply the self-managed container networking provider. This may become the default in future.
    • Continue to set networking to one of the three supported container networking providers. Most require custom firewall / security policies be present across nodes so they have some infra tie-ins.