Skip to content

Commit

Permalink
Merge pull request #349 from user-cont/0.7.0-release
Browse files Browse the repository at this point in the history
0.7.0 release
  • Loading branch information
TomasTomecek authored Jan 23, 2019
2 parents 94ce607 + 65332fb commit c9c065e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion conu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# https://www.python.org/dev/peps/pep-0440/
__version__ = '0.6.2'
__version__ = '0.7.0'

0 comments on commit c9c065e

Please sign in to comment.