Versioning

The following sections contain version information for Google Distributed Cloud (software only) for bare metal releases.

Supported versions

The following Google Distributed Cloud versions are fully supported, offering the latest patches and updates for security vulnerabilities, exposures, and issues affecting Google Distributed Cloud:

Minor version Release date Available patches Kubernetes version
1.32 (latest) May 06, 2025 1.32.0-gke.1087 v1.32.3-gke.1000
1.31 (latest) April 25, 2025 1.31.400-gke.110 v1.31.7-gke.800
March 18, 2025 1.31.300-gke.81 v1.31.5-gke.700
February 27, 2025 1.31.200-gke.59 v1.31.5-gke.300
February 05, 2025 1.31.100-gke.136 v1.31.4-gke.900
December 18, 2024 1.31.0-gke.889 v1.31.3-gke.100
1.30 April 14, 2025 1.30.800-gke.66 v1.30.11-gke.500
March 13, 2025 1.30.700-gke.56 v1.30.9-gke.500
February 27, 2025 1.30.600-gke.69 v1.30.9-gke.100
February 27, 2025 1.30.500-gke.127 v1.30.8-gke.200
December 10, 2024 1.30.400-gke.133 v1.30.6-gke.300
November 22, 2024 1.30.300-gke.84 v1.30.5-gke.600
October 10, 2024 1.30.200-gke.101 v1.30.4-gke.1800
September 25, 2024 1.30.100-gke.96 v1.30.4-gke.1800
August 29, 2024 1.30.0-gke.1930 v1.30.3-gke.200

To determine whether a release version contains security updates, see the release notes, Vulnerability fixes, and the Google Kubernetes Engine (GKE) security bulletins.

For version information related to cluster upgrades, see Version rules.

Versioning scheme

Google Distributed Cloud uses Kubernetes semantic versioning to refer to supported Kubernetes versions, but appends a GKE patch version. This results in a version number of the form: x.y.z-gke.N.

Kubernetes major version (x)
Major versions are typically incremented if any backwards incompatible changes are introduced to the public API. A major version increments the Kubernetes version from x.y to x+1.y.
Kubernetes minor version (y)
Kubernetes releases a new minor version three times a year. Each release cycle is approximately 15 weeks long. Deprecated APIs might be removed with a new minor version. A minor version increments the Kubernetes version from 1.y to 1.y+1; for example, Kubernetes 1. 29 is the minor release that follows Kubernetes 1.28.
Google Distributed Cloud patch release (z-gke.N)
A patch release, such as 1.28.300-gke.131, increments the patch version (z) by 100 and includes a -gke.N suffix, which indicates the build. Patch releases include security updates and bug fixes. A Google Distributed Cloud patch release version doesn't correlate to a Kubernetes patch version.