Skip to content

Conversation

@renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Change Age Confidence
kubernetes 11.0.0 -> 34.1.0 age confidence

Release Notes

kubernetes-client/python (kubernetes)

v34.1.0

Compare Source

Kubernetes API Version: v1.34.1

v33.1.0: Kubernetes Python Client v33.1.0 Stable Release

Compare Source

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

Compare Source

Kubernetes API Version: v1.32.2

Uncategorized
Bug or Regression
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 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)
  • Adding utils.format_quantity to convert decimal numbers into a canonical Kubernetes quantity. (#​2216, @​rkschamer)

v32.0.0

Compare Source

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

Compare Source

Kubernetes API Version: v1.31.0

v30.1.0

Compare Source

Kubernetes API Version: v1.30.1

New Feature:

  • Add utility functions to parse and format GEP-2257 Duration strings for Gateway API

v29.0.0

Compare Source

Kubernetes API Version: v1.29.0

Bug or Regression

v28.1.0

Compare Source

Kubernetes API Version: v1.28.2

API Change
  • Fixed a bug where CEL expressions in CRD validation rules would incorrectly compute a high estimated cost for functions that return strings, lists or maps.
    The incorrect cost was evident when the result of a function was used in subsequent operations. (kubernetes/kubernetes#119807, @​jpbetz) [SIG API Machinery, Auth and Cloud Provider]
  • Mark Job onPodConditions as optional in pod failure policy (kubernetes/kubernetes#120208, @​mimowo) [SIG API Machinery and Apps]

v27.2.0

Compare Source

Kubernetes API Version: v1.27.3

Documentation
  • Fix request_timeout example and doc. Arg name should be _request_timeout. Single value type should be int or long. (#​2071, @​hemslo)

v26.1.0

Compare Source

Kubernetes API Version: v1.26.1

Bug or Regression
  • The timeout unit of the WSClient update method is now always seconds for both poll and select functions. (#​1976, @​t-yrka)
Feature
  • Adds support for loading CA certificates from a file using the idp-certificate-authority key for the oidc plugin. (#​1916, @​vgupta3)

v25.3.0

Compare Source

Kubernetes API Version: v1.25.3

Feature
  • Adds support for loading CA certificates from a file using the idp-certificate-authority key for the oidc plugin. (#​1916, @​vgupta3)

v24.2.0

Compare Source

Kubernetes API Version: v1.24.2

Uncategorized

v23.6.0

Compare Source

Kubernetes API Version: v1.23.6

API Change
  • Omits alpha-level enums from the static openapi file captured in api/openapi-spec (kubernetes/kubernetes#109179, @​liggitt) [SIG Apps and Auth]
  • Fixes a regression in v1beta1 PodDisruptionBudget handling of "strategic merge patch"-type API requests for the selector field. Prior to 1.21, these requests would merge matchLabels content and replace matchExpressions content. In 1.21, patch requests touching the selector field started replacing the entire selector. This is consistent with server-side apply and the v1 PodDisruptionBudget behavior, but should not have been changed for v1beta1. (kubernetes/kubernetes#108139, @​liggitt) [SIG Auth and Testing]

v23.3.0

Compare Source

Kubernetes API Version: v1.23.4

v22.6.0

Compare Source

Kubernetes API Version: v1.22.6

Bug or Regression
Feature

v21.7.0

Compare Source

Kubernetes API Version: v1.21.7

Bug or Regression
  • Fixed #​741, an issue which prevented Kubernetes cluster api-tokens from exec-plugin auth providers from being refreshed after expiry. (#​250, @​emenendez)
  • Use select.poll() for exec on linux/darwin to improve scalability of WSClient (#​268, @​jsun-splunk)

v20.13.0

Compare Source

Kubernetes API Version: v1.20.13

v19.15.0

Compare Source

Kubernetes API Version: v1.19.15

Feature
  • The new parameter 'no_proxy' has been added to configuration for the REST and websocket client. (kubernetes-client/python#1579, @​itaru2622)//github.com/itaru2622))//github.com/itaru2622))//github.com/itaru2622))//github.com/itaru2622))//github.com/itaru2622))//github.com/itaru2622))//github.com/itaru2622))

v18.20.0

Compare Source

Kubernetes API Version: 1.18.20

Feature

v17.17.0

Compare Source

Kubernetes API Version: 1.17.17

Changelog since v17.17.0b1:

Bug or Regression
Feature

v12.0.1

Compare Source

Kubernetes API Version: 1.16.15

Breaking Change:

  • kubernetes.config.Configuration() will now return the default "initial" configuration, kubernetes.config.Configuration.get_default_copy() will return the default configuration if there is a default set via Configuration.set_default(c), otherwise, it will also return the default "initial" configuration. OpenAPITools/openapi-generator#4485, OpenAPITools/openapi-generator#5315. **Note: ** This change also affects v12.0.0a1, v12.0.0b1 and v12.0.0.

Bug Fix:

v12.0.0

Compare Source

Kubernetes API Version: 1.16.15

New Feature:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate bot added the dependencies Dependency changes and updates label Sep 29, 2025
@renovate-bot renovate-bot changed the title Update dependency kubernetes to v34 Update dependency kubernetes to v34 - autoclosed Jan 16, 2026
@renovate-bot renovate-bot deleted the renovate/kubernetes-34.x-lockfile branch January 16, 2026 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency changes and updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant