Releases: reanahub/reana-workflow-engine-yadage
Releases · reanahub/reana-workflow-engine-yadage
REANA-Workflow-Engine-Yadage 0.9.4
0.9.4 (2024-03-04)
Build
- docker: install correct extras of reana-commons submodule (#256) (8b4caf0)
- docker: non-editable submodules in "latest" mode (#249) (a57716a)
- python: bump all required packages as of 2024-03-04 (#261) (2a02e19)
- python: bump shared REANA packages as of 2024-03-04 (#261) (493aee1)
Bug fixes
Code refactoring
Continuous integration
- commitlint: addition of commit message linter (#251) (f180e21)
- commitlint: allow release commit style (#262) (1b8b6b8)
- commitlint: check for the presence of concrete PR number (#257) (9ddb488)
- release-please: initial configuration (#251) (dc4fa7a)
- release-please: update version in Dockerfile (#254) (8f18751)
- shellcheck: fix exit code propagation (#257) (8831d9e)
Documentation
REANA-Workflow-Engine-Yadage 0.9.3
- Changes
jq
dependency version on amd64 architecture to older version, making certain Yadage workflows much faster.
REANA-Workflow-Engine-Yadage 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-Yadage 0.9.1
- Fixes container image names to be Podman-compatible.
REANA-Workflow-Engine-Yadage 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-Yadage 0.8.2
- Changes dependencies to solve compatibility issues with
Yadage 0.20.2
version.
REANA-Workflow-Engine-Yadage 0.8.1
- Adds support for specifying
kubernetes_job_timeout
for Kubernetes compute backend jobs. - Fixes workflow stuck in pending status due to early Yadage fail.
REANA-Workflow-Engine-Yadage 0.8.0
- Adds users quota accounting.
- Changes workflow specification loading to be done in
reana-commons
. - Changes workflow engine to reduce the number of API calls to REANA-Job-Controller.
- Changes workflow engine to remove duplicated messages to the job status message queue.
REANA-Workflow-Engine-Yadage 0.7.5
- Changes internal dependencies to remove click.
REANA-Workflow-Engine-Yadage 0.7.4
- Adds support for specifying
kubernetes_memory_limit
for Kubernetes compute backend jobs.