Skip to content

Commit

Permalink
Merge pull request #2332 from yliaog/master
Browse files Browse the repository at this point in the history
1.32.0 GA release
  • Loading branch information
k8s-ci-robot authored Jan 23, 2025
2 parents e93f240 + 7294f56 commit a5c3373
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v32.0.0

Kubernetes API Version: v1.32.1

### Bug or Regression
- Fixed PortForward proxy to close local Python sockets when the WebSocket closes. (#2316, @anvilpete)

# v32.0.0b1

Kubernetes API Version: v1.32.1
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ supported versions of Kubernetes clusters.
- [client 29.y.z](https://pypi.org/project/kubernetes/29.0.0/): Kubernetes 1.28 or below (+-), Kubernetes 1.29 (✓), Kubernetes 1.30 or above (+-)
- [client 30.y.z](https://pypi.org/project/kubernetes/30.1.0/): Kubernetes 1.29 or below (+-), Kubernetes 1.30 (✓), Kubernetes 1.31 or above (+-)
- [client 31.y.z](https://pypi.org/project/kubernetes/31.0.0/): Kubernetes 1.30 or below (+-), Kubernetes 1.31 (✓), Kubernetes 1.32 or above (+-)
- [client 32.y.z](https://pypi.org/project/kubernetes/32.0.0b1/): Kubernetes 1.31 or below (+-), Kubernetes 1.32 (✓), Kubernetes 1.33 or above (+-)
- [client 32.y.z](https://pypi.org/project/kubernetes/32.0.0/): Kubernetes 1.31 or below (+-), Kubernetes 1.32 (✓), Kubernetes 1.33 or above (+-)


> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.
Expand Down Expand Up @@ -164,12 +164,13 @@ between client-python versions.
| 28.0 Alpha/Beta | Kubernetes main repo, 1.28 branch ||
| 28.0 | Kubernetes main repo, 1.28 branch ||
| 29.0 Alpha/Beta | Kubernetes main repo, 1.29 branch ||
| 29.0 | Kubernetes main repo, 1.29 branch | |
| 29.0 | Kubernetes main repo, 1.29 branch | |
| 30.0 Alpha/Beta | Kubernetes main repo, 1.30 branch ||
| 30.0 | Kubernetes main repo, 1.30 branch ||
| 31.0 Alpha/Beta | Kubernetes main repo, 1.31 branch ||
| 31.0 | Kubernetes main repo, 1.31 branch ||
| 32.0 Alpha/Beta | Kubernetes main repo, 1.32 branch ||
| 32.0 Alpha/Beta | Kubernetes main repo, 1.32 branch ||
| 32.0 | Kubernetes main repo, 1.32 branch ||

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

0 comments on commit a5c3373

Please sign in to comment.