Seqera Cloud v26.1.0_cycle52
Feature updates and improvements
Compute environments
- Added force-delete for stuck compute environments.
- Added an optional description field to compute environments.
- Added region name search to the Seqera Compute drop-down mwnu.
Pipelines
- Added Nextflow lineage integration with indexing, API, and UI for browsing workflow lineage data.
- Added cron action source for scheduled pipeline launches.
- Added
effectiveCpus and effectiveMemory helpers on Task.
Monitoring
General
- Added automatic breadcrumb navigation in the page header.
Bug fixes
Compute environments
- Fixed AWS Batch child jobs to terminate on workflow cancellation.
- Added
hpc6id to the NVMe instance families allowlist.
Data Explorer
- Fixed 403 errors to surface properly when adding a data-link to a GCS bucket.
- Fixed text overflow in the Data Explorer modal.
Pipelines
- Fixed
cpuShares to vCPU conversion in Task.getEffectiveCpus.
- Fixed parameters being hidden in the launch form when
hidden=false is set in nextflow_schema.json.
Access control
- Fixed user metadata reading for name, surname, and organization fields.
- Fixed organization claim reading to use the namespaced claim instead of
user_metadata.
- Classified DCR-registered OIDC clients as third-party.
- Updated the default refresh token expiration in OIDC.
- Fixed
POST /metering to allow regular authenticated users.
Studios
- Fixed the Studio form to enable buttons after valid input.
- Fixed the Mount data button to display on the Studios form.
General
- Fixed copy icon position by pinning it to the top-right corner in code blocks.