Kubernetes 1.32 End of Life February 28: Upgrade Guidance
Kubernetes 1.32 reaches end of life on February 28, 2026, requiring clusters to upgrade to 1.33 or later to continue receiving security patches and community support.
Kubernetes version 1.32 officially reaches end of life on February 28, 2026, marking the conclusion of security updates and community support for clusters running this version. Organizations still on 1.32 must plan their upgrade path to continue receiving security fixes and maintain compatibility with the broader ecosystem.
Version Lifecycle
The latest release for Kubernetes 1.32 is version 1.32.11, released in December 2025. Following the standard Kubernetes support policy, each minor version receives approximately 14 months of patch support from the initial release. After February 28, no further CVE patches or bug fixes will be issued for the 1.32 release branch.
Upgrade Path
Kubernetes supports upgrades only to the next minor version, meaning clusters on 1.32 should upgrade to 1.33 first, then proceed to later versions if desired. The upgrade process should be tested in non-production environments, with particular attention to deprecated APIs and feature changes that may affect existing workloads, Helm charts, and operator deployments.
Cloud Provider Considerations
Major cloud providers including AWS EKS, Google GKE, and Azure AKS follow similar version deprecation schedules, though specific timelines may vary slightly. Organizations using managed Kubernetes services should review their provider's version support policies and plan upgrades accordingly. Most managed providers will automatically upgrade or block creation of new 1.32 clusters after their respective end-of-support dates.
Related Articles
GitHub Expands Developer Platform with Actions Artifacts v5 and Copilot Extensions GA
GitHub has shipped Actions Artifacts v5 with immutable storage and artifact attestation for tamper-proof build outputs, alongside the general availability of Copilot Extensions that let third-party tools integrate directly into the Copilot chat experience. The platform also expanded GitHub Models with seven new providers.
Docker Engine 29.3 Ships with Native gRPC Support and BuildKit v0.28
Docker Engine 29.3.0 introduces native gRPC support on listening sockets, BuildKit v0.28.0, and a new bind-create-src option for flexible volume mounting. The release lowers the minimum API version to v1.40 for broader backward compatibility and fixes DNS configuration corruption during daemon reloads.
GitHub Adds Dependabot Pre-Commit Support and 28 New Secret Scanning Detectors
GitHub has shipped two major supply chain security features: Dependabot now parses .pre-commit-config.yaml files and opens PRs to update hook versions, while secret scanning gains 28 new detectors from 15 providers including Snowflake, Supabase, and Vercel. Push protection is now enabled by default for 39 secret types.