You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+18
Original file line number
Diff line number
Diff 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)
0 commit comments