From 984acaa2812fe9c8ec30195b75e538f52a58cffd Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Thu, 11 Dec 2025 22:53:52 +0200 Subject: [PATCH 01/23] Add changelog for Seqera Cloud v25.3.0_cycle32 Added bug fixes for shared pipelines and OIDC authentication. Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle32.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog/seqera-cloud/v25.3.0_cycle32.md diff --git a/changelog/seqera-cloud/v25.3.0_cycle32.md b/changelog/seqera-cloud/v25.3.0_cycle32.md new file mode 100644 index 000000000..6ac242230 --- /dev/null +++ b/changelog/seqera-cloud/v25.3.0_cycle32.md @@ -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. From 1ecfc132af706687d2fe2f53b6464d94bc4d52a3 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Fri, 12 Dec 2025 18:02:16 +0200 Subject: [PATCH 02/23] Create v25.3.0_cycle33.md Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle33.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 changelog/seqera-cloud/v25.3.0_cycle33.md diff --git a/changelog/seqera-cloud/v25.3.0_cycle33.md b/changelog/seqera-cloud/v25.3.0_cycle33.md new file mode 100644 index 000000000..175af8f23 --- /dev/null +++ b/changelog/seqera-cloud/v25.3.0_cycle33.md @@ -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. From 9ad233c2bc357cccdd4a906dbcd06e80a3b13115 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Tue, 16 Dec 2025 17:27:07 +0200 Subject: [PATCH 03/23] Create v25.3.0_cycle34.md Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle34.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/seqera-cloud/v25.3.0_cycle34.md diff --git a/changelog/seqera-cloud/v25.3.0_cycle34.md b/changelog/seqera-cloud/v25.3.0_cycle34.md new file mode 100644 index 000000000..05da90edd --- /dev/null +++ b/changelog/seqera-cloud/v25.3.0_cycle34.md @@ -0,0 +1,7 @@ +--- +title: Seqera Cloud v25.3.0_cycle34 +date: 2025-12-03 +tags: [seqera cloud] +--- + +## General updates and improvements From 201d6ec5789f383495222d9f6b2f0963b06c5cbf Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Fri, 19 Dec 2025 17:22:14 +0200 Subject: [PATCH 04/23] Update changelog for v25.3.0 cycle 34 Added custom container repository configuration for Studio images and fixed multiple bugs related to security, dynamic resource labels, and workflow counts. Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle34.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog/seqera-cloud/v25.3.0_cycle34.md b/changelog/seqera-cloud/v25.3.0_cycle34.md index 05da90edd..e39a165c9 100644 --- a/changelog/seqera-cloud/v25.3.0_cycle34.md +++ b/changelog/seqera-cloud/v25.3.0_cycle34.md @@ -5,3 +5,12 @@ 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. From 0036f55af840f5f7883af9d95554ca5bbdc4b328 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Fri, 19 Dec 2025 17:24:05 +0200 Subject: [PATCH 05/23] Add changelog for Seqera Cloud v25.3.0_cycle35 Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle35.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/seqera-cloud/v25.3.0_cycle35.md diff --git a/changelog/seqera-cloud/v25.3.0_cycle35.md b/changelog/seqera-cloud/v25.3.0_cycle35.md new file mode 100644 index 000000000..f2e436d30 --- /dev/null +++ b/changelog/seqera-cloud/v25.3.0_cycle35.md @@ -0,0 +1,5 @@ +--- +title: Seqera Cloud v25.3.0_cycle35 +date: 2025-12-10 +tags: [seqera cloud] +--- From 718e5148bff0eb14d45bd6b3b12750ba8757c6bd Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Fri, 19 Dec 2025 21:59:42 +0200 Subject: [PATCH 06/23] Create v26.1.0_cycle36 Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v26.1.0_cycle36 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/seqera-cloud/v26.1.0_cycle36 diff --git a/changelog/seqera-cloud/v26.1.0_cycle36 b/changelog/seqera-cloud/v26.1.0_cycle36 new file mode 100644 index 000000000..6fb045db2 --- /dev/null +++ b/changelog/seqera-cloud/v26.1.0_cycle36 @@ -0,0 +1,5 @@ +--- +title: Seqera Cloud v26.1.0_cycle36 +date: 2025-12-16 +tags: [seqera cloud] +--- From b6468dc1acac535245f2003d4ad717e8ac01000e Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Fri, 19 Dec 2025 22:02:05 +0200 Subject: [PATCH 07/23] Update and rename v26.1.0_cycle36 to v26.1.0_cycle36.md Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v26.1.0_cycle36 | 5 ----- changelog/seqera-cloud/v26.1.0_cycle36.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 changelog/seqera-cloud/v26.1.0_cycle36 create mode 100644 changelog/seqera-cloud/v26.1.0_cycle36.md diff --git a/changelog/seqera-cloud/v26.1.0_cycle36 b/changelog/seqera-cloud/v26.1.0_cycle36 deleted file mode 100644 index 6fb045db2..000000000 --- a/changelog/seqera-cloud/v26.1.0_cycle36 +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Seqera Cloud v26.1.0_cycle36 -date: 2025-12-16 -tags: [seqera cloud] ---- diff --git a/changelog/seqera-cloud/v26.1.0_cycle36.md b/changelog/seqera-cloud/v26.1.0_cycle36.md new file mode 100644 index 000000000..f836c7c41 --- /dev/null +++ b/changelog/seqera-cloud/v26.1.0_cycle36.md @@ -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 From f503f1db240ba1c1f8d6914fbb965bed32c3734d Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Fri, 19 Dec 2025 22:55:24 +0200 Subject: [PATCH 08/23] Apply suggestion from @justinegeffen Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle34.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/seqera-cloud/v25.3.0_cycle34.md b/changelog/seqera-cloud/v25.3.0_cycle34.md index e39a165c9..77074f8a3 100644 --- a/changelog/seqera-cloud/v25.3.0_cycle34.md +++ b/changelog/seqera-cloud/v25.3.0_cycle34.md @@ -12,5 +12,5 @@ tags: [seqera cloud] ## 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 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. From afbff17bf3ed2f58f85c6b92aea3a438db264d48 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Thu, 8 Jan 2026 22:52:07 +0200 Subject: [PATCH 09/23] Update changelog for Seqera Cloud v25.3.0_cycle35 Added updates and bug fixes for Seqera Cloud v25.3.0_cycle35. Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle35.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/changelog/seqera-cloud/v25.3.0_cycle35.md b/changelog/seqera-cloud/v25.3.0_cycle35.md index f2e436d30..4263f6edd 100644 --- a/changelog/seqera-cloud/v25.3.0_cycle35.md +++ b/changelog/seqera-cloud/v25.3.0_cycle35.md @@ -3,3 +3,15 @@ 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. From 1dedbcf3c24a63e6f2e6a00996c5a21537a108da Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Thu, 8 Jan 2026 23:10:14 +0200 Subject: [PATCH 10/23] Update v26.1.0_cycle36.md Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v26.1.0_cycle36.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog/seqera-cloud/v26.1.0_cycle36.md b/changelog/seqera-cloud/v26.1.0_cycle36.md index f836c7c41..6e60d5b66 100644 --- a/changelog/seqera-cloud/v26.1.0_cycle36.md +++ b/changelog/seqera-cloud/v26.1.0_cycle36.md @@ -8,4 +8,7 @@ tags: [seqera cloud] - Bumped Nextflow launcher to `25.10.2`. -## Bug fixes +## 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. + From 6f966137c3cc3141ae42d66fcdf82288c9897a06 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Fri, 9 Jan 2026 17:25:06 +0200 Subject: [PATCH 11/23] Update v26.1.0_cycle36.md Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v26.1.0_cycle36.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/changelog/seqera-cloud/v26.1.0_cycle36.md b/changelog/seqera-cloud/v26.1.0_cycle36.md index 6e60d5b66..7d3eb2dd0 100644 --- a/changelog/seqera-cloud/v26.1.0_cycle36.md +++ b/changelog/seqera-cloud/v26.1.0_cycle36.md @@ -7,8 +7,3 @@ 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. - From a5ecb8a72885557ea3d2e398b466f152f64c8357 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Tue, 13 Jan 2026 16:38:22 +0200 Subject: [PATCH 12/23] Update changelog/seqera-cloud/v25.3.0_cycle32.md Co-authored-by: Llewellyn vd Berg <113503285+llewellyn-sl@users.noreply.github.com> Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle32.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/seqera-cloud/v25.3.0_cycle32.md b/changelog/seqera-cloud/v25.3.0_cycle32.md index 6ac242230..0fd590cb8 100644 --- a/changelog/seqera-cloud/v25.3.0_cycle32.md +++ b/changelog/seqera-cloud/v25.3.0_cycle32.md @@ -6,5 +6,5 @@ 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 empty launch form issue when launching shared pipelines from another workspace. 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. From 552b55eed05583f397232e32d643e25273ca9339 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Tue, 13 Jan 2026 16:38:34 +0200 Subject: [PATCH 13/23] Update changelog/seqera-cloud/v25.3.0_cycle32.md Co-authored-by: Llewellyn vd Berg <113503285+llewellyn-sl@users.noreply.github.com> Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle32.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/seqera-cloud/v25.3.0_cycle32.md b/changelog/seqera-cloud/v25.3.0_cycle32.md index 0fd590cb8..c26e8ad2b 100644 --- a/changelog/seqera-cloud/v25.3.0_cycle32.md +++ b/changelog/seqera-cloud/v25.3.0_cycle32.md @@ -7,4 +7,4 @@ tags: [seqera cloud] ## Bug fixes - Fixed an empty launch form issue when launching shared pipelines from another workspace. 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. +- Fixed OIDC authentication errors with spaces or special characters causing application crashes instead of displaying proper error messages. Authentication errors during login now display correctly to users, preventing application failures. From 89811061622ada3168b66219d05bf5a06c02a9dc Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Tue, 13 Jan 2026 16:42:38 +0200 Subject: [PATCH 14/23] Update changelog/seqera-cloud/v25.3.0_cycle33.md Co-authored-by: Llewellyn vd Berg <113503285+llewellyn-sl@users.noreply.github.com> Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle33.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/seqera-cloud/v25.3.0_cycle33.md b/changelog/seqera-cloud/v25.3.0_cycle33.md index 175af8f23..a8daa8b21 100644 --- a/changelog/seqera-cloud/v25.3.0_cycle33.md +++ b/changelog/seqera-cloud/v25.3.0_cycle33.md @@ -12,6 +12,6 @@ tags: [seqera cloud] ## 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 compute environment variables being created without specifying a target environment (head or compute), which resulted 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. From 21a88cff511f1f95359d313d97af6342fe9d9ba7 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Tue, 13 Jan 2026 16:44:00 +0200 Subject: [PATCH 15/23] Apply suggestion from @llewellyn-sl Co-authored-by: Llewellyn vd Berg <113503285+llewellyn-sl@users.noreply.github.com> Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle33.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/seqera-cloud/v25.3.0_cycle33.md b/changelog/seqera-cloud/v25.3.0_cycle33.md index a8daa8b21..1f269a092 100644 --- a/changelog/seqera-cloud/v25.3.0_cycle33.md +++ b/changelog/seqera-cloud/v25.3.0_cycle33.md @@ -13,5 +13,5 @@ tags: [seqera cloud] ## Bug fixes - Fixed compute environment variables being created without specifying a target environment (head or compute), which resulted 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 display issues with long helper text in pipeline schema forms. 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. From 40a555188d939b7208327375b52915db71129392 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Tue, 13 Jan 2026 16:44:22 +0200 Subject: [PATCH 16/23] Update v25.3.0_cycle33.md Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle33.md | 1 - 1 file changed, 1 deletion(-) diff --git a/changelog/seqera-cloud/v25.3.0_cycle33.md b/changelog/seqera-cloud/v25.3.0_cycle33.md index 1f269a092..340acf3fc 100644 --- a/changelog/seqera-cloud/v25.3.0_cycle33.md +++ b/changelog/seqera-cloud/v25.3.0_cycle33.md @@ -14,4 +14,3 @@ tags: [seqera cloud] - Fixed compute environment variables being created without specifying a target environment (head or compute), which resulted 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 display issues with long helper text in pipeline schema forms. 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. From 72e2aba26f7143bfcba74d233c4535c9f788226d Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Tue, 13 Jan 2026 16:44:31 +0200 Subject: [PATCH 17/23] Apply suggestion from @llewellyn-sl Co-authored-by: Llewellyn vd Berg <113503285+llewellyn-sl@users.noreply.github.com> Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle34.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/seqera-cloud/v25.3.0_cycle34.md b/changelog/seqera-cloud/v25.3.0_cycle34.md index 77074f8a3..b0b8df142 100644 --- a/changelog/seqera-cloud/v25.3.0_cycle34.md +++ b/changelog/seqera-cloud/v25.3.0_cycle34.md @@ -11,6 +11,6 @@ tags: [seqera cloud] ## Bug fixes -- Addressed a security vulnerability related to resource allocation, improving overall platform security. +- 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. From a8f05eda20349d9c7a3a962cadebf0596ff258be Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Tue, 13 Jan 2026 16:44:40 +0200 Subject: [PATCH 18/23] Apply suggestion from @llewellyn-sl Co-authored-by: Llewellyn vd Berg <113503285+llewellyn-sl@users.noreply.github.com> Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle34.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/seqera-cloud/v25.3.0_cycle34.md b/changelog/seqera-cloud/v25.3.0_cycle34.md index b0b8df142..c3d8a9145 100644 --- a/changelog/seqera-cloud/v25.3.0_cycle34.md +++ b/changelog/seqera-cloud/v25.3.0_cycle34.md @@ -13,4 +13,4 @@ tags: [seqera cloud] - 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. +- Fixed an issue with deleted workflows being incorrectly counted toward organization quota limits. Active workflow counts now accurately exclude deleted workflows. From 25a0470f34ee176e5f2a9f4fb0930ce2b61ba550 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Tue, 13 Jan 2026 16:44:51 +0200 Subject: [PATCH 19/23] Apply suggestion from @llewellyn-sl Co-authored-by: Llewellyn vd Berg <113503285+llewellyn-sl@users.noreply.github.com> Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle34.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/seqera-cloud/v25.3.0_cycle34.md b/changelog/seqera-cloud/v25.3.0_cycle34.md index c3d8a9145..31e168a61 100644 --- a/changelog/seqera-cloud/v25.3.0_cycle34.md +++ b/changelog/seqera-cloud/v25.3.0_cycle34.md @@ -12,5 +12,5 @@ tags: [seqera cloud] ## 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 with interpolated values in dynamic resource labels (e.g., `label-name=${workflowId}`) being rejected. Dynamic resource labels now work correctly when the feature is enabled for all workspaces. - Fixed an issue with deleted workflows being incorrectly counted toward organization quota limits. Active workflow counts now accurately exclude deleted workflows. From ee2c8d59f1e48599c311bc6dea7e5bc0fa5b2ebf Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Tue, 13 Jan 2026 16:45:17 +0200 Subject: [PATCH 20/23] Update v25.3.0_cycle35.md Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle35.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/changelog/seqera-cloud/v25.3.0_cycle35.md b/changelog/seqera-cloud/v25.3.0_cycle35.md index 4263f6edd..3c5a5b09d 100644 --- a/changelog/seqera-cloud/v25.3.0_cycle35.md +++ b/changelog/seqera-cloud/v25.3.0_cycle35.md @@ -6,8 +6,6 @@ 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. From 30cd7f7a07c9163c428dfabe9aaf497ca8933448 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Tue, 13 Jan 2026 16:45:25 +0200 Subject: [PATCH 21/23] Apply suggestion from @llewellyn-sl Co-authored-by: Llewellyn vd Berg <113503285+llewellyn-sl@users.noreply.github.com> Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle35.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/seqera-cloud/v25.3.0_cycle35.md b/changelog/seqera-cloud/v25.3.0_cycle35.md index 3c5a5b09d..13819ff76 100644 --- a/changelog/seqera-cloud/v25.3.0_cycle35.md +++ b/changelog/seqera-cloud/v25.3.0_cycle35.md @@ -7,7 +7,7 @@ tags: [seqera cloud] ## General updates and improvements - 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. +- New AWS Batch compute environments can no longer be created with the deprecated EBS autoscaling feature enabled; use Fusion as the recommended alternative instead. Existing compute environments with EBS autoscaling will continue to work without changes. ## Bug fixes From 9a992f1b3e01b2425f0576aff9a26fa250781f1e Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Tue, 13 Jan 2026 16:45:34 +0200 Subject: [PATCH 22/23] Apply suggestion from @llewellyn-sl Co-authored-by: Llewellyn vd Berg <113503285+llewellyn-sl@users.noreply.github.com> Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle35.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/seqera-cloud/v25.3.0_cycle35.md b/changelog/seqera-cloud/v25.3.0_cycle35.md index 13819ff76..5b0dbb8b1 100644 --- a/changelog/seqera-cloud/v25.3.0_cycle35.md +++ b/changelog/seqera-cloud/v25.3.0_cycle35.md @@ -11,5 +11,5 @@ tags: [seqera cloud] ## 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 being unavailable for shared pipelines in personal workspaces. - 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. From 1dccc72669418ad4a90f6d31dfb25ef793c0104b Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Tue, 13 Jan 2026 16:45:42 +0200 Subject: [PATCH 23/23] Apply suggestion from @llewellyn-sl Co-authored-by: Llewellyn vd Berg <113503285+llewellyn-sl@users.noreply.github.com> Signed-off-by: Justine Geffen --- changelog/seqera-cloud/v25.3.0_cycle35.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/seqera-cloud/v25.3.0_cycle35.md b/changelog/seqera-cloud/v25.3.0_cycle35.md index 5b0dbb8b1..26f330284 100644 --- a/changelog/seqera-cloud/v25.3.0_cycle35.md +++ b/changelog/seqera-cloud/v25.3.0_cycle35.md @@ -12,4 +12,4 @@ tags: [seqera cloud] ## Bug fixes - Fixed an issue with pipeline optimization being unavailable for shared pipelines in personal workspaces. -- 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. +- Fixed an issue with pipeline optimization permission controls. Users with Launch permissions can now view optimization status and details in read-only mode, while users with Maintain or higher permissions can modify optimization settings.