File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed
reana_workflow_engine_cwl Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4+ Version 0.6.0 (2019-12-20)
5+ --------------------------
6+
7+ - Allows to specify compute backend (HTCondor, Kubernetes or Slurm) and
8+ Kerberos authentication requirement for CWL workflow jobs.
9+ - Upgrades cwltool to 1.0.20191022103248.
10+ - Moves workflow engine to the same Kubernetes pod with the REANA-Job-Controller
11+ (sidecar pattern).
12+
413Version 0.5.0 (2019-04-23)
514--------------------------
615
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ Each pull request should preserve or increase code coverage.
2828Kanban
2929------
3030
31- We are using Kanban technique for keeping track of ongoing tasks. Please see our
32- `Kanban board <https://waffle.io/ reanahub/reana >`_ and look for issues that are
33- labelled as "ready for work".
31+ We are using Kanban technique for keeping track of ongoing tasks. Please see
32+ our `Kanban boards <https://github.com/orgs/ reanahub/projects >`_ and look for
33+ issues that are "ready for work".
Original file line number Diff line number Diff line change 1414
1515from __future__ import absolute_import , print_function
1616
17- __version__ = "0.5 .0"
17+ __version__ = "0.6 .0"
Original file line number Diff line number Diff line change 1919history = open ('CHANGES.rst' ).read ()
2020
2121tests_require = [
22- 'pytest-reana>=0.6.0.dev20190705 ,<0.7.0' ,
22+ 'pytest-reana>=0.6.0,<0.7.0' ,
2323]
2424
2525extras_require = {
4747 'enum34>=1.1.6' ,
4848 'SQLAlchemy>=1.3.7' ,
4949 'SQLAlchemy-Utils>=0.34.2' ,
50- 'reana-commons>=0.6.0.dev20191212 ,<0.7.0' ,
50+ 'reana-commons>=0.6.0,<0.7.0' ,
5151]
5252
5353packages = find_packages ()
You can’t perform that action at this time.
0 commit comments