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

Commit

Permalink
Merge f6838d7 into 6a2da30
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinos Kousidis committed Oct 9, 2018
2 parents 6a2da30 + f6838d7 commit e5aa071
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-09)
--------------------------

- Sets default storage for jobs to host directory.

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 @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.3.3"
__version__ = "0.3.4"

0 comments on commit e5aa071

Please sign in to comment.