Back to news
cloud Priority 4/5 8/27/2026, 11:05:12 AM

Kubernetes v1.37 Released with 67 Enhancements and 16 Features Graduating to Stable

Kubernetes v1.37 Released with 67 Enhancements and 16 Features Graduating to Stable

Kubernetes has released its latest minor version, v1.37, under the codename Garhwal. This release introduces 67 enhancements, showing a strong commitment to stability by graduating 16 features to stable status and 23 features to beta. By prioritizing the promotion of existing capabilities to production-ready status over introducing disruptive changes, this release offers immediate operational benefits to enterprise environments.

Related tools

Recommended tools for this topic

These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.

#kubernetes#cloud#devops

Action Checklist

  1. Review the official release notes for the single deprecated or removed feature in v1.37 Ensure your current cluster configuration does not rely on this removed component before upgrading.
  2. Identify which of the 16 newly stable features can replace existing beta workarounds Updating configurations to use GA APIs improves long-term maintainability.
  3. Configure feature gates if you plan to test any of the 27 new alpha features Alpha features are typically disabled by default and should not be used in production.
  4. Perform a dry-run upgrade in a staging environment to validate API compatibility Verify that your manifests align with the v1.37 API changes.

Source: Kubernetes Blog

This page summarizes the original source. Check the source for full details.

Related