Seqera Cloud v26.1.0_cycle41
Feature updates and improvements
Access control
- Added Duplicate button to Roles page, allowing users to create new roles based on existing role permissions.
Pipelines
- Refactored default pipeline version handling by removing
ensureDefaultVersionsupport and improving version management logic. - Added new pipeline version update endpoint (
POST /pipeline-versions/{versionId}) for updating specific pipeline versions independently from the default version. - Fixed
PipelineVersionLaunchCompositequery logic to properly return null for non-existent pipeline versions instead of creating invalid composite objects.
Compute environments
- Updated default Azure Batch VM image to Ubuntu 24.04 (SKU
2404).
General
- Added custom schema support to pipeline forms, allowing users to specify custom schema names or URLs for pipeline configuration.
- Added centralized design system tokens (
tokens.ts) with functional colors, semantic colors, and component sizes for consistent UI styling. - Added auto-detection of form controls in
ExpansionPanelComponentvia the newwtExpansionPanelDetaildirective, reducing boilerplate code and enabling reactive updates to collapsed panel summaries. - Enabled custom pipeline schema retrieval via the
/pipelines/{pipelineId}/schemaendpoint, with improved error handling and refactored transaction management.