Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Merge 96ecc97 into 902f473
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinos Kousidis committed Sep 25, 2018
2 parents 902f473 + 96ecc97 commit c2ee433
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
8 changes: 4 additions & 4 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Authors

The list of contributors in alphabetical order:

- `Diego Rodriguez <https://orcid.org/0000-0003-0649-2002>`_ <diego.rodriguez@cern.ch>
- `Dinos Kousidis <https://orcid.org/0000-0002-4914-4289>`_ <dinos.kousidis@cern.ch>
- `Harri Hirvonsalo <https://orcid.org/0000-0002-5503-510X>`_ <harri.hirvonsalo@cern.ch>
- `Tibor Simko <https://orcid.org/0000-0001-7202-5803>`_ <tibor.simko@cern.ch>
- `Diego Rodriguez <https://orcid.org/0000-0003-0649-2002>`_
- `Dinos Kousidis <https://orcid.org/0000-0002-4914-4289>`_
- `Harri Hirvonsalo <https://orcid.org/0000-0002-5503-510X>`_
- `Tibor Simko <https://orcid.org/0000-0001-7202-5803>`_
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

Version 0.3.2 (2018-09-25)
--------------------------

- Bug fix in ``reana-cluster status`` command.

Version 0.3.1 (2018-09-07)
--------------------------

Expand Down
6 changes: 3 additions & 3 deletions reana_cluster/configurations/reana-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cluster:
components:
reana-workflow-controller:
type: "docker"
image: "reanahub/reana-workflow-controller:0.3.1"
image: "reanahub/reana-workflow-controller:0.3.2"
environment:
- <<: *db_base_config
- SHARED_VOLUME_PATH: "/reana"
Expand Down Expand Up @@ -48,13 +48,13 @@ components:

reana-workflow-engine-cwl:
type: "docker"
image: "reanahub/reana-workflow-engine-cwl:0.3.1"
image: "reanahub/reana-workflow-engine-cwl:0.3.2"
environment:
- <<: *db_base_config
- ZMQ_PROXY_CONNECT: "tcp://zeromq-msg-proxy.default.svc.cluster.local:8666"

reana-workflow-engine-serial:
type: "docker"
image: "reanahub/reana-workflow-engine-serial:0.3.1"
image: "reanahub/reana-workflow-engine-serial:0.3.2"
environment:
- ZMQ_PROXY_CONNECT: "tcp://zeromq-msg-proxy.default.svc.cluster.local:8666"
2 changes: 1 addition & 1 deletion reana_cluster/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.3.1"
__version__ = "0.3.2"

0 comments on commit c2ee433

Please sign in to comment.