Skip to content

Releases: reanahub/reana-workflow-engine-cwl

REANA-Workflow-Engine-CWL 0.9.3

04 Mar 16:22
Compare
Choose a tag to compare

0.9.3 (2024-03-04)

Build

  • docker: install correct extras of reana-commons submodule (#261) (21957fe)
  • docker: non-editable submodules in "latest" mode (#255) (a6acc88)
  • python: bump all required packages as of 2024-03-04 (#267) (ed6a846)
  • python: bump shared REANA packages as of 2024-03-04 (#267) (47155ef)

Bug fixes

Code refactoring

Continuous integration

  • commitlint: addition of commit message linter (#256) (021854e)
  • commitlint: allow release commit style (#268) (ed7ad11)
  • commitlint: check for the presence of concrete PR number (#262) (9a45817)
  • release-please: initial configuration (#256) (bcd87d1)
  • release-please: update version in Dockerfile (#259) (0961257)
  • shellcheck: fix exit code propagation (#262) (6568b9b)

Documentation

  • authors: complete list of contributors (#266) (2960cd9)
  • conformance-tests: update CWL conformance test badges (#264) (45afa2e)

REANA-Workflow-Engine-CWL 0.9.2

12 Dec 16:01
Compare
Choose a tag to compare
  • Adds automated multi-platform container image building for amd64 and arm64 architectures.
  • Adds metadata labels to Dockerfile.
  • Fixes container image building on the arm64 architecture.

REANA-Workflow-Engine-CWL 0.9.1

27 Sep 08:03
Compare
Choose a tag to compare
  • Fixes container image names to be Podman-compatible.

REANA-Workflow-Engine-CWL 0.9.0

19 Jan 09:52
Compare
Choose a tag to compare
  • 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.
  • Fixes status reporting for failed jobs that were incorrectly considered successful.

REANA-Workflow-Engine-CWL 0.8.1

07 Feb 15:40
Compare
Choose a tag to compare
  • Adds support for specifying kubernetes_job_timeout for Kubernetes compute backend jobs.

REANA-Workflow-Engine-CWL 0.8.0

22 Nov 14:33
Compare
Choose a tag to compare
  • Adds support for custom workspace paths.
  • Adds support for cwltool version 3.1.20210628163208

REANA-Workflow-Engine-CWL 0.7.6

05 Jul 16:58
Compare
Choose a tag to compare
  • Changes internal dependencies to remove click.

REANA-Workflow-Engine-CWL 0.7.5

28 Apr 14:15
Compare
Choose a tag to compare
  • Adds support for specifying kubernetes_memory_limit for Kubernetes compute backend jobs.

REANA-Workflow-Engine-CWL 0.7.4

24 Mar 09:58
Compare
Choose a tag to compare
  • Changes job command serialisation using central REANA-Commons job command serialiser.

REANA-Workflow-Engine-CWL 0.7.3

24 Mar 09:58
Compare
Choose a tag to compare
  • Changes workflow engine instantiation to use central REANA-Commons factory.
  • Changes status succeeded to finished to use central REANA nomenclature.