Skip to content
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
984acaa
Add changelog for Seqera Cloud v25.3.0_cycle32
justinegeffen Dec 11, 2025
1ecfc13
Create v25.3.0_cycle33.md
justinegeffen Dec 12, 2025
9ad233c
Create v25.3.0_cycle34.md
justinegeffen Dec 16, 2025
35468cd
Merge branch 'master' into justinegeffen-cloud-releases
justinegeffen Dec 17, 2025
de3649d
Merge branch 'master' into justinegeffen-cloud-releases
justinegeffen Dec 17, 2025
201d6ec
Update changelog for v25.3.0 cycle 34
justinegeffen Dec 19, 2025
0036f55
Add changelog for Seqera Cloud v25.3.0_cycle35
justinegeffen Dec 19, 2025
e27135d
Merge branch 'master' into justinegeffen-cloud-releases
justinegeffen Dec 19, 2025
718e514
Create v26.1.0_cycle36
justinegeffen Dec 19, 2025
b6468dc
Update and rename v26.1.0_cycle36 to v26.1.0_cycle36.md
justinegeffen Dec 19, 2025
f503f1d
Apply suggestion from @justinegeffen
justinegeffen Dec 19, 2025
afbff17
Update changelog for Seqera Cloud v25.3.0_cycle35
justinegeffen Jan 8, 2026
4c239df
Merge branch 'master' into justinegeffen-cloud-releases
justinegeffen Jan 8, 2026
1dedbcf
Update v26.1.0_cycle36.md
justinegeffen Jan 8, 2026
fd199c9
Merge branch 'master' into justinegeffen-cloud-releases
justinegeffen Jan 9, 2026
c60cb9c
Merge branch 'master' into justinegeffen-cloud-releases
justinegeffen Jan 9, 2026
a54117c
Merge branch 'master' into justinegeffen-cloud-releases
justinegeffen Jan 9, 2026
6f96613
Update v26.1.0_cycle36.md
justinegeffen Jan 9, 2026
f34c88a
Merge branch 'master' into justinegeffen-cloud-releases
justinegeffen Jan 9, 2026
9aa83ed
Merge branch 'master' into justinegeffen-cloud-releases
justinegeffen Jan 9, 2026
483b760
Merge branch 'master' into justinegeffen-cloud-releases
justinegeffen Jan 12, 2026
a5ecb8a
Update changelog/seqera-cloud/v25.3.0_cycle32.md
justinegeffen Jan 13, 2026
552b55e
Update changelog/seqera-cloud/v25.3.0_cycle32.md
justinegeffen Jan 13, 2026
8981106
Update changelog/seqera-cloud/v25.3.0_cycle33.md
justinegeffen Jan 13, 2026
21a88cf
Apply suggestion from @llewellyn-sl
justinegeffen Jan 13, 2026
40a5551
Update v25.3.0_cycle33.md
justinegeffen Jan 13, 2026
72e2aba
Apply suggestion from @llewellyn-sl
justinegeffen Jan 13, 2026
a8f05ed
Apply suggestion from @llewellyn-sl
justinegeffen Jan 13, 2026
25a0470
Apply suggestion from @llewellyn-sl
justinegeffen Jan 13, 2026
ee2c8d5
Update v25.3.0_cycle35.md
justinegeffen Jan 13, 2026
30cd7f7
Apply suggestion from @llewellyn-sl
justinegeffen Jan 13, 2026
9a992f1
Apply suggestion from @llewellyn-sl
justinegeffen Jan 13, 2026
1dccc72
Apply suggestion from @llewellyn-sl
justinegeffen Jan 13, 2026
d4f2c34
Merge branch 'master' into justinegeffen-cloud-releases
justinegeffen Jan 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
17 changes: 17 additions & 0 deletions changelog/seqera-cloud/v25.3.0_cycle35.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Seqera Cloud v25.3.0_cycle35
date: 2025-12-10
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.
- Improved error messages for insufficient permissions. API 403 Forbidden responses now include details about which specific permissions are missing, making it easier to troubleshoot authorization issues and grant appropriate access.
- New AWS Batch compute environments can no longer be created with the deprecated EBS autoscale feature enabled; use Fusion as the recommended alternative instead. Existing compute environments with EBS autoscale continue to function without changes.

## Bug fixes

- Fixed an issue where the optimization button was hidden for shared pipelines in personal workspaces and tooltip messages did not accurately reflect why optimization was unavailable.
- Fixed an issue with pipeline optimization permission controls. Users with Launch permissions can now view optimization status and details in read-only mode, while only users with Maintain or higher permissions can modify optimization settings.
14 changes: 14 additions & 0 deletions changelog/seqera-cloud/v26.1.0_cycle36.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
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`.

## Big fixes

- Fixed an issue where Azure Batch compute environment creation would fail due to Azure's deprecation of the Ubuntu 22.04 HPC VM image, now using Ubuntu 24.04 LTS instead.

Loading