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 10.0.1 to 11.0.0 #184

Merged
merged 1 commit into from
Mar 13, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps kubernetes from 10.0.1 to 11.0.0.

Release notes

Sourced from kubernetes's releases.

Kubernetes Python Client v11.0.0 Stable Release

Getting started:

pip install kubernetes==11.0.0

Or from source, download attached zip file, then

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

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

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

Kubernetes Python Client 11.0 Beta 2 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-11.0.0b2.zip
cd client-python-11.0.0b2
python setup.py install

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

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

Kubernetes Python Client 11.0 Beta 1 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-11.0.0b1.zip
cd client-python-11.0.0b1
</tr></table> ... (truncated)
Changelog

Sourced from kubernetes's changelog.

v11.0.0

Kubernetes API Version: 1.15.10

API Change:

New Feature:

Bug Fix:

Deprecation Notice v11.0.0 of the client follows the Kubernetes deprecation policy and will be deprecated as and when Kubernetes version v1.15 gets deprecated.

v11.0.0b2

Bug Fix:

v11.0.0b1

Bug Fix:

New Feature:

v11.0.0a1

New Feature:

... (truncated)
Commits
  • 6b268fb Merge pull request #1108 from palnabarun/automated-cherry-pick-of-#1099-#1100...
  • d486ccd Merge pull request #1111 from palnabarun/release-11.0
  • ac26477 Update CHANGELOG with a missed bug fix
  • 616f136 Fix verify_tag build stage in Travis pipeline
  • 9204490 Validate that travis tag matches semver
  • c702712 Script needs to be a string
  • 9426c0b Travis configuration now does extra tag validation
  • 68a9f9a redo pypi token encryption for travis
  • efeb1f9 support travis pypi deployment
  • 1dd9a4c Merge pull request #1097 from palnabarun/release-11.0
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 13, 2020
@codecov
Copy link

codecov bot commented Mar 13, 2020

Codecov Report

Merging #184 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #184   +/-   ##
=======================================
  Coverage   92.07%   92.07%           
=======================================
  Files          34       34           
  Lines        2284     2284           
=======================================
  Hits         2103     2103           
  Misses        181      181
Impacted Files Coverage Δ
setup.py 0% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 474b49e...37f3609. Read the comment docs.

@sudermanjr sudermanjr merged commit 8e2167b into master Mar 13, 2020
@sudermanjr sudermanjr deleted the dependabot/pip/kubernetes-11.0.0 branch March 13, 2020 17:21
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant