@@ -6,19 +6,19 @@ The C client uses Semantic Versioning. We increment the major version number whe
66
77## Compatibility
88
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 | + | + | + | + | + | + | + | + | + | + | + | ✓ |
1920
20-
21- Key:
21+ Key:
2222
2323* ` ✓ ` Exactly the same features / API objects in both the C client and the Kubernetes
2424 version.
2929* ` x ` The Kubernetes cluster has no guarantees to support the API client of
3030 this version, as it only promises _ n_ -2 version support. It is not tested,
3131 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