@@ -6,19 +6,19 @@ The C client uses Semantic Versioning. We increment the major version number whe
6
6
7
7
## Compatibility
8
8
9
- | client version | 1.17 | 1.18 | 1.19 | 1.20 | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 |
10
- | ------------------| -----------| ----------| ----------| ----------| ----------| ----------| ----------| ----------| ----------| ----------| ----------|
11
- | 0.1.0 | ✓ | - | - | x | x | x | x | x | x | x | x |
12
- | 0.2.0 | + | + | + | + | + | ✓ | - | - | x | x | x |
13
- | 0.3.0 | + | + | + | + | + | + | ✓ | - | - | x | x |
14
- | 0.4.0 | + | + | + | + | + | + | + | ✓ | - | - | x |
15
- | 0.5.0 | + | + | + | + | + | + | + | + | ✓ | - | - |
16
- | 0.6.0 | + | + | + | + | + | + | + | + | + | ✓ | - |
17
- | 0.7.0 | + | + | + | + | + | + | + | + | + | + | ✓ |
18
- | HEAD | + | + | + | + | + | + | + | + | + | + | ✓ |
9
+ | client version | 1.17 | 1.18 | 1.19 | 1.20 | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | 1.28 |
10
+ | ------------------| -----------| ----------| ----------| ----------| ----------| ----------| ----------| ----------| ----------| ----------| ----------| ----------|
11
+ | 0.1.0 | ✓ | - | - | x | x | x | x | x | x | x | x | x |
12
+ | 0.2.0 | + | + | + | + | + | ✓ | - | - | x | x | x | x |
13
+ | 0.3.0 | + | + | + | + | + | + | ✓ | - | - | x | x | x |
14
+ | 0.4.0 | + | + | + | + | + | + | + | ✓ | - | - | x | x |
15
+ | 0.5.0 | + | + | + | + | + | + | + | + | ✓ | - | - | x |
16
+ | 0.6.0 | + | + | + | + | + | + | + | + | + | ✓ | - | - |
17
+ | 0.7.0 | + | + | + | + | + | + | + | + | + | + | ✓ | - |
18
+ | 0.8.0 | + | + | + | + | + | + | + | + | + | + | + | ✓ |
19
+ | HEAD | + | + | + | + | + | + | + | + | + | + | + | ✓ |
19
20
20
-
21
- Key:
21
+ Key:
22
22
23
23
* ` ✓ ` Exactly the same features / API objects in both the C client and the Kubernetes
24
24
version.
29
29
* ` x ` The Kubernetes cluster has no guarantees to support the API client of
30
30
this version, as it only promises _ n_ -2 version support. It is not tested,
31
31
and operations using API versions that have been deprecated and removed in
32
- later server versions won't function correctly.
32
+ later server versions won't function correctly.
0 commit comments