Skip to content

v2.2.13

Choose a tag to compare

@Muthukumar-Subramaniam Muthukumar-Subramaniam released this 06 Jul 20:35
· 12 commits to main since this release
29b18c6

πŸ“’ Release Notes - v2.2.13

πŸ—“ Date: July 7, 2025

πŸš€ What's Fixed & Improved?

πŸ”Ή Feature Additions & Enhancements

  • βœ… Version Pinning for Kubernetes Components

    • Ensures installation of exact versions of kubelet, kubeadm, and kubectl, based on the latest GitHub release.
    • Eliminates dependency on latest, improving reliability and consistency across all cluster nodes.
  • βœ… Persistent Version Metadata Storage on Control Plane

    • Captures and writes the versions of kubernetes, containerd, runc, and calico to /etc/inst-k8s-ansible-vars on the control plane node.
    • Enables reuse of the same versions when adding new nodes or performing upgrades, ensuring consistency.
  • βœ… Improved Cluster Node Consistency

    • Simplifies scaling the cluster by enforcing uniform component versions across newly added nodes.

Full Changelog: v2.2.12...v2.2.13