Arvados 2.3.3 Release Notes

March 10, 2022

The Arvados team is pleased to announce Arvados 2.3.3. This is primarily a bug fix release. We recommend that new and existing installations of 2.3.2 or earlier upgrade to 2.3.3. See Upgrading Arvados for upgrade instructions.

New Features

#18773

New option arvados-cwl-runner --match-submitter-images, when submitting a workflow, ensure that the Docker images that will be used in the workflow run match those of local Docker instance where the workflow is being submitted.

#18560

In Workbench 2, when selecting property keys and values, the selection list only displays preferred terms. When autocomplete presents completion options, it also displays the preferred name with the matching alias in parenthesis.

#18772

Now supports using amazon-ebs-autoscale to provide dynamically scaled disk space to compute instances on AWS.

#18628

Workbench 2 now renders the user name or project name anywhere “owner_uuid” appears.

Bug Fixes

#18785 #18791

The installer now supports single host/single hostname configurations using Let’s Encrypt or custom certificates.

#18702

Improved documentation on maintenance and upgrades on clusters set up with the Salt installer.

#18801

Requesting an ApiClientAuthorization object with select=["uuid"] no longer returns a 422 error.

#18719

Fixes several bugs in --read-write mode of arv-mount keep mount that resulted in I/O errors, stale file contents being returned, or conflict files being created incorrectly.

#18690

When using “secret mounts” (as used by the cwltool:Secrets extension) on top of a Keep-backed output directory, the secret files are no longer leaked into the output collection.

#18723

Fixed a bug in arvados-cwl-runner where, if workflow input contained two directories with the same “basename” but different paths, one of the directories would not be uploaded, resulting in an error.

#11584

When invoking arvados-cwl-runner with input parameters supplied as command line arguments (as opposed to using an input yaml file), it will now correctly accept keep: references to Files.

#18808

If two or more concurrent requests present the same OIDC token, and that token has not already been cached as an Arvados token in the database, Arvados will no longer fail due to the unique constraint on the api_token column.

#18315

When uploading files to an existing collection in Workbench 2, the modified at, portable data hash and size fields are now correctly updated.

#18594

Opening the “advanced” dialog will no longer result in an error in certain circumstances.

#17579

When changing project in Workbench 2, the “filter” text box is reset.

#18577

In Workbench 1, deleting an SSH key will no longer result in an error page.

#18835

When referring to input files located on an arv-mount directory, arvados-cwl-runner will correctly detect and use the Keep portable data hash and no longer crash with “NameError: name ‘file’ is not defined”.