Skip to content

Releases: kubernetes-client/python

Kubernetes Python Client 6.0 stable Release

Choose a tag to compare

@roycaihw roycaihw released this 12 Apr 00:10
39f833c

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

Choose a tag to compare

@roycaihw roycaihw released this 13 Mar 02:23
73afbbc

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

Choose a tag to compare

@roycaihw roycaihw released this 13 Feb 22:16
7eb2cf3

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
python setup.py install

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

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

Kubernetes Python Client 5.0 Beta 1 Release

Choose a tag to compare

@roycaihw roycaihw released this 27 Jan 00:48
a141eab

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

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

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

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

Kubernetes Python Client 4.0 stable Release

Choose a tag to compare

@yliaog yliaog released this 20 Nov 20:35
2d6e453

Getting started:

pip install --upgrade kubernetes

Or from source, download attached zip file, then

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

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

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

Kubernetes Python Client 4.0 Beta 1 Release

Choose a tag to compare

@mbohlool mbohlool released this 07 Nov 22:28
f85a06a

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

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

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

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

Kubernetes Python Client 4.0 Alpha 1 Release

Choose a tag to compare

@mbohlool mbohlool released this 17 Oct 16:36

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-4.0.0a1.zip
cd client-python-4.0.0a1
python setup.py install

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

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

Kubernetes Python Client 3.0 stable Release

Choose a tag to compare

@mbohlool mbohlool released this 11 Aug 01:10

Getting started:

pip install --upgrade kubernetes

Or from source, download attached zip file, then

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

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

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

Kubernetes Python Client 3.0 Beta 1 Release

Choose a tag to compare

@mbohlool mbohlool released this 25 Jul 20:39

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

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

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

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

Kubernetes Python Client 3.0 Alpha 1 Release

Choose a tag to compare

@mbohlool mbohlool released this 07 Jul 21:38

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-3.0.0a1.zip
cd client-python-3.0.0a1
python setup.py install

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

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