vapor-ware / synse-server

An HTTP API for monitoring and controlling physical and virtual devices
https://synse.readthedocs.io/en/latest/server/intro/
GNU General Public License v3.0
39 stars 11 forks source link

build(deps): bump kubernetes from 17.17.0 to 18.20.0 #430

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps kubernetes from 17.17.0 to 18.20.0.

Release notes

Sourced from kubernetes's releases.

Kubernetes Python Client v18.20.0 Stable Release

Getting started:

pip install kubernetes==18.20.0

Or from source, download attached zip file, then

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

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

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

Kubernetes Python Client v18.20.0 Beta 1 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v18.20.0b1.zip
cd client-python-v18.20.0b1
python setup.py install

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

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

Kubernetes Python Client v18.17.0 Alpha 1 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v18.17.0a1.zip
cd client-python-v18.17.0a1
</tr></table> 

... (truncated)

Changelog

Sourced from kubernetes's changelog.

v18.20.0

Kubernetes API Version: 1.18.20

Feature

v18.20.0b1

Kubernetes API Version: 1.18.20

Important Information:

  • 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.20.0b1) and will no longer provide support to older clients as per the Kubernetes support policy.

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]
  • The CSIDriver API has graduated to storage.k8s.io/v1, and is now available for use. (#84814, @​huffmanca) [SIG Storage]

... (truncated)

Commits
  • 888d7df Merge pull request #1527 from roycaihw/v18-ga
  • 5231791 update changelog and readme
  • 9e3641d apply hotfixes
  • 286bd61 generated client change for v18 GA release
  • 4a5b39d update version constants for v18 GA release
  • 6850340 Merge pull request #1519 from roycaihw/release18
  • 8bd7651 update release notes
  • 1b80892 Merge branch 'master' of github.com:kubernetes-client/python into release18
  • 7d89f02 update submodule
  • 837a6ec Merge pull request #1518 from scottilee/release-18-base
  • 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)
edaniszewski commented 3 years ago

we are far behind here. going to let this sit until next week when I'll have a bit more time to update and validate that nothing broke with this major rev update.

dependabot[bot] commented 2 years ago

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

dependabot[bot] commented 2 years ago

Superseded by #444.