Skip to content

Commit d80165d

Browse files
authoredFeb 18, 2025
Merge pull request #2349 from yliaog/master
32.0.1 release
2 parents 230925f + 47a5d2a commit d80165d

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed
 

‎CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# v32.0.1
2+
3+
Kubernetes API Version: v1.32.2
4+
5+
### Uncategorized
6+
- Adds support for providing cluster information to the exec credential provider if requested. (#2303, @brendandburns)
7+
- Remove py from test dependencies (#2288, @jelly)
8+
9+
### Bug or Regression
10+
- Fix dynamic client watch of named resource (#2076, @bobh66)
11+
- Fixed PortForward proxy to close local Python sockets when the WebSocket closes. (#2316, @anvilpete)
12+
- Fixes bug that would fail authentication when using the exec-provider with a specific cluster selected (#2340, @tomasaschan)
13+
14+
### Feature
15+
- Add utility functions kubernetes.utils.duration.parse_duration and kubernetes.utils.duration.format_duration to manage Gateway API Duration strings as specified by GEP-2257. (#2261, @kflynn)
16+
- Added the ability to use the optional `apply` parameter for functions within the `utils.create_from_yaml` submodule. This allows these functions to optionally use the `DynamicClient.server_side_apply` function to apply yaml manifests. (#2252, @dcmcand)
17+
- Adding `utils.format_quantity` to convert decimal numbers into a canonical Kubernetes quantity. (#2216, @rkschamer)
18+
119
# v32.0.0
220

321
Kubernetes API Version: v1.32.1

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ supported versions of Kubernetes clusters.
101101
- [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 (+-)
102102
- [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 (+-)
103103
- [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 (+-)
104-
- [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 (+-)
104+
- [client 32.y.z](https://pypi.org/project/kubernetes/32.0.1/): Kubernetes 1.31 or below (+-), Kubernetes 1.32 (✓), Kubernetes 1.33 or above (+-)
105105

106106

107107
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.
@@ -170,7 +170,7 @@ between client-python versions.
170170
| 31.0 Alpha/Beta | Kubernetes main repo, 1.31 branch ||
171171
| 31.0 | Kubernetes main repo, 1.31 branch ||
172172
| 32.0 Alpha/Beta | Kubernetes main repo, 1.32 branch ||
173-
| 32.0 | Kubernetes main repo, 1.32 branch ||
173+
| 32.1 | Kubernetes main repo, 1.32 branch ||
174174

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

0 commit comments

Comments
 (0)
Failed to load comments.