Update dependency kubernetes to v34 - autoclosed #930
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.0.0->34.1.0Release Notes
kubernetes-client/python (kubernetes)
v34.1.0Compare Source
Kubernetes API Version: v1.34.1
v33.1.0: Kubernetes Python Client v33.1.0 Stable ReleaseCompare Source
Getting started:
Or from source, download attached zip file, then
unzip client-python-v33.1.0.zip cd client-python-v33.1.0 python setup.py installThen 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.1Compare Source
Kubernetes API Version: v1.32.2
Uncategorized
Bug or Regression
Feature
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)utils.format_quantityto convert decimal numbers into a canonical Kubernetes quantity. (#2216, @rkschamer)v32.0.0Compare Source
Kubernetes API Version: v1.32.1
Bug or Regression
v31.0.0Compare Source
Kubernetes API Version: v1.31.0
v30.1.0Compare Source
Kubernetes API Version: v1.30.1
New Feature:
v29.0.0Compare Source
Kubernetes API Version: v1.29.0
Bug or Regression
v28.1.0Compare Source
Kubernetes API Version: v1.28.2
API Change
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]
v27.2.0Compare Source
Kubernetes API Version: v1.27.3
Documentation
v26.1.0Compare Source
Kubernetes API Version: v1.26.1
Bug or Regression
Feature
idp-certificate-authoritykey for the oidc plugin. (#1916, @vgupta3)v25.3.0Compare Source
Kubernetes API Version: v1.25.3
Feature
idp-certificate-authoritykey for the oidc plugin. (#1916, @vgupta3)v24.2.0Compare Source
Kubernetes API Version: v1.24.2
Uncategorized
_request_timeoutparameter to configure connection and request timeouts. (#1732, @philipp-sontag-by)v23.6.0Compare Source
Kubernetes API Version: v1.23.6
API Change
selectorfield. Prior to 1.21, these requests would mergematchLabelscontent and replacematchExpressionscontent. In 1.21, patch requests touching theselectorfield 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.0Compare Source
Kubernetes API Version: v1.23.4
v22.6.0Compare Source
Kubernetes API Version: v1.22.6
Bug or Regression
Feature
utils.create_from_directoryfor creating all yaml files in a directory (#1683, @dingyiyi0226)v21.7.0Compare Source
Kubernetes API Version: v1.21.7
Bug or Regression
v20.13.0Compare Source
Kubernetes API Version: v1.20.13
v19.15.0Compare Source
Kubernetes API Version: v1.19.15
Feature
v18.20.0Compare Source
Kubernetes API Version: 1.18.20
Feature
python2support will be removed in 18.0.0 beta release. All the tests will usepython3versions. (kubernetes-client/python-base#238, @Priyankasaggu11929)header_paramsparameter, which can be used to customizing API server response, e.g. retrieving object metadata only. (kubernetes-client/python-base#236, @Yashks1994)v17.17.0Compare Source
Kubernetes API Version: 1.17.17
Changelog since v17.17.0b1:
Bug or Regression
Feature
header_paramsparameter, which can be used to customizing API server response, e.g. retrieving object metadata only. (kubernetes-client/python-base#236, @Yashks1994)v12.0.1Compare 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 viaConfiguration.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.0Compare Source
Kubernetes API Version: 1.16.15
New Feature:
create_from_{dict,yaml}kubernetes-client/python#1262Configuration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.