Skip to content
Open
10 changes: 10 additions & 0 deletions changelog/seqera-cloud/v25.3.0_cycle32.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Seqera Cloud v25.3.0_cycle32
date: 2025-11-18
tags: [seqera cloud]
---

## Bug fixes

- Fixed an issue where launching shared pipelines from another workspace would fail to load pipeline configuration data, resulting in an empty launch form. The launch form now correctly retrieves and displays all pipeline configuration when launching shared pipelines across workspaces.
- Fixed an issue where OIDC authentication errors containing spaces or special characters caused application crashes instead of displaying proper error messages. Authentication errors during login now display correctly to users, preventing application failures.
17 changes: 17 additions & 0 deletions changelog/seqera-cloud/v25.3.0_cycle33.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Seqera Cloud v25.3.0_cycle33
date: 2025-11-25
tags: [seqera cloud]
---

## General updates and improvements

- **Studios**
- Updated the **Add Studio** page to a single-step form.
- AWS Batch compute environments now use AmazonLinux2023-based AMIs by default, offering improved security (IMDSv2), better performance with gp3 EBS volumes, and a more recent kernel. Existing compute environments continue to function with AmazonLinux2 without changes, though we recommend migrating to newer compute environments before AmazonLinux2 reaches end-of-life in June 2026.

## Bug fixes

- Fixed an issue where compute environment variables could be created without specifying a target environment (head or compute), which would result in variables not being applied during workflow execution. The system now validates that at least one target environment is specified, preventing invalid configurations and providing clear error messages.
- Fixed an issue where long helper text in Nextflow pipeline schema forms would extend beyond component boundaries, causing display issues. Helper text now wraps properly within form controls, improving readability for parameter descriptions with technical specifications or long value lists.
- Fixed a security vulnerability where GitHub tokens and other sensitive credentials were being exposed in user API responses through an undocumented options field. This field has been removed from all user information endpoints to prevent credential leakage.
16 changes: 16 additions & 0 deletions changelog/seqera-cloud/v25.3.0_cycle34.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Seqera Cloud v25.3.0_cycle34
date: 2025-12-03
tags: [seqera cloud]
---

## General updates and improvements

- **Studios**
- Added the ability to configure a custom container repository path for Wave-built Studio images in workspace settings, providing greater control over where container images are stored and distributed.

## Bug fixes

- Addressed a security vulnerability related to resource allocation, improving overall platform security.
- Fixed an issue where dynamic resource labels with interpolated values (e.g., `label-name=${workflowId}`) were rejected. Dynamic resource labels now work correctly when the feature is enabled for all workspaces.
- Fixed an issue where deleted workflows were incorrectly counted toward organization quota limits. Active workflow counts now accurately exclude deleted workflows.
5 changes: 5 additions & 0 deletions changelog/seqera-cloud/v25.3.0_cycle35.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Seqera Cloud v25.3.0_cycle35
date: 2025-12-10
tags: [seqera cloud]
---
11 changes: 11 additions & 0 deletions changelog/seqera-cloud/v26.1.0_cycle36.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Seqera Cloud v26.1.0_cycle36
date: 2025-12-16
tags: [seqera cloud]
---

## General updates and improvements

- Bumped Nextflow launcher to `25.10.2`.

## Bug fixes