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

Commit

Permalink
Merge 73a6dde into e20b05a
Browse files Browse the repository at this point in the history
  • Loading branch information
roksys committed Apr 23, 2019
2 parents e20b05a + 73a6dde commit 3fb9786
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Expand Up @@ -7,5 +7,6 @@ The list of contributors in alphabetical order:
- `Dinos Kousidis <https://orcid.org/0000-0002-4914-4289>`_
- `Harri Hirvonsalo <https://orcid.org/0000-0002-5503-510X>`_
- `Jan Okraska <https://orcid.org/0000-0002-1416-3244>`_
- `Rokas Maciulaitis <https://orcid.org/0000-0003-1064-6967>`_
- `Sinclert Perez <https://www.linkedin.com/in/sinclert>`_
- `Tibor Simko <https://orcid.org/0000-0001-7202-5803>`_
14 changes: 14 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,20 @@
Changes
=======

Version 0.5.0 (2019-04-23)
--------------------------

- Sets ``FLASK_ENV`` to ``development`` for REANA dev configuration, which
enables FLASK debug mode.
- Removes workflow engines from infrastructure, because now they are created on
demand.
- Adds Traefik ingress controller, needed for interactive sessions.
- Adds `REANA-Server` sidecard responsible for workflow scheduling.
- Introduces CVMFS and CEPHS mounts, which can be configured from CLI.
- Changes ``SHARED_VOLUME_PATH`` to ``/var/reana/``.
- Removes ``REANA-Wokrflow-Monitor`` and ``ZeroMQ``.
- Adds configurable HTTPS support.

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

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -57,7 +57,7 @@

# General information about the project.
project = 'reana'
copyright = '2017, 2018, info@reana.io'
copyright = '2017-2019, info@reana.io'
author = 'info@reana.io'

# The version info for the project you're documenting, acts as replacement for
Expand Down
4 changes: 2 additions & 2 deletions reana_cluster/version.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of REANA.
# Copyright (C) 2017, 2018 CERN.
# Copyright (C) 2017, 2018, 2019 CERN.
#
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.5.0.dev20190301"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -54,7 +54,7 @@
'jsonschema[format]>=2.6.0,<2.7',
'kubernetes>=9.0.0',
'PyYAML>=5.1',
'reana-commons[kubernetes]>=0.5.0.dev20190220,<0.6.0',
'reana-commons>=0.5.0,<0.6.0',
'tablib>=0.12.1,<0.13',
'urllib3==1.24.1',
]
Expand Down

0 comments on commit 3fb9786

Please sign in to comment.