Skip to content

Commit

Permalink
Merge pull request #279 from user-cont/0.5.0-release
Browse files Browse the repository at this point in the history
0.5.0 release
  • Loading branch information
jpopelka authored Sep 13, 2018
2 parents c492dfc + 1f8a3b1 commit 088fbd7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 0.5.0

## 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](https://github.com/thoth-station/kebechet), 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](https://github.com/user-cont/conu/pull/263), thanks to @SkullTech


# 0.4.0

## Breaking changes
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.4.0"
__version__ = '0.5.0'

0 comments on commit 088fbd7

Please sign in to comment.