@@ -90,6 +90,7 @@ supported versions of Kubernetes clusters.
90
90
- [ client 18.y.z] ( https://pypi.org/project/kubernetes/18.20.0/ ) : Kubernetes 1.17 or below (+-), Kubernetes 1.18 (✓), Kubernetes 1.19 or above (+-)
91
91
- [ client 19.y.z] ( https://pypi.org/project/kubernetes/19.15.0/ ) : Kubernetes 1.18 or below (+-), Kubernetes 1.19 (✓), Kubernetes 1.20 or above (+-)
92
92
- [ client 20.y.z] ( https://pypi.org/project/kubernetes/20.13.0/ ) : Kubernetes 1.19 or below (+-), Kubernetes 1.20 (✓), Kubernetes 1.21 or above (+-)
93
+ - [ client 21.y.z] ( https://pypi.org/project/kubernetes/21.7.0a1/ ) : Kubernetes 1.20 or below (+-), Kubernetes 1.21 (✓), Kubernetes 1.22 or above (+-)
93
94
94
95
> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explaination of why there is no v13-v16 release.
95
96
@@ -125,7 +126,7 @@ between client-python versions.
125
126
| 11.0 Alpha/Beta | Kubernetes main repo, 1.15 branch | ✗ |
126
127
| 11.0 | Kubernetes main repo, 1.15 branch | ✗ |
127
128
| 12.0 Alpha/Beta | Kubernetes main repo, 1.16 branch | ✗ |
128
- | 12.0 | Kubernetes main repo, 1.16 branch | ✓ |
129
+ | 12.0 | Kubernetes main repo, 1.16 branch | ✗ |
129
130
| 17.0 Alpha/Beta | Kubernetes main repo, 1.17 branch | ✗ |
130
131
| 17.0 | Kubernetes main repo, 1.17 branch | ✓ |
131
132
| 18.0 Alpha/Beta | Kubernetes main repo, 1.18 branch | ✗ |
@@ -134,6 +135,7 @@ between client-python versions.
134
135
| 19.0 | Kubernetes main repo, 1.19 branch | ✓ |
135
136
| 20.0 Alpha/Beta | Kubernetes main repo, 1.20 branch | ✗ |
136
137
| 20.0 | Kubernetes main repo, 1.20 branch | ✓ |
138
+ | 21.0 Alpha/Beta | Kubernetes main repo, 1.21 branch | ✓ |
137
139
138
140
> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explaination of why there is no v13-v16 release.
139
141
0 commit comments