Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version and compatibility for the release 0.8.0 #207

Merged
merged 1 commit into from
Sep 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions docs/versioning-and-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ The C client uses Semantic Versioning. We increment the major version number whe

## Compatibility

| client version | 1.17 | 1.18 | 1.19 | 1.20 | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 |
|------------------|-----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|
| 0.1.0 | ✓ | - | - | x | x | x | x | x | x | x | x |
| 0.2.0 | + | + | + | + | + | ✓ | - | - | x | x | x |
| 0.3.0 | + | + | + | + | + | + | ✓ | - | - | x | x |
| 0.4.0 | + | + | + | + | + | + | + | ✓ | - | - | x |
| 0.5.0 | + | + | + | + | + | + | + | + | ✓ | - | - |
| 0.6.0 | + | + | + | + | + | + | + | + | + | ✓ | - |
| 0.7.0 | + | + | + | + | + | + | + | + | + | + | ✓ |
| HEAD | + | + | + | + | + | + | + | + | + | + | ✓ |
| 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 |
|------------------|-----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|
| 0.1.0 | ✓ | - | - | x | x | x | x | x | x | x | x | x |
| 0.2.0 | + | + | + | + | + | ✓ | - | - | x | x | x | x |
| 0.3.0 | + | + | + | + | + | + | ✓ | - | - | x | x | x |
| 0.4.0 | + | + | + | + | + | + | + | ✓ | - | - | x | x |
| 0.5.0 | + | + | + | + | + | + | + | + | ✓ | - | - | x |
| 0.6.0 | + | + | + | + | + | + | + | + | + | ✓ | - | - |
| 0.7.0 | + | + | + | + | + | + | + | + | + | + | ✓ | - |
| 0.8.0 | + | + | + | + | + | + | + | + | + | + | + | ✓ |
| HEAD | + | + | + | + | + | + | + | + | + | + | + | ✓ |


Key:
Key:

* `✓` Exactly the same features / API objects in both the C client and the Kubernetes
version.
Expand All @@ -29,4 +29,4 @@ Key:
* `x` The Kubernetes cluster has no guarantees to support the API client of
this version, as it only promises _n_-2 version support. It is not tested,
and operations using API versions that have been deprecated and removed in
later server versions won't function correctly.
later server versions won't function correctly.