Skip to content

Releases: reanahub/reana-workflow-engine-yadage

REANA-Workflow-Engine-Yadage 0.9.4

04 Mar 16:25
Compare
Choose a tag to compare

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

  • progress: correctly handle running and stopped jobs (#258) (56ef6a4)

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

  • authors: complete list of contributors (#260) (68f97a0)

REANA-Workflow-Engine-Yadage 0.9.3

14 Dec 17:00
91e8648
Compare
Choose a tag to compare
  • Changes jq dependency version on amd64 architecture to older version, making certain Yadage workflows much faster.

REANA-Workflow-Engine-Yadage 0.9.2

12 Dec 16:15
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-Yadage 0.9.1

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

REANA-Workflow-Engine-Yadage 0.9.0

19 Jan 09:20
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.

REANA-Workflow-Engine-Yadage 0.8.2

08 Feb 16:47
Compare
Choose a tag to compare
  • Changes dependencies to solve compatibility issues with Yadage 0.20.2 version.

REANA-Workflow-Engine-Yadage 0.8.1

07 Feb 19:48
Compare
Choose a tag to compare
  • 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

22 Nov 14:33
Compare
Choose a tag to compare
  • 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

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

REANA-Workflow-Engine-Yadage 0.7.4

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