Skip to content

Commit 3ba603c

Browse files
committed
Amend Compatibility table to document n-2 version guarantees.
1 parent f0a21c4 commit 3ba603c

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
@@ -181,9 +181,9 @@ All APIs and Models' documentation can be found at the [Generated client's docs]
181181

182182
| client version | 1.12 | 1.13 | 1.14 | 1.15 | 1.16 | 1.17 |
183183
|------------------|-----------|----------|----------|-----------|----------|----------|
184-
| 4.0.0 || - | - | - | - | - |
185-
| 5.0.0 | + || - | - | - | - |
186-
| 6.0.1 | + | + || - | - | - |
184+
| 4.0.0 || - | - | x | x | x |
185+
| 5.0.0 | + || - | - | x | x |
186+
| 6.0.1 | + | + || - | - | x |
187187
| 7.0.0 | + | + | + || - | - |
188188
| 8.0.2 | + | + | + | + || - |
189189
| 9.0.0 | + | + | + | + | + ||
@@ -196,6 +196,10 @@ Key:
196196
Kubernetes cluster, but everything they have in common will work.
197197
* `-` The Kubernetes cluster has features the java-client library can't use
198198
(additional API objects, etc).
199+
* `x` The Kubernetes cluster has no guarantees to support the API client of
200+
this version, as it only promises _n_-2 version support. It is not tested,
201+
and operations using API versions that have been deprecated and removed in
202+
later server versions won't function correctly.
199203

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

0 commit comments

Comments
 (0)