From 0c1ef4eb33f8108830f77f505bcdee1869580cba Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sun, 17 Oct 2021 12:10:42 -0700 Subject: [PATCH] Minor updates to releases document --- docs/welcome/releases.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/welcome/releases.md b/docs/welcome/releases.md index 935ddefa09..cfa8f82867 100644 --- a/docs/welcome/releases.md +++ b/docs/welcome/releases.md @@ -9,14 +9,14 @@ do our best to support previous releases for some period. kOps does not, however, support Kubernetes releases that have either a greater major release number or greater minor release number than it. (The numbers before the first and second dots are the major and minor release numbers, respectively.) -For example, kOps 1.16.0 does not support Kubernetes 1.17.0, but does -support Kubernetes 1.16.5, 1.15.2, and several previous Kubernetes versions. +For example, kOps 1.20.0 does not support Kubernetes 1.21.0, but does +support Kubernetes 1.20.5, 1.19.2, and several previous Kubernetes versions. ## Compatibility Matrix | kOps version | k8s 1.18.x | k8s 1.19.x | k8s 1.20.x | k8s 1.21.x | k8s 1.22.x | |---------------|------------|------------|------------|------------|------------| -| 1.22.0 | ✔ | ✔ | ✔ | ✔ | ✔ | +| 1.22.x | ✔ | ✔ | ✔ | ✔ | ✔ | | 1.21.x | ✔ | ✔ | ✔ | ✔ | ⚫ | | ~~1.20.x~~ | ✔ | ✔ | ✔ | ⚫ | ⚫ | | ~~1.19.x~~ | ✔ | ✔ | ⚫ | ⚫ | ⚫ | @@ -25,7 +25,8 @@ support Kubernetes 1.16.5, 1.15.2, and several previous Kubernetes versions. Use the latest version of kOps for all releases of Kubernetes, with the caveat that higher versions of Kubernetes are not _officially_ supported by kOps. -Releases which are ~~crossed out~~ _should_ work, but we suggest they be upgraded soon. +Releases which are ~~crossed out~~ _should_ work, but are unlikely to get security or other fixes. +We suggest they be upgraded soon. ## Release Schedule