Releases: reanahub/reana-workflow-engine-serial
Releases · reanahub/reana-workflow-engine-serial
REANA-Workflow-Engine-Serial 0.9.4
REANA-Workflow-Engine-Serial 0.9.3
0.9.3 (2024-03-04)
Build
- docker: install correct extras of reana-commons submodule (#196) (b23f4df)
- docker: non-editable submodules in "latest" mode (#190) (03a15cf)
- python: bump all required packages as of 2024-03-04 (#200) (ffc8aec)
- python: bump shared REANA packages as of 2024-03-04 (#200) (47c26cc)
Bug fixes
Code refactoring
Continuous integration
- commitlint: addition of commit message linter (#191) (b7a6ef1)
- commitlint: allow release commit style (#201) (b50b6d0)
- commitlint: check for the presence of concrete PR number (#197) (1813ac3)
- release-please: initial configuration (#191) (d40a675)
- release-please: update version in Dockerfile (#194) (52c34ec)
- shellcheck: fix exit code propagation (#197) (5565b29)
Documentation
REANA-Workflow-Engine-Serial 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-Serial 0.9.1
- Fixes container image names to be Podman-compatible.
REANA-Workflow-Engine-Serial 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.
REANA-Workflow-Engine-Serial 0.8.1
- Adds support for specifying
kubernetes_job_timeout
for Kubernetes compute backend jobs. - Fixes workflow stuck in pending status due to early engine fail.
REANA-Workflow-Engine-Serial 0.8.0
- Adds support for custom workspace paths.
REANA-Workflow-Engine-Serial 0.7.5
- Changes internal dependencies to remove click.
REANA-Workflow-Engine-Serial 0.7.4
- Adds support for specifying
kubernetes_memory_limit
for Kubernetes compute backend jobs.
REANA-Workflow-Engine-Serial 0.7.3
- Changes workflow engine instantiation to use central REANA-Commons factory.
- Changes job command strings by removing interpreter and using central REANA-Commons job command serialisation.
- Changes status
succeeded
tofinished
to use central REANA nomenclature.