From 91f93c424728d3df7297e4943ea66f0417335c71 Mon Sep 17 00:00:00 2001 From: "samnoon.abrar" Date: Sat, 16 Apr 2022 16:30:22 +0600 Subject: [PATCH 1/3] ref #32930 [Hyperlink to support period details added] --- content/en/docs/home/supported-doc-versions.md | 1 + content/en/releases/_index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/home/supported-doc-versions.md b/content/en/docs/home/supported-doc-versions.md index b955f95f567a7..a399c0b879603 100644 --- a/content/en/docs/home/supported-doc-versions.md +++ b/content/en/docs/home/supported-doc-versions.md @@ -10,3 +10,4 @@ card: This website contains documentation for the current version of Kubernetes and the four previous versions of Kubernetes. +Information on support period can be found [here](https://kubernetes.io/releases/patch-releases/#support-period). \ No newline at end of file diff --git a/content/en/releases/_index.md b/content/en/releases/_index.md index af7819a0c1de0..c751509f2273d 100644 --- a/content/en/releases/_index.md +++ b/content/en/releases/_index.md @@ -7,7 +7,7 @@ type: docs -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. Kubernetes 1.18 and older received approximately 9 months of patch support. +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](https://kubernetes.io/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. From f210d5a29f5e018ae42be63dac92989c63dcf834 Mon Sep 17 00:00:00 2001 From: S M Samnoon Abrar <36998653+samnoon1971@users.noreply.github.com> Date: Sat, 16 Apr 2022 19:08:12 +0600 Subject: [PATCH 2/3] Update content/en/releases/_index.md Co-authored-by: Tim Bannister --- content/en/releases/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/releases/_index.md b/content/en/releases/_index.md index c751509f2273d..ec717375c88b9 100644 --- a/content/en/releases/_index.md +++ b/content/en/releases/_index.md @@ -7,7 +7,7 @@ type: docs -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](https://kubernetes.io/releases/patch-releases/#support-period). Kubernetes 1.18 and older received approximately 9 months of patch support. +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. From a994e68bbda480a68bb61814289c1a0ea4266d34 Mon Sep 17 00:00:00 2001 From: S M Samnoon Abrar <36998653+samnoon1971@users.noreply.github.com> Date: Sat, 16 Apr 2022 19:08:24 +0600 Subject: [PATCH 3/3] Update content/en/docs/home/supported-doc-versions.md Co-authored-by: Tim Bannister --- content/en/docs/home/supported-doc-versions.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/en/docs/home/supported-doc-versions.md b/content/en/docs/home/supported-doc-versions.md index a399c0b879603..fd3559a4d3786 100644 --- a/content/en/docs/home/supported-doc-versions.md +++ b/content/en/docs/home/supported-doc-versions.md @@ -10,4 +10,8 @@ card: This website contains documentation for the current version of Kubernetes and the four previous versions of Kubernetes. -Information on support period can be found [here](https://kubernetes.io/releases/patch-releases/#support-period). \ No newline at end of file + +The availability of documentation for a Kubernetes version is separate from whether +that release is currently supported. +Read [Support period](/releases/patch-releases/#support-period) to learn about +which versions of Kubernetes are officially supported, and for how long. \ No newline at end of file