Skip to content

Changelog v25.1.0_cycle9.mdx #564

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: justinegeffen-cloud-releases
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
17 changes: 17 additions & 0 deletions changelog/seqera-cloud/v25.1.0_cycle9.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Seqera Cloud v25.1.0_cycle9
date: 2025-04-25
tags: [seqera cloud]
---

### Feature updates and improvements

- **Fusion**
- Add Fusion Snapshots support in AWS Batch compute environments, enabling Fusion to automatically restore jobs interrupted by AWS Spot instance reclamation. See [Fusion Snapshots](https://docs.seqera.io/fusion/guide/snapshots) for more information.

### Bug fixes

- Fix container table pagination
- Make task-level containers tab visible only when containers are available
- Fix a launch form issue with eager `parameter` keyword interpolation

2 changes: 2 additions & 0 deletions platform-cloud/docs/compute-envs/aws-batch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ Batch Forge automatically creates resources that you may be charged for in your

</details>

1. Select **Enable Fusion Snapshots (beta)** to enable Fusion to automatically restore jobs that are interrupted when an AWS Spot instance reclamation occurs. Requires Fusion v2. See [Fusion Snapshots](https://docs.seqera.io/fusion/guide/snapshots) for more information.
1. Set the **Config mode** to **Batch Forge**.
1. Select a **Provisioning model**. In most cases, this will be **Spot**. You can specify an allocation strategy and instance types under [**Advanced options**](#advanced-options). If advanced options are omitted, Seqera Platform 23.2 and later versions default to `BEST_FIT_PROGRESSIVE` for On-Demand and `SPOT_CAPACITY_OPTIMIZED` for Spot compute environments.
:::note
Expand Down Expand Up @@ -343,6 +344,7 @@ Your Seqera compute environment uses resources that you may be charged for in yo

</details>

1. Select **Enable Fusion Snapshots (beta)** to enable Fusion to automatically restore jobs that are interrupted when an AWS Spot instance reclamation occurs. Requires Fusion v2. See [Fusion Snapshots](https://docs.seqera.io/fusion/guide/snapshots) for more information.
1. Set the **Config mode** to **Manual**.
1. Enter the **Head queue**, which is the name of the AWS Batch queue that the Nextflow main job will run.
1. Enter the **Compute queue**, which is the name of the AWS Batch queue where tasks will be submitted.
Expand Down
Loading