Skip to content

Releases: reanahub/reana-workflow-engine-serial

REANA-Workflow-Engine-Serial 0.9.3

04 Mar 16:19
Compare
Choose a tag to compare

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

  • authors: complete list of contributors (#199) (e9b25b6)

REANA-Workflow-Engine-Serial 0.9.2

12 Dec 16:14
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-Serial 0.9.1

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

REANA-Workflow-Engine-Serial 0.9.0

19 Jan 09:45
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-Serial 0.8.1

07 Feb 15: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 engine fail.

REANA-Workflow-Engine-Serial 0.8.0

22 Nov 14:32
Compare
Choose a tag to compare
  • Adds support for custom workspace paths.

REANA-Workflow-Engine-Serial 0.7.5

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

REANA-Workflow-Engine-Serial 0.7.4

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-Serial 0.7.3

24 Mar 09:59
Compare
Choose a tag to compare
  • 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 to finished to use central REANA nomenclature.

REANA-Workflow-Engine-Serial 0.7.2

03 Feb 16:39
Compare
Choose a tag to compare
  • Fixes minor code warnings.
  • Changes CI system to include Python flake8 and Dockerfile hadolint checkers.