CHANGES
=======

0.1.0
-----

* Switch file location and repo path
* Skip tests when Kubernetes is not running
* Fix flake8 with minimal changes
* Add missing requirement
* Get tests working in py34
* Minimum sanity check tests
* Get tests working
* Oops! restore old README.rst
* Add Cookie cutter generated files for OpenStack
* Restructure directories
* Add python 3 support
* Do not use __builtin__ in python3
* Keep py3.X compatibility for urllib
* Fix typos
* Removed old k8s python client
* Fix typo error
* Make Kubernetes API call secure
* TLS integration for latest pythonk8sclient
* Migrate to Kubernetes Release 1
* Temporarily remove dependency on package certifi
* If headerParams = None, don't use it to .update()
* Update documentation for generating k8s v1 client
* Avoid to use eval in pythonk8sclient
* Checkout generated k8s client
* Change ca to ca-cert for consistency in k8sclient
* Adds TLS support in pythonk8sclient
* Unknown type 'any' in pythonk8sclient removed
* Eliminate eval from swagger.py in k8sclient
* Fix the KeyError and change type 'any' in k8s client code
* Return proper response object in Kubernetes APIs
* Add license header to swagger.py
* Fixing import error in kubernetes client code
* Added support of Kubernetes API in magnum
* Remove duplicate replacePod API
* Add return response in some of Kubernetes APIs
* Correct ImportError in python-k8sclient code
* Validate scheme used in urlopen
* Remove unsafe usage of eval
* Adding support of python-k8client
* Added .gitreview
