Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kubernetes from 8.0.1 to 12.0.1 in /perf-tests #24

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps kubernetes from 8.0.1 to 12.0.1.

Release notes

Sourced from kubernetes's releases.

Kubernetes Python Client v12.0.1 Stable Release

Getting started:

pip install kubernetes==12.0.1

Or from source, download attached zip file, then

unzip client-python-12.0.1.zip
cd client-python-12.0.1
python setup.py install

Then follow examples in https://github.com/kubernetes-client/python/tree/release-12.0/examples.

Changelog: https://github.com/kubernetes-client/python/blob/release-12.0/CHANGELOG.md

Kubernetes Python Client v12.0.0 Stable Release

Getting started:

pip install kubernetes==12.0.0

Or from source, download attached zip file, then

unzip client-python-12.0.0.zip
cd client-python-12.0.0
python setup.py install

Then follow examples in https://github.com/kubernetes-client/python/tree/release-12.0/examples.

Changelog: https://github.com/kubernetes-client/python/blob/release-12.0/CHANGELOG.md

Kubernetes Python Client 12.0 Beta 1 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-12.0.0b1.zip
cd client-python-12.0.0b1
</tr></table> 

... (truncated)

Changelog

Sourced from kubernetes's changelog.

v12.0.1

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

Kubernetes API Version: 1.16.15

New Feature:

v12.0.0b1

Kubernetes API Version: 1.16.14

New Feature:

Bug Fix:

v12.0.0a1

Kubernetes API Version: 1.16.14

API Change:

  • Resolve regression in metadata.managedFields handling in update/patch requests submitted by older API clients (#91748, @​apelisse) [SIG API Machinery and Testing]
  • Fix bug where sending a status update completely wipes managedFields for some types. (#90033, @​apelisse) [SIG API Machinery and Testing]
  • The MutatingWebhookConfiguration and ValidatingWebhookConfiguration APIs have been promoted to admissionregistration.k8s.io/v1:
    • failurePolicy default changed from Ignore to Fail for v1
    • matchPolicy default changed from Exact to Equivalent for v1
    • timeout default changed from 30s to 10s for v1
    • sideEffects default value is removed, and the field made required, and only None and NoneOnDryRun are permitted for v1
    • admissionReviewVersions default value is removed and the field made required for v1 (supported versions for AdmissionReview are v1 and v1beta1)
    • The name field for specified webhooks must be unique for MutatingWebhookConfiguration and ValidatingWebhookConfiguration objects created via admissionregistration.k8s.io/v1
  • The AdmissionReview API sent to and received from admission webhooks has been promoted to admission.k8s.io/v1. Webhooks can specify a preference for receiving v1 AdmissionReview objects with admissionReviewVersions: ["v1","v1beta1"], and must respond with an API object in the same apiVersion they are sent. When webhooks use admission.k8s.io/v1, the following additional validation is performed on their responses:
    • response.patch and response.patchType are not permitted from validating admission webhooks
    • apiVersion: "admission.k8s.io/v1" is required

... (truncated)

Commits
  • 334a62a Merge pull request #1285 from palnabarun/release-12.0
  • b9b2365 Update CHANGELOG
  • 1ffa61d add a test for default configuration behavior
  • 0d971eb Update constants to reflect Client release 12.0.1
  • 2438ec0 Update submodule
  • 38a0ab4 Merge pull request #1280 from palnabarun/release-12.0
  • 85475c2 Update README
  • 29dc69c Update CHANGELOG
  • e745897 Add test to ensure kubernetes client threadpool is cleaned up
  • 1460b1f Add kubernetes.client.apis as an alias to kubernetes.client.api
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 15, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 15, 2021

Dependabot tried to add @vepatel and @sethbergman/kic as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/sethbergman/kubernetes-ingress/pulls/24/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the sethbergman/kubernetes-ingress repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@github-actions
Copy link

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale label May 15, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 17, 2021

Superseded by #49.

@dependabot dependabot bot closed this May 17, 2021
@dependabot dependabot bot deleted the dependabot/pip/perf-tests/kubernetes-12.0.1 branch May 17, 2021 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code stale
Projects
None yet
0 participants