fix(deps): update dependency kubernetes to v34
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| kubernetes |
^30.1.0 -> ^34.0.0
|
Release Notes
kubernetes-client/python (kubernetes)
v34.1.0
Kubernetes API Version: v1.34.1
v33.1.0: Kubernetes Python Client v33.1.0 Stable Release
Getting started:
pip install --pre --upgrade kubernetes
Or from source, download attached zip file, then
unzip client-python-v33.1.0.zip
cd client-python-v33.1.0
python setup.py install
Then follow examples in https://github.com/kubernetes-client/python/tree/release-33.0/examples
Changelog: https://github.com/kubernetes-client/python/blob/release-33.0/CHANGELOG.md
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.