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 17.17.0 in /perf-tests #49

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 17, 2021

Bumps kubernetes from 8.0.1 to 17.17.0.

Release notes

Sourced from kubernetes's releases.

Kubernetes Python Client v17.17.0 Stable Release

Getting started:

pip install kubernetes==17.17.0

Or from source, download attached zip file, then

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

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

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

Kubernetes Python Client v17.17.0 Beta 1 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v17.17.0b1.zip
cd client-python-v17.17.0b1
python setup.py install

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

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

Kubernetes Python Client v17.14.0 Alpha 1 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v17.14.0a1.zip
cd client-python-v17.14.0a1
</tr></table> 

... (truncated)

Changelog

Sourced from kubernetes's changelog.

v17.17.0b1

Kubernetes API Version: 1.17.17

Changelog since v17.14.0a1:

New Feature:

API Change:

Bug Fix:

v18.17.0a1

Kubernetes API Version: 1.18.17

Important Information:

  • The Kubernetes Python client versioning scheme has changed. The version numbers used till Kubernetes Python Client v12.y.z lagged behind the actual Kubernetes minor version numbers. From this release, the client is moving a version format vY.Z.P where Y and Z are respectively from the Kubernetes version v1.Y.Z and P would incremented due to changes on the Python client side itself. Ref: kubernetes-client/python#1244
  • Python 2 had reached End of Life on January 1, 2020. The Kubernetes Python Client has dropped support for Python 2 from this release (v18.0.0) and will no longer provide support to older clients as per the Kubernetes support policy.

Deprecations:

  • The following deprecated APIs can no longer be served:
    • All resources under apps/v1beta1 and apps/v1beta2 - use apps/v1 instead
    • daemonsets, deployments, replicasets resources under extensions/v1beta1 - use apps/v1 instead
    • networkpolicies resources under extensions/v1beta1 - use networking.k8s.io/v1 instead
    • podsecuritypolicies resources under extensions/v1beta1 - use policy/v1beta1 instead (#85903, @​liggitt) [SIG API Machinery, Apps, Cluster Lifecycle, Instrumentation and Testing]

New Feature:

Bug Fix:

API Change:

  • Add allowWatchBookmarks, resoureVersionMatch parameters to custom objects. kubernetes-client/gen#180
  • Fix bug in reflector that couldn't recover from "Too large resource version" errors (#92537, @​wojtek-t) [SIG API Machinery]
  • Fixed: log timestamps now include trailing zeros to maintain a fixed width (#91207, @​iamchuckss) [SIG Apps and Node]
  • Fixed: log timestamps now include trailing zeros to maintain a fixed width (#91207, @​iamchuckss) [SIG Apps and Node]
  • Resolve regression in metadata.managedFields handling in update/patch requests submitted by older API clients (#92007, @​apelisse) [SIG API Machinery and Testing]
  • A new IngressClass resource has been added to enable better Ingress configuration. (#88509, @​robscott) [SIG API Machinery, Apps, CLI, Network, Node and Testing]

... (truncated)

Commits
  • b47caad Merge pull request #1464 from scottilee/release-17.0
  • e62eb3f Update CHANGELOG and README
  • 6437304 GA release of 1.17
  • 62071e4 Merge pull request #1460 from roycaihw/pull-master-into-release-17
  • 6cc274f Merge branch 'master' of github.com:kubernetes-client/python into pull-master...
  • 04e62c6 Merge pull request #1457 from roycaihw/refactor-sed-check
  • 468115e refactor OS X sed check into a util
  • 02c4f7a Merge pull request #1456 from roycaihw/sed-check
  • 88841db Merge pull request #1455 from roycaihw/update-submodule
  • bb7bb64 add OS X sed check to update-submodule.sh
  • 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 @github
Copy link
Author

dependabot bot commented on behalf of github May 17, 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/49/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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 17, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/perf-tests/kubernetes-17.17.0 branch from 6856fe6 to 543e13e Compare August 10, 2021 22:46
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 17, 2021

Superseded by #87.

@dependabot dependabot bot closed this Aug 17, 2021
@dependabot dependabot bot deleted the dependabot/pip/perf-tests/kubernetes-17.17.0 branch August 17, 2021 21:08
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants