v2.2.13
·
12 commits
to main
since this release
π’ 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
, andkubectl
, based on the latest GitHub release. - Eliminates dependency on
latest
, improving reliability and consistency across all cluster nodes.
- Ensures installation of exact versions of
-
β Persistent Version Metadata Storage on Control Plane
- Captures and writes the versions of
kubernetes
,containerd
,runc
, andcalico
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.
- Captures and writes the versions of
-
β 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