Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Bump kubernetes from 7.0.0 to 8.0.1 #10

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps kubernetes from 7.0.0 to 8.0.1.

Release notes

Sourced from kubernetes's releases.

Kubernetes Python Client v8.0.1 Stable Release

Getting started:

pip install kubernetes==8.0.1

Or from source, download attached zip file, then

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

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

Changelog: https://github.com/kubernetes-incubator/client-python/blob/master/CHANGELOG.md

Kubernetes Python Client 8.0 stable Release

Getting started:

pip install --upgrade kubernetes

Or from source, download attached zip file, then

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

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

Changelog: https://github.com/kubernetes-incubator/client-python/blob/master/CHANGELOG.md

Kubernetes Python Client 8.0 Beta 1 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

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

Sourced from kubernetes's changelog.

v8.0.1

Bug Fix:

Security Fix:

v7.0.1

Security Fix:

v6.1.0

  • Python 3.7 support
  • Update to Kubernetes 1.10.10 API

Breaking Change:

  • ACTION REQUIRED Rename the currently being-used async parameter to async_req to support Python 3.7 because async is a reserved keyword in Python 3.7 kubernetes-client/gen#67
  • NOTE Python 3.7 was released after v6.0.0 release. It's not necessary to upgrade your client to v6.1.0 if you do not use Python 3.7+.

API change:

v8.0.0

New Feature:

v8.0.0b1

Bug Fix:

API Change:

v8.0.0a1

New Feature:

Bug Fix:

API Change:

  • Upon receiving a LIST request with expired continue token, the apiserver now returns a continue token together with the 410 "the from parameter is too old " error. If the client does not care about getting a list from a consistent snapshot, the client can use this token to continue listing from the next key, but the returned chunk will be from the latest snapshot kubernetes/kubernetes#67284
  • Introduces autoscaling/v2beta2 and custom_metrics/v1beta2, which implement metric selectors for Object and Pods metrics, as well as allowing AverageValue targets on Objects, similar to External metrics kubernetes/kubernetes#64097
  • Create "coordination.k8s.io" api group with "Lease" api in it kubernetes/kubernetes#64246
  • Added support to restore a volume from a volume snapshot data source: adds TypedLocalObjectReference in the core API and adds DataSource in PersistentVolumeClaimSpec kubernetes/kubernetes#67087
  • ProcMount added to SecurityContext and AllowedProcMounts added to
... (truncated)
Commits
  • f2c7697 Merge pull request #699 from roycaihw/release-8.0.1
  • 9312c60 Add CHANGELOG for security fix in 8.0.1 release
  • 55d165d Potential security fix CVE-2018-20060
  • 45817ee generated client for 8.0.1 release
  • 00c86b8 Update version constant for 8.0.1 release
  • 3083928 Update python-base submodule
  • 28ef977 Merge pull request #675 from roycaihw/release-8.0
  • f174fc6 generated client change for 8.0.0 release
  • 5c02585 Update version constants for 8.0.0 release
  • b538f20 Merge branch 'master' of github.com:kubernetes-client/python into release-8.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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview
Copy link
Contributor Author

Superseded by #11.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/kubernetes-8.0.1 branch March 21, 2019 05:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant