Skip to content

Commit 47a5d2a

Browse files
committed
update changelog with release notes from master branch
1 parent 6073b9e commit 47a5d2a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
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

0 commit comments

Comments
 (0)