File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
reana_workflow_engine_cwl Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4- Version 0.9.0 (UNRELEASED )
5- ---------------------------
4+ Version 0.9.0 (2023-01-19 )
5+ --------------------------
66
7- - Adds support for Rucio
8- - Adds support for propagating global Kerberos flag from workflow specification to each job.
97- Adds support for specifying ``slurm_partition `` and ``slurm_time `` for Slurm compute backend jobs.
10- - Fixes failed jobs incorrectly reported as successful.
8+ - Adds support for Kerberos authentication for workflow orchestration.
9+ - Adds support for Rucio authentication for workflow jobs.
10+ - Changes the base image of the component to Ubuntu 20.04 LTS and reduces final Docker image size by removing build-time dependencies.
11+ - Fixes status reporting for failed jobs that were incorrectly considered successful.
1112
1213Version 0.8.1 (2022-02-07)
13- ---------------------------
14+ --------------------------
1415
1516- Adds support for specifying ``kubernetes_job_timeout `` for Kubernetes compute backend jobs.
1617
Original file line number Diff line number Diff line change 1414
1515from __future__ import absolute_import , print_function
1616
17- __version__ = "0.9.0a5 "
17+ __version__ = "0.9.0 "
You can’t perform that action at this time.
0 commit comments