Skip to content

Commit 0f0f4cc

Browse files
authored
Merge pull request #207 from ityuhui/yh-doc-0906
Update version and compatibility for the release 0.8.0
2 parents df3f71c + 10d5554 commit 0f0f4cc

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/versioning-and-compatibility.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -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.
@@ -29,4 +29,4 @@ Key:
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

Comments
 (0)