0.5.0
Breaking changes
- We implemented openshift
origin
andk8s
backend as part of GSoC 2018.
New Features
- Docker image now have method
run_via_api()
- Support for three k8s primitives - Pod, Service, Deployment
- Centos CI, thanks to @jpopelka
- Docker backend now has
push()
andlogin()
methods oc_new_app()
method in origin backend- automatic updates of dependencies using kebechet bot, thanks to @fridex
- codacy hook, thanks to @lachmanfrantisek
- Examples for Openshift and k8s backend
Fixes
Use Popen in run_cmd and pipe outputs to logger, thanks to @skulltech