diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b349a0..a9240e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 0.7.0 + +## New features + +* Parameter `project` is now optional in all OpenShift backend app deployment methods. Application is now deployed in currently used project of OpenShift cluster by default. +* You are now able to create new `Pod` using Kubernetes pod templates. +* Support for importing images into OpenShift registry using `oc` binary. +* Introducing `Podman` backend, thanks to @fasashen! +* Conu docker image now uses fedora 29 as a base image. + + # 0.6.2 This is a bug-fix release to fix the RPM packaging in Fedora. diff --git a/conu/version.py b/conu/version.py index e9918174..776deca7 100644 --- a/conu/version.py +++ b/conu/version.py @@ -14,4 +14,4 @@ # along with this program. If not, see . # # https://www.python.org/dev/peps/pep-0440/ -__version__ = '0.6.2' +__version__ = '0.7.0'