Releases: reanahub/reana-workflow-engine-cwl
Releases · reanahub/reana-workflow-engine-cwl
REANA-Workflow-Engine-CWL 0.9.4
REANA-Workflow-Engine-CWL 0.9.3
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
REANA-Workflow-Engine-CWL 0.9.2
- 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
- Fixes container image names to be Podman-compatible.
REANA-Workflow-Engine-CWL 0.9.0
- Adds support for specifying
slurm_partition
andslurm_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
- Adds support for specifying
kubernetes_job_timeout
for Kubernetes compute backend jobs.
REANA-Workflow-Engine-CWL 0.8.0
- Adds support for custom workspace paths.
- Adds support for
cwltool
version3.1.20210628163208
REANA-Workflow-Engine-CWL 0.7.6
- Changes internal dependencies to remove click.
REANA-Workflow-Engine-CWL 0.7.5
- Adds support for specifying
kubernetes_memory_limit
for Kubernetes compute backend jobs.
REANA-Workflow-Engine-CWL 0.7.4
- Changes job command serialisation using central REANA-Commons job command serialiser.