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

Bump kubernetes from 4.0.0 to 6.0.0 #3

Merged
merged 1 commit into from
Jul 5, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps kubernetes from 4.0.0 to 6.0.0.

Release notes

Sourced from kubernetes's releases.

Kubernetes Python Client 6.0 stable Release

Getting started:

pip install --upgrade kubernetes

Or from source, download attached zip file, then

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

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

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

Kubernetes Python Client 6.0 Beta 1 Release

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-6.0.0b1.zip
cd client-python-6.0.0b1
python setup.py install

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

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

Kubernetes Python Client 5.0 stable Release

Getting started:

pip install --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-5.0.0.zip
cd client-python-5.0.0
</table> ... (truncated)
Changelog

Sourced from kubernetes's changelog.

v6.0.0

v6.0.0b1

API change:

  • CustomObjectsApi: Add PATCH to CustomObjectsApi kubernetes-client/gen#53
  • Promoting the apiregistration.k8s.io (aggregation) to GA (ApiregistrationV1Api) kubernetes/kubernetes#58393
  • CoreV1Api: remove /proxy legacy API (deprecated since kubernetes v1.2). Use the /proxy subresources on objects that support HTTP proxying kubernetes/kubernetes#59884
  • The PodSecurityPolicy API has been moved to the policy/v1beta1 API group. The PodSecurityPolicy API in the extensions/v1beta1 API group is deprecated and will be removed in a future release. Authorizations for using pod security policy resources should change to reference the policy API group after upgrading to 1.11 kubernetes/kubernetes#54933
  • StorageV1beta1Api: Introduce new VolumeAttachment API Object kubernetes/kubernetes#54463
  • V1FlexPersistentVolumeSource: PersistentVolume flexVolume sources can now reference secrets in a namespace other than the PersistentVolumeClaim's namespace kubernetes/kubernetes#56460
  • ACTION REQUIRED: VolumeScheduling and LocalPersistentVolume features are beta and enabled by default. The PersistentVolume NodeAffinity alpha annotation is deprecated and will be removed in a future release kubernetes/kubernetes#59391
  • Allows HorizontalPodAutoscaler to use global metrics not associated with any Kubernetes object (for example metrics from a hoster service running outside of Kubernetes cluster) kubernetes/kubernetes#60096
  • v1.Pod now has a field to configure whether a single process namespace should be shared between all containers in a pod. This feature is in alpha preview. kubernetes/kubernetes#58716
  • delete_namespaced_service() now takes an required body (delete option) parameter. Refactor service storage to remove registry wrapper kubernetes/kubernetes#59510

Documentation update:

v5.0.0

  • No changes. The same as v5.0.0b1.

v5.0.0b1

Commits
  • 39f833c Merge pull request #510 from roycaihw/release-6.0
  • fa57a45 Generated version constants update for 6.0.0 release
  • c63684a Update version constants for 6.0.0 release
  • 0aef63d Merge branch 'master' of github.com:kubernetes-client/python into release-6.0
  • 74ade9c Merge pull request #507 from roycaihw/update-base
  • f4539ad Update CHANGELOG for python-base submodule update
  • 46a0e10 Update python-base submodule
  • 73afbbc Merge pull request #483 from roycaihw/release-6.0
  • 04993b1 Update version constants for 6.0.0b1 release
  • 369366a Merge pull request #482 from roycaihw/apichange-k8s-1.10
  • 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 ignore this [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 [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

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)
  • 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.

@andyhd andyhd merged commit baecbb8 into master Jul 5, 2018
@andyhd andyhd deleted the dependabot/pip/kubernetes-6.0.0 branch July 5, 2018 13:53
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.

2 participants