Merge pull request #1938 from yliaog/master
25.3 GA release changelog and README comptability matrix
This commit is contained in:
commit
9df5fa7666
@ -1,3 +1,10 @@
|
||||
# v25.3.0
|
||||
|
||||
Kubernetes API Version: v1.25.3
|
||||
|
||||
### Feature
|
||||
- Adds support for loading CA certificates from a file using the `idp-certificate-authority` key for the oidc plugin. (#1916, @vgupta3)
|
||||
|
||||
# v25.3.0b1
|
||||
|
||||
Kubernetes API Version: v1.25.3
|
||||
|
||||
@ -94,7 +94,7 @@ supported versions of Kubernetes clusters.
|
||||
- [client 22.y.z](https://pypi.org/project/kubernetes/22.6.0/): Kubernetes 1.21 or below (+-), Kubernetes 1.22 (✓), Kubernetes 1.23 or above (+-)
|
||||
- [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.0b1/): Kubernetes 1.24 or below (+-), Kubernetes 1.25 (✓), Kubernetes 1.26 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 (+-)
|
||||
|
||||
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.
|
||||
|
||||
@ -142,12 +142,13 @@ between client-python versions.
|
||||
| 21.0 Alpha/Beta | Kubernetes main repo, 1.21 branch | ✗ |
|
||||
| 21.0 | Kubernetes main repo, 1.21 branch | ✗ |
|
||||
| 22.0 Alpha/Beta | Kubernetes main repo, 1.22 branch | ✗ |
|
||||
| 22.0 | 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 | ✓ |
|
||||
| 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 Alpha/Beta | Kubernetes main repo, 1.25 branch | ✗ |
|
||||
| 25.0 | Kubernetes main repo, 1.25 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