Skip to content

Commit

Permalink
release: 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Jan 19, 2023
1 parent c5a3c22 commit c704359
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Changes
=======

Version 0.9.0 (UNRELEASED)
Version 0.9.0 (2023-01-19)
--------------------------

- Adds support for Rucio
- Adds support for propagating global Kerberos flag from workflow specification to each job.
- Adds support for specifying ``slurm_partition`` and ``slurm_time`` for Slurm compute backend jobs.
- Adds support for Kerberos authentication for workflow orchestration.
- Adds support for Rucio authentication for workflow jobs.
- Changes the base image of the component to Ubuntu 20.04 LTS and reduces final Docker image size by removing build-time dependencies.

Version 0.8.1 (2022-02-07)
---------------------------
--------------------------

- Adds support for specifying ``kubernetes_job_timeout`` for Kubernetes compute backend jobs.
- Fixes workflow stuck in pending status due to early engine fail.
Expand Down
2 changes: 1 addition & 1 deletion reana_workflow_engine_serial/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.9.0a5"
__version__ = "0.9.0"

0 comments on commit c704359

Please sign in to comment.