Kubernetes 1.35.2 Becomes the Latest Supported Patch
By late February 2026, Kubernetes 1.35.2 had become the latest patch in the actively supported 1.35 release line. For infrastructure teams, that makes 1.35 a more relevant target than the older 1.31 and 1.32 discussions that still appear in many blog roundups.
Why This Matters
The most useful takeaway is not just that another patch landed, but that the current supported branch moved forward again. Teams planning upgrades should align internal testing, admission policy checks, and add-on compatibility against the active release train rather than treating older minor versions as their default reference point.
Upgrade Planning for 2026
A practical 2026 Kubernetes review should include:
- control plane and node version skew checks
- CNI, CSI, and ingress-controller compatibility
- policy engine validation for Gatekeeper or Kyverno
- Helm chart testing against the active API surface
- workload rollout verification for stateful and batch jobs
Operational Recommendation
If your production clusters are still anchored on much older minors, use 1.35 as the baseline for testing and planning. Even when you do not upgrade immediately, keeping engineering docs aligned with the actively supported branch reduces drift and avoids repeating outdated recommendations in platform runbooks.
Talk to the engineer who will own your stack.
No account managers, no offshore handoff. Senior DevOps, direct. Tell us what you are dealing with and you get a straight answer.
Related News
OpenAI Is Deleting GPT-5 and o3 in December and the Teams That Pinned Their Models Break First
OpenAI notified developers on June 11, 2026 that six GPT-5 and o3 model snapshots leave the first-party API on December 11, 2026. Teams that pinned an exact dated snapshot ID, OpenAI's own recommended production practice, break loudly on that date, while floating aliases keep working but silently change behavior.
Server & DevOpsHelm 3 Is Going End of Life and Helm 4 Will Quietly Break the Flags Your Pipeline Depends On
Helm 4 went GA on November 12, 2025 at KubeCon North America, and the Helm project has set firm Helm 3 end-of-life dates: the final limited release lands September 9, 2026, and security patches run only through February 2027. The catch is that Helm 4 changes the command-line surface your CI/CD depends on, with two genuinely breaking changes plus a set of flag renames, so the migration touches automation, not just interactive use.
Server & DevOpsGitHub Will Stop Running Your Jobs When Your Self-Hosted Runners Fall Behind
GitHub is enforcing a minimum self-hosted runner version (2.329.0) plus a rule that runners must take updates within 30 days of release, or they stop running jobs. Full enforcement lands 2026-07-31 for Enterprise Cloud with Data Residency and 2026-09-25 for Enterprise Cloud. GitHub-hosted runners are unaffected.