diff --git a/changelog/seqera-cloud/v26.2.0_cycle59.md b/changelog/seqera-cloud/v26.2.0_cycle59.md new file mode 100644 index 000000000..c6435bc5c --- /dev/null +++ b/changelog/seqera-cloud/v26.2.0_cycle59.md @@ -0,0 +1,29 @@ +--- +title: Seqera Cloud v26.2.0_cycle59 +date: 2026-06-17 +tags: [seqera cloud] +--- + +## Feature updates and improvements + +### Compute environments + +- Added AWS Cloud compute environment EBS volume encryption with an optional KMS key. +- Added the `m9gd` instance family to the NVMe list. + +### Pipelines + +- Added a launch output directory option to the launch form. +- Added a shareable deep link to the task details view. +- Showed the metrics tab for canceled workflow runs. + +## Bug fixes + +### Monitoring + +- Included `gpuMetrics` in task JSON serialization so GPU usage is now visible in the task payload. + +### Pipelines + +- Fixed an unexpected error when the workflow limiter canceled a newly launched workflow. +- Preserved a custom schema when added for the first time in pipeline edit mode. diff --git a/changelog/seqera-cloud/v26.2.0_cycle60.md b/changelog/seqera-cloud/v26.2.0_cycle60.md new file mode 100644 index 000000000..774fa93a7 --- /dev/null +++ b/changelog/seqera-cloud/v26.2.0_cycle60.md @@ -0,0 +1,13 @@ +--- +title: Seqera Cloud v26.2.0_cycle60 +date: 2026-06-18 +tags: [seqera cloud] +--- + +## Feature updates and improvements + +### Compute environments + +- Redesigned the compute environment list as a row-card table. +- Added attribute chips to the compute environment list. +- Added an on-demand credentials validation button. diff --git a/changelog/seqera-cloud/v26.2.0_cycle61.md b/changelog/seqera-cloud/v26.2.0_cycle61.md new file mode 100644 index 000000000..71587ac02 --- /dev/null +++ b/changelog/seqera-cloud/v26.2.0_cycle61.md @@ -0,0 +1,35 @@ +--- +title: Seqera Cloud v26.2.0_cycle61 +date: 2026-06-30 +tags: [seqera cloud] +--- + +## Feature updates and improvements + +### Compute environments + +- Added VPC and multiple subnet selection to AWS Cloud compute environments. +- Added the `g7` instance family to the NVMe list. + +### Pipelines + +- Updated Nextflow to v26.04.4. + +### Access control + +- Split the `data_link` and `data_link_object` permissions into separate scopes. Workspace members with **View**, **Connect**, or **Launch** roles can now download files and generate download URLs from data-links. Upload and delete file operations remain restricted to **Maintain** and above. +- Added pre-filling of first and last name from GitHub signup. + +### General + +- Added a default workspace preference to the user profile. + +## Bug fixes + +### Pipelines + +- Fixed lineage incorrectly showing as not enabled for submitted runs when it was enabled. + +### Access control + +- Fixed detection of a personal access token as a duplicate when creating a GitHub App with the same credentials. diff --git a/changelog/seqera-cloud/v26.2.0_cycle62.md b/changelog/seqera-cloud/v26.2.0_cycle62.md new file mode 100644 index 000000000..f6f658a56 --- /dev/null +++ b/changelog/seqera-cloud/v26.2.0_cycle62.md @@ -0,0 +1,24 @@ +--- +title: Seqera Cloud v26.2.0_cycle62 +date: 2026-07-03 +tags: [seqera cloud] +--- + +## Feature updates and improvements + +### Compute environments + +- Added the compute environment ID to the compute environment row card. +- Added the `c9gd` instance family to the NVMe instance list. +- Updated the list of available Azure regions. + +## Bug fixes + +### Compute environments + +- Added a clear error message when Azure Batch pool deletion fails. +- Disabled compute environment form submission while the form is invalid. + +### Data explorer + +- Signed GCS genomic file URLs with V4 for IGV preview.