Seqera Enterprise v25.2.1
Seqera Cloud v25.3.0_cycle19
Feature updates and improvements
Data Studios
- Added eStarGZ support for Studios with conda packages.
UI/UX
- Updated the info-chip component with copy functionality. Select the icon to copy the chip's content to the clipboard.
- Upgraded Angular and Angular/material to v19.
- Added a warning to the Usage overview > Seqera Compute Credits menu when credits are about to expire or run out.
Wave v1.24.0
Feature updates and improvements
Security scanning
- Added support for container SBOM report by @pditommaso in #841
Dependencies
- Bumped Trivy to version 0.65.0 by @pditommaso in ad14e0f
General
- Revised Nextflow integration docs by @christopher-hakkaart in #869
Bug fixes
UI/UX
Migration notes
See Migrating to 1.24.0 for mandatory migration steps.
Full changelog: https://github.com/seqeralabs/wave/compare/v1.23.1...v1.24.0
Wave v1.23.1
Feature updates and improvements
UI/UX
- Improved view titles by @pditommaso in a59b623
Dependencies
- Reverted to MN 4.8.3 by @pditommaso in b7ee021
Bug fixes
UI/UX
- Fixed minor container view glitch by @pditommaso in a745979
Full changelog: https://github.com/seqeralabs/wave/compare/v1.23.0...v1.23.1
Wave v1.23.0
Feature updates and improvements
UI/UX
- Redesigned Wave reports by @munishchouhan in #871
General
- Added default jvm config by @munishchouhan in #864
Bug fixes
Docker
- Fixed potential deadlock in DockerJobOperation process handling by @pditommaso in ecff3a5
Full changelog: https://github.com/seqeralabs/wave/compare/v1.22.1...v1.23.0
Seqera Cloud v25.3.0_cycle18
Seqera Enterprise v25.2
Seqera Platform Enterprise version 25.2 introduces a series of enhancements to improve security, observability, and flexibility.
The legacy distribution endpoint at cr.seqera.io/private is deprecated. Only bug fixes for existing major releases will continue to be published there. New major releases of Seqera Platform are available from cr.seqera.io/enterprise. Seqera will provide updated credentials for the new endpoint — contact your Seqera representative if you need access.
Feature updates and improvements
Single instance cloud compute environments
Single instance compute environments create a single compute instance to execute Nextflow pipelines or run Studio sessions with a local executor. The new AWS Cloud and Google Cloud compute environments are optimized for small to medium pipelines and Studios, enabling faster startup time, simplified configuration, and fewer cloud provider dependencies. To activate these, add awscloud-platform and googlecloud-platform to the TOWER_ENABLE_PLATFORMS environment variable.
Studios
Compute changes
- Studios now supports ARM64 architecture and Spot instances in AWS Cloud and Google Cloud compute environments.
- AWS Cloud compute environments now support nested containerization:
- VS Code Studios include a Docker-in-Docker configuration method, enabling you to run Nextflow directly.
- The remaining Studios types support Docker via manual installation.
- Studios now supports path-based routing to enable fixed domains for Studio sessions. This removes the need for a wildcard SSL/TLS certificate.
- You can now add per-session user-defined environment variables when creating a new Studio.
Data Explorer
- Platform CLI now supports file upload and download operations.
- You can now upload multiple files and folders to your cloud bucket simultaneously.
- New labels display read-only and public buckets.
Platform interface changes
- Replaced the Platform top navigation with a sidebar for improved navigation.
- The pipeline run details page was refreshed with these improvements:
- A progress bar provides a clear, dynamic view of pipeline execution in real time.
- A dedicated Run info tab with a centralized view of run metadata and status details.
- Improved navigation tabs for Tasks, Logs, Metrics, and Containers.
- The Tasks tab is the default display for successful runs.
Fusion
- Added Fusion Snapshots (beta) support in AWS Batch compute environments, enabling Fusion to automatically restore jobs interrupted by AWS Spot instance reclamation. See Fusion Snapshots for more information.
- Fusion licensing enabled. A Fusion license sets a specific quota for Fusion use, measured by total pipeline throughput per month (defined by Nextflow's I/O metrics). See Fusion licensing for more information.
- Added a Platform Fusion usage dashboard.
Audit logs
- GxP compliance: Expanded audit log events.
- Supported IPv6 addresses in audit log UI and API.
- Audit log API improvements:
- Pagination improvements for enhanced performance. If you use the audit log admin API in your internal processes, contact us to mitigate any breaking changes to your script.
- Time range filtering support.