Skip to content

Commit 0986337

Browse files
authored
Merge pull request kubernetes-client#1839 from yliaog/master
GA release for 1.24.2
2 parents 9c79d2b + d963980 commit 0986337

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v24.2.0
2+
3+
Kubernetes API Version: v1.24.2
4+
5+
### Uncategorized
6+
- The dynamic client now support the `_request_timeout` parameter to configure connection and request timeouts. (#1732, @philipp-sontag-by)
7+
18
# v24.1.0b1
29

310
Kubernetes API Version: v1.24.1

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ supported versions of Kubernetes clusters.
9393
- [client 21.y.z](https://pypi.org/project/kubernetes/21.7.0/): Kubernetes 1.20 or below (+-), Kubernetes 1.21 (✓), Kubernetes 1.22 or above (+-)
9494
- [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 (+-)
9595
- [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 (+-)
96-
- [client 24.y.z](https://pypi.org/project/kubernetes/24.1.0/): Kubernetes 1.23 or below (+-), Kubernetes 1.24 (✓), Kubernetes 1.25 or above (+-)
96+
- [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 (+-)
9797

9898
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.
9999
@@ -139,12 +139,13 @@ between client-python versions.
139139
| 20.0 Alpha/Beta | Kubernetes main repo, 1.20 branch ||
140140
| 20.0 | Kubernetes main repo, 1.20 branch ||
141141
| 21.0 Alpha/Beta | Kubernetes main repo, 1.21 branch ||
142-
| 21.0 | Kubernetes main repo, 1.21 branch | |
142+
| 21.0 | Kubernetes main repo, 1.21 branch | |
143143
| 22.0 Alpha/Beta | Kubernetes main repo, 1.22 branch ||
144144
| 22.0 | Kubernetes main repo, 1.22 branch ||
145145
| 23.0 Alpha/Beta | Kubernetes main repo, 1.23 branch ||
146146
| 23.0 | Kubernetes main repo, 1.23 branch ||
147-
| 24.0 Alpha/Beta | Kubernetes main repo, 1.24 branch ||
147+
| 24.0 Alpha/Beta | Kubernetes main repo, 1.24 branch ||
148+
| 24.0 | Kubernetes main repo, 1.24 branch ||
148149

149150
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.
150151

0 commit comments

Comments
 (0)