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:
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
tox+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
to1.y+1
; for example, Kubernetes 1. 29is 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.