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

build(deps): bump kubernetes from 12.0.1 to 17.17.0 #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps kubernetes from 12.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 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 kind/dependencies Pull requests that update a dependency file label May 13, 2021
@dependabot-preview dependabot-preview bot requested a review from ethanwu10 May 13, 2021 11:17
@codecov
Copy link

codecov bot commented May 13, 2021

Codecov Report

Merging #156 (5d3dce2) into master (761d51f) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #156      +/-   ##
==========================================
- Coverage   60.72%   60.70%   -0.03%     
==========================================
  Files          27       27              
  Lines         988      990       +2     
  Branches      167      167              
==========================================
+ Hits          600      601       +1     
- Misses        374      375       +1     
  Partials       14       14              
Impacted Files Coverage Δ
rcds/cli/__main__.py 0.00% <0.00%> (ø)
rcds/project/assets.py 98.21% <0.00%> (+0.01%) ⬆️

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 761d51f...5d3dce2. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants