Skip to content

Commit 17a2012

Browse files
authored
Merge pull request #1184 from Capstan/compatibility-tweak
Amend Compatibility table to document n-2 version guarantees.
2 parents 822ba93 + 3ba603c commit 17a2012

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ All APIs and Models' documentation can be found at the [Generated client's docs]
185185

186186
| client version | 1.12 | 1.13 | 1.14 | 1.15 | 1.16 | 1.17 |
187187
|------------------|-----------|----------|----------|-----------|----------|----------|
188-
| 4.0.0 || - | - | - | - | - |
189-
| 5.0.0 | + || - | - | - | - |
190-
| 6.0.1 | + | + || - | - | - |
188+
| 4.0.0 || - | - | x | x | x |
189+
| 5.0.0 | + || - | - | x | x |
190+
| 6.0.1 | + | + || - | - | x |
191191
| 7.0.0 | + | + | + || - | - |
192192
| 8.0.2 | + | + | + | + || - |
193193
| 9.0.0 | + | + | + | + | + ||
@@ -200,6 +200,10 @@ Key:
200200
Kubernetes cluster, but everything they have in common will work.
201201
* `-` The Kubernetes cluster has features the java-client library can't use
202202
(additional API objects, etc).
203+
* `x` The Kubernetes cluster has no guarantees to support the API client of
204+
this version, as it only promises _n_-2 version support. It is not tested,
205+
and operations using API versions that have been deprecated and removed in
206+
later server versions won't function correctly.
203207

204208
See the [CHANGELOG](./CHANGELOG.md) for a detailed description of changes
205209
between java-client versions.

0 commit comments

Comments
 (0)