Arvados 2.7.3 Released

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

Workbench

The “Output Parameters” panel of the process view now has correct layout. In addition, “Output Parameters” includes a tab to display the contents of the output collection. #21688, #21642

When multiple workflow definitions are selected, Workbench now offers a button to delete all of them. #21535

“Sharing settings” will now prevent the user from closing the dialog box if they’ve started searching for users/groups but not saved any permissions for them. #21313

Workbench will no longer display items from “Public Favorites” under “My Favorites” on the left navigation pane. #21712

Crunch

Fixed a regression in the Python SDK that resulted in arvados-cwl-runner failing with “AttributeError: ‘memoryview’ object has no attribute ‘decode’”. #21718

Keep

The Go SDK now parses some collection manifests much faster. Worst-case keep-web PROPFIND API calls that could take several minutes in previous releases now return in less than 3 seconds. #21696