Home Explore Blog CI



kubernetes

content/en/releases/_index.md
3ddd2d230817d38652c32301bcaf82c6c605e650a63f651600000003000004ef
---
linktitle: Release History
title: Releases
type: docs
layout: release-info
notoc: true
---

<!-- overview -->

The Kubernetes project maintains release branches for the most recent three minor releases
({{< skew latestVersion >}}, {{< skew prevMinorVersion >}}, {{< skew oldestMinorVersion >}}).
Kubernetes 1.19 and newer receive
[approximately 1 year of patch support](/releases/patch-releases/#support-period).
Kubernetes 1.18 and older received approximately 9 months of patch support.

Kubernetes versions are expressed as **x.y.z**,
where **x** is the major version, **y** is the minor version, and **z** is the patch version,
following [Semantic Versioning](https://semver.org/) terminology.

More information in the [version skew policy](/releases/version-skew-policy/) document.

<!-- body -->

## Release History

{{< release-data >}}

## Upcoming Release

Check out the [schedule](https://github.com/kubernetes/sig-release/tree/master/releases/release-{{< skew nextMinorVersion >}})
for the upcoming **{{< skew nextMinorVersion >}}** Kubernetes release!

## Helpful Resources

Refer to the [Kubernetes Release Team](https://github.com/kubernetes/sig-release/tree/master/release-team) resources 
for key information on roles and the release process.

Chunks
320205c0 (1st chunk of `content/en/releases/_index.md`)
Title: Kubernetes Release History and Support
Summary
This document provides information about Kubernetes release history, including the supported versions (the latest three minor releases), the patch support period (approximately 1 year for 1.19 and newer, ~9 months for older versions), and versioning scheme (x.y.z). It also links to the upcoming release schedule and resources related to the Kubernetes Release Team.