Skip to content

Commit

Permalink
relase: v0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rokas Maciulaitis <rokas.maciulaitis@cern.ch>
  • Loading branch information
Rokas Maciulaitis committed Apr 24, 2019
1 parent 5673e4f commit 7a3f1fc
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 3 deletions.
34 changes: 34 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,40 @@
Changes
=======

Version 0.5.0 (2019-04-24)
--------------------------

- Users:

- Allows to explore workflow results by running interactive Jupyter notebook
sessions on the workspace files.
- Allows to declare computing resources needed for workflow runs, such as
access to CVMFS repositories.
- Improves ``reana-client`` command-line client with new options to stop
workflows, diff workflows, move and remove files.
- Upgrades CWL engine to 1.0.20181118133959.
- See additional changes in `reana-client release notes <https://reana-client.readthedocs.io/en/latest/changes.html#version-0-5-0-2019-04-24>`_.
- Administrators:

- Upgrades to Kubernetes 1.14, Helm 2.13 and Minikube 1.0.
- Separates cluster infrastructure pods from runtime workflow engine pods
that will be created by workflow controller.
- Introduces configurable CVMFS and CephFS shared volume mounts.
- Adds support for optional HTTPS protocol termination.
- Introduces incoming workflow queue for additional safety in case of user
storms.
- Makes infrastructure pods container image slimmer to reduce the memory
footprint.
- See additional changes in `reana-cluster release notes <https://reana-cluster.readthedocs.io/en/latest/changes.html#version-0-5-0-2019-04-24>`_.
- Developers:

- Enhances development process by using git-submodule-like behaviour for
shared components.
- Introduces simple Makefile for (fast) local testing and (slow) nightly
building purposes.
- Centralises logging level and common Celery tasks.
- Adds helpers for test suite fixtures and improves code coverage.

Version 0.4.0 (2018-11-07)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.. image:: https://img.shields.io/travis/reanahub/reana.svg
:target: https://travis-ci.org/reanahub/reana

.. image:: https://readthedocs.org/projects/docs/badge/?version=latest
.. image:: https://readthedocs.org/projects/reana/badge/?version=latest
:target: https://reana.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/coveralls/reanahub/reana.svg
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ providing a ``resources`` clause in ``reana.yaml``. For example:
workflow:
type: serial
resources:
- cvmfs:
cvmfs:
- fcc.cern.ch
specification:
steps:
Expand Down
2 changes: 1 addition & 1 deletion reana/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.5.0.dev20181120"
__version__ = "0.5.0"

0 comments on commit 7a3f1fc

Please sign in to comment.