Releases
0.9.0
Adds support for Python 3.11.
Adds support for .gitignore
and .reanaignore
to specify files that should not be uploaded to REANA.
Adds retention-rules-list
command to list the retention rules of a workflow.
Changes REANA specification loading and validation functionalities by porting some of the logic to reana-commons
.
Changes create
and restart
commands to always upload the REANA specification file.
Changes delete
command to always delete the workflow's workspace.
Changes delete_workflow
Python API function to always delete the workflow's workspace.
Changes download
command to add the possibility to write files to the standard output via -o -
option.
Changes list
command to hide deleted workflows by default.
Changes list
command to allow displaying deleted workflows via --all
and --show-deleted-runs
options.
Changes list
and status
commands to allow displaying the duration of workflows with the --include-duration
option.
Changes mv
command to allow moving files while a workflow is running.
Changes upload
command to prevent uploading symlinks.
Changes validation --environment
command to use Docker registry v2 APIs to check that a Docker image exists in DockerHub.
Fixes list
command to highlight the workflow specified in REANA_WORKON
correctly.
Fixes secrets-delete
command error message when deleting non existing secrets.
Fixes start
command to report failed workflows as errors.
Fixes start
and run
commands to correctly follow the execution of the workflow until termination.
Fixes status
command to respect output format provided by the --format
option.
Fixes upload
command to report when input directories are listed under the files
section in the REANA specification file and vice versa.
Fixes validate --environment
command to detect illegal whitespace characters in Docker image names.
You can’t perform that action at this time.