New Features
* Docker image now have method `run_via_api()`
* We have introduced OpenShift `origin` and Kubernetes `k8s` backends.
* Support for three k8s primitives - `Pod`, `Service`, `Deployment`
* CentOS CI, thanks to jpopelka
* Docker backend now has `push()` and `login()` methods
* Origin backend has `oc_new_app()` method
* Automatic updates of dependencies using [kebechet bot](https://github.com/thoth-station/kebechet), thanks to fridex
* Codacy hook, thanks to lachmanfrantisek
* Examples for origin and k8s backends
Fixes
* [Use Popen in run_cmd and pipe outputs to logger](https://github.com/user-cont/conu/pull/263), thanks to SkullTech