Merge pull request #1996 from yliaog/master
update README and CHANGELOG
This commit is contained in:
commit
806fb623e1
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -46,5 +46,5 @@ jobs:
|
||||
if: "matrix.use_coverage"
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
fail_ci_if_error: false
|
||||
verbose: true
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# v26.0.0-snapshot
|
||||
# v26.1.0a1
|
||||
|
||||
Kubernetes API Version: v1.26.1
|
||||
|
||||
|
||||
@ -95,6 +95,7 @@ supported versions of Kubernetes clusters.
|
||||
- [client 23.y.z](https://pypi.org/project/kubernetes/23.6.0/): Kubernetes 1.22 or below (+-), Kubernetes 1.23 (✓), Kubernetes 1.24 or above (+-)
|
||||
- [client 24.y.z](https://pypi.org/project/kubernetes/24.2.0/): Kubernetes 1.23 or below (+-), Kubernetes 1.24 (✓), Kubernetes 1.25 or above (+-)
|
||||
- [client 25.y.z](https://pypi.org/project/kubernetes/25.3.0/): Kubernetes 1.24 or below (+-), Kubernetes 1.25 (✓), Kubernetes 1.26 or above (+-)
|
||||
- [client 26.y.z](https://pypi.org/project/kubernetes/26.1.0a1/): Kubernetes 1.25 or below (+-), Kubernetes 1.26 (✓), Kubernetes 1.27 or above (+-)
|
||||
|
||||
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.
|
||||
|
||||
@ -144,11 +145,12 @@ between client-python versions.
|
||||
| 22.0 Alpha/Beta | Kubernetes main repo, 1.22 branch | ✗ |
|
||||
| 22.0 | Kubernetes main repo, 1.22 branch | ✗ |
|
||||
| 23.0 Alpha/Beta | Kubernetes main repo, 1.23 branch | ✗ |
|
||||
| 23.0 | Kubernetes main repo, 1.23 branch | ✓ |
|
||||
| 23.0 | Kubernetes main repo, 1.23 branch | ✗ |
|
||||
| 24.0 Alpha/Beta | Kubernetes main repo, 1.24 branch | ✗ |
|
||||
| 24.0 | Kubernetes main repo, 1.24 branch | ✓ |
|
||||
| 25.0 Alpha/Beta | Kubernetes main repo, 1.25 branch | ✗ |
|
||||
| 25.0 | Kubernetes main repo, 1.25 branch | ✓ |
|
||||
| 26.0 Alpha/Beta | Kubernetes main repo, 1.26 branch | ✓ |
|
||||
|
||||
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user