Skip to content

Releases: kubernetes-client/python

Kubernetes Python Client 9.0 Alpha 1 Release

Choose a tag to compare

@roycaihw roycaihw released this 31 Dec 01:57
4d32e73

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

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

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

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

Kubernetes Python Client v7.0.1 Stable Release

Choose a tag to compare

@roycaihw roycaihw released this 31 Dec 02:04
cc51f8b

Getting started:

pip install kubernetes==7.0.1

Or from source, download attached zip file, then

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

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

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

Kubernetes Python Client v8.0.1 Stable Release

Choose a tag to compare

@roycaihw roycaihw released this 28 Dec 01:27
f2c7697

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 v6.1.0 stable Release

Choose a tag to compare

@roycaihw roycaihw released this 09 Nov 00:30
6bcca10

NOTE: The v6.1.0 Python client is generated from Kubernetes 1.10.10 API with Python 3.7 support. It contains BREAKING CHANGE mentioned in the CHANGELOG. 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+.

Getting started:

pip install kubernetes==6.1.0

Or from source, download attached zip file, then

unzip python-6.1.0.zip
cd python-6.1.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-client/python/blob/release-6.0/CHANGELOG.md

Kubernetes Python Client 8.0 stable Release

Choose a tag to compare

@roycaihw roycaihw released this 02 Nov 18:05
28ef977

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

Choose a tag to compare

@roycaihw roycaihw released this 17 Oct 22:58
b12fcd2

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

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

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

Kubernetes Python Client 8.0 Alpha 1 Release

Choose a tag to compare

@roycaihw roycaihw released this 02 Oct 17:46
1b97d03

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

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

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

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

Kubernetes Python Client 7.0 stable Release

Choose a tag to compare

@roycaihw roycaihw released this 16 Aug 00:14
d4bdd74

Getting started:

pip install --upgrade kubernetes

Or from source, download attached zip file, then

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

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

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

Kubernetes Python Client 7.0 Beta 1 Release

Choose a tag to compare

@roycaihw roycaihw released this 24 Jul 23:52
6e00f0d

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

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

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

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

Kubernetes Python Client 7.0 Alpha 1 Release

Choose a tag to compare

@roycaihw roycaihw released this 11 Jul 23:47
f324e49

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

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

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

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