fix(deps): update dependency kubernetes to v32 - autoclosed
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| kubernetes | dependencies | major |
^30.1.0 -> ^32.0.0
|
Release Notes
kubernetes-client/python (kubernetes)
v32.0.1
Kubernetes API Version: v1.32.2
Uncategorized
- Adds support for providing cluster information to the exec credential provider if requested. (#2303, @brendandburns)
- Remove py from test dependencies (#2288, @jelly)
Bug or Regression
- Fix dynamic client watch of named resource (#2076, @bobh66)
- Fixed PortForward proxy to close local Python sockets when the WebSocket closes. (#2316, @anvilpete)
- Fixes bug that would fail authentication when using the exec-provider with a specific cluster selected (#2340, @tomasaschan)
Feature
- 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)
- Added the ability to use the optional
applyparameter for functions within theutils.create_from_yamlsubmodule. This allows these functions to optionally use theDynamicClient.server_side_applyfunction to apply yaml manifests. (#2252, @dcmcand) - Adding
utils.format_quantityto convert decimal numbers into a canonical Kubernetes quantity. (#2216, @rkschamer)
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)
v31.0.0
Kubernetes API Version: v1.31.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.