@@ -9,14 +9,14 @@ do our best to support previous releases for some period.
9
9
kOps does not, however, support Kubernetes releases that have either a greater major
10
10
release number or greater minor release number than it.
11
11
(The numbers before the first and second dots are the major and minor release numbers, respectively.)
12
- For example, kOps 1.16 .0 does not support Kubernetes 1.17 .0, but does
13
- support Kubernetes 1.16 .5, 1.15 .2, and several previous Kubernetes versions.
12
+ For example, kOps 1.20 .0 does not support Kubernetes 1.21 .0, but does
13
+ support Kubernetes 1.20 .5, 1.19 .2, and several previous Kubernetes versions.
14
14
15
15
## Compatibility Matrix
16
16
17
17
| kOps version | k8s 1.18.x | k8s 1.19.x | k8s 1.20.x | k8s 1.21.x | k8s 1.22.x |
18
18
| ---------------| ------------| ------------| ------------| ------------| ------------|
19
- | 1.22.0 | ✔ | ✔ | ✔ | ✔ | ✔ |
19
+ | 1.22.x | ✔ | ✔ | ✔ | ✔ | ✔ |
20
20
| 1.21.x | ✔ | ✔ | ✔ | ✔ | ⚫ |
21
21
| ~~ 1.20.x~~ | ✔ | ✔ | ✔ | ⚫ | ⚫ |
22
22
| ~~ 1.19.x~~ | ✔ | ✔ | ⚫ | ⚫ | ⚫ |
@@ -25,7 +25,8 @@ support Kubernetes 1.16.5, 1.15.2, and several previous Kubernetes versions.
25
25
26
26
Use the latest version of kOps for all releases of Kubernetes, with the caveat
27
27
that higher versions of Kubernetes are not _ officially_ supported by kOps.
28
- Releases which are ~~ crossed out~~ _ should_ work, but we suggest they be upgraded soon.
28
+ Releases which are ~~ crossed out~~ _ should_ work, but are unlikely to get security or other fixes.
29
+ We suggest they be upgraded soon.
29
30
30
31
## Release Schedule
31
32
0 commit comments