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 24.2.0 #461

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps kubernetes from 17.17.0 to 24.2.0.

Release notes

Sourced from kubernetes's releases.

Kubernetes Python Client v24.2.0 Stable Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v24.2.0.zip
cd client-python-v24.2.0
python setup.py install

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

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

Kubernetes Python Client v24.1.0 Beta 1 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v24.1.0b1.zip
cd client-python-v24.1.0b1
python setup.py install

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

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

Kubernetes Python Client v24.1.0 Alpha 1 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v24.1.0a1.zip
cd client-python-v24.1.0a1
</tr></table> 

... (truncated)

Changelog

Sourced from kubernetes's changelog.

v24.2.0

Kubernetes API Version: v1.24.2

Uncategorized

  • The dynamic client now support the _request_timeout parameter to configure connection and request timeouts. (#1732, @​philipp-sontag-by)

v24.1.0b1

Kubernetes API Version: v1.24.1

Uncategorized

  • The dynamic client now support the _request_timeout parameter to configure connection and request timeouts. (#1732, @​philipp-sontag-by)

v24.1.0a1

Kubernetes API Version: v1.24.1

API Change

... (truncated)

Commits
  • 0406e1c Merge pull request #1838 from yliaog/automated-release-of-24.2.0-upstream-rel...
  • 7cfc353 added compatibility matrix for 1.24.2 release.
  • 9732f83 generated client change
  • 119ecd5 update version constants for 24.2.0 release
  • ec48a03 update changelog with release notes from master branch
  • 1ea21da Revert "Add interactive configuration to exec provider."
  • 59ee365 Add interactive configuration to exec provider.
  • 7f3b29d Bump helm/kind-action from 1.2.0 to 1.3.0
  • 03f84f3 Bump actions/setup-python from 3 to 4
  • 36bd3ff Merge pull request #1827 from yliaog/automated-release-of-24.1.0b1-upstream-r...
  • 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[bot] commented 1 year ago

Superseded by #465.