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..c26e8ad2b --- /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 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 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. 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..340acf3fc --- /dev/null +++ b/changelog/seqera-cloud/v25.3.0_cycle33.md @@ -0,0 +1,16 @@ +--- +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 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. 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..31e168a61 --- /dev/null +++ b/changelog/seqera-cloud/v25.3.0_cycle34.md @@ -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 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. 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..26f330284 --- /dev/null +++ b/changelog/seqera-cloud/v25.3.0_cycle35.md @@ -0,0 +1,15 @@ +--- +title: Seqera Cloud v25.3.0_cycle35 +date: 2025-12-10 +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 autoscaling feature enabled; use Fusion as the recommended alternative instead. Existing compute environments with EBS autoscaling will continue to work without changes. + +## 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 users with Maintain or higher permissions can modify optimization settings. 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..7d3eb2dd0 --- /dev/null +++ b/changelog/seqera-cloud/v26.1.0_cycle36.md @@ -0,0 +1,9 @@ +--- +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`.