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

Commit

Permalink
Merge 22bc209 into aeb18e6
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Oct 10, 2018
2 parents aeb18e6 + 22bc209 commit b61c7c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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.4 (2018-10-10)
--------------------------

- Fixes default storage method to use Local instead of CephFS.

Version 0.3.3 (2018-09-27)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion reana_cluster/configurations/reana-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ components:
environment:
- <<: *db_base_config
- SHARED_VOLUME_PATH: "/reana"
- REANA_STORAGE_BACKEND: "CEPHFS"
- REANA_STORAGE_BACKEND: "LOCAL"

reana-server:
type: "docker"
Expand Down
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.3"
__version__ = "0.3.4"

0 comments on commit b61c7c1

Please sign in to comment.