From c759f8edda8db0d555c8541df58a7ea496ddabc0 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Thu, 24 Apr 2025 17:36:36 +0200 Subject: [PATCH 1/3] Changelog for cycle 7 --- changelog/seqera-cloud/25.1.0_cycle7.mdx | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 changelog/seqera-cloud/25.1.0_cycle7.mdx diff --git a/changelog/seqera-cloud/25.1.0_cycle7.mdx b/changelog/seqera-cloud/25.1.0_cycle7.mdx new file mode 100644 index 000000000..104ace96c --- /dev/null +++ b/changelog/seqera-cloud/25.1.0_cycle7.mdx @@ -0,0 +1,27 @@ +--- +title: Seqera Cloud v25.1.0_cycle7 +date: 2025-04-23 +tags: [seqera cloud] +--- + +### Feature updates and improvements + +**Data Explorer** + - You can now drag and drop multiple folders or files to upload them to your cloud bucket, or you can select **Upload**, then select multiple files to upload. +**Fusion**: + - The Seqera-optimized AMI is now the default for the single VM compute environment. If no AMI is specified when adding a compute environment, it defaults to the Seqera-optimized AMI. +- Add a more detailed warning for workflow cleanup issues that are related to access restrictions to the AWS Batch compute environment. +- Add support for "array" type parameters in the launch form. +- Implement support for multiple extension dataset parameters in the input form. +- Delete pipeline secrets in the user context from the provider. +- Switch logs, secrets-manager, marketplace-meter, and simple-email dependencies to to AWS SDK v2. +- Show Nextflow config parameters that are binary expressions in the Launch form. +- Add `azure_entra` to the provider list of credentials in the OpenAPI spec. +- Switch AWS S3 to SDK v2. +- Add task status badges with icons to the workflow run tasks table. + +### Bug fixes + +- Modify cache expiration policy to resolve "Connection pool shut down" error with new AWS SDK v2 clients. +- Fix an issue where the workflow details page displays the **Edit Labels** button even when there are no labels, but resource labels are attached to the workflow. +- Fix an issue where the Quick Launch form did not select the primary compute environment by default. \ No newline at end of file From 7559d5cd3a1b4da19a6c6d3862a63299d2abb606 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Thu, 24 Apr 2025 17:38:16 +0200 Subject: [PATCH 2/3] Update changelog/seqera-cloud/25.1.0_cycle7.mdx Signed-off-by: Justine Geffen --- changelog/seqera-cloud/25.1.0_cycle7.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/seqera-cloud/25.1.0_cycle7.mdx b/changelog/seqera-cloud/25.1.0_cycle7.mdx index 104ace96c..76873ddcd 100644 --- a/changelog/seqera-cloud/25.1.0_cycle7.mdx +++ b/changelog/seqera-cloud/25.1.0_cycle7.mdx @@ -11,7 +11,7 @@ tags: [seqera cloud] **Fusion**: - The Seqera-optimized AMI is now the default for the single VM compute environment. If no AMI is specified when adding a compute environment, it defaults to the Seqera-optimized AMI. - Add a more detailed warning for workflow cleanup issues that are related to access restrictions to the AWS Batch compute environment. -- Add support for "array" type parameters in the launch form. +- Add support for `array` type parameters in the Launch form. - Implement support for multiple extension dataset parameters in the input form. - Delete pipeline secrets in the user context from the provider. - Switch logs, secrets-manager, marketplace-meter, and simple-email dependencies to to AWS SDK v2. From 2dd86bb5a567e3f371c630a1289bdfe8dda04b0b Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Fri, 25 Apr 2025 12:46:22 +0200 Subject: [PATCH 3/3] Update changelog/seqera-cloud/25.1.0_cycle7.mdx Signed-off-by: Justine Geffen --- changelog/seqera-cloud/25.1.0_cycle7.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/seqera-cloud/25.1.0_cycle7.mdx b/changelog/seqera-cloud/25.1.0_cycle7.mdx index 76873ddcd..cf4eb9b58 100644 --- a/changelog/seqera-cloud/25.1.0_cycle7.mdx +++ b/changelog/seqera-cloud/25.1.0_cycle7.mdx @@ -14,7 +14,7 @@ tags: [seqera cloud] - Add support for `array` type parameters in the Launch form. - Implement support for multiple extension dataset parameters in the input form. - Delete pipeline secrets in the user context from the provider. -- Switch logs, secrets-manager, marketplace-meter, and simple-email dependencies to to AWS SDK v2. +- Switch logs, secrets-manager, marketplace-meter, and simple-email dependencies to AWS SDK v2. - Show Nextflow config parameters that are binary expressions in the Launch form. - Add `azure_entra` to the provider list of credentials in the OpenAPI spec. - Switch AWS S3 to SDK v2.