Skip to content

0.5.0

Compare
Choose a tag to compare
@usercont-release-bot usercont-release-bot released this 13 Sep 10:55
088fbd7

Breaking changes

  • We implemented openshift origin and k8s 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() and login() 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