Skip to content

Commit d7a5849

Browse files
committed
release: 0.9.0
1 parent a8ad8bc commit d7a5849

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGES.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
Changes
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

1213
Version 0.8.1 (2022-02-07)
13-
---------------------------
14+
--------------------------
1415

1516
- Adds support for specifying ``kubernetes_job_timeout`` for Kubernetes compute backend jobs.
1617

reana_workflow_engine_cwl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
from __future__ import absolute_import, print_function
1616

17-
__version__ = "0.9.0a5"
17+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)