Skip to main content

Fusion v2.4.14

How to pin this version

fusion {
enabled = true
containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.4.14-amd64.json'
}
info

For ARM64 CPU architecture, use containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.4.14-arm64.json'.

Feature updates and improvements

Azure

  • Added exponential backoff retries to Azure Blob Storage.
  • Added fallback to use AZ_BATCH_TASK_WORKING_DIR as FUSION_CACHE_LOCATION.

Seqera Cloud v25.2.0_cycle17

Feature updates and improvements

Studios

  • Added environment variables component in Studios' General config screen.

Compute environments

  • Added a checkbox to Seqera Compute environment Advanced settings to enable an Automatic Data Retention Policy.
  • Sorted the list of available AWS Cloud instance types alphabetically.
  • Added GPU-enabled instances to Google Cloud.

UI/UX

  • Enabled sidebar navigation by default in both user and workspace environments.

Seqera Cloud v25.2.0_cycle16

Feature updates and improvements

Compute environments

  • Added a Fusion usage monitoring Dashboard.

Studios

Audit logs

  • Added AuditLog for dataset operations.

Launchpad

  • Added support for providing launch form values through URL query parameters during pipeline launch.

Workflows

  • Added Wave and Fusion info to executor details on the Run details page.
  • Added embedded Fusion and Wave metadata to workflows based on existing data passed in the TraceBeginRequest.
  • Added Aborted tasks counts colouring to the Processes table.

UI/UX

  • Added credits usage progress bar to Usage overview.
  • Added download date to usage_report CSV download filename.
  • Added support for a custom value label for the ProgressBarLimitComponent.

General

  • Added ap-southeast-2 to supported regions in Platform.
  • Renamed Pipeline work directory to Work directory in compute environment forms.
  • Bumped google-cloud-logging to 3.11.5.

Bug fixes

Workflows

  • Fixed an issue where execution logs did not display for Google Batch runs.

Seqera Cloud v25.2.0_cycle15

Feature updates and improvements

Workflows

  • Added aborted status task counts to the progress response when finalizing a workflow.

Launchpad

  • Improved launch parameters handling to completely override existing parameters during a revision or config profile change.

General

  • The system now supports filtering by workspaceId when downloading the credits usage CSV file.

Fusion v2.5.3

How to pin this version

fusion {
enabled = true
containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.5.3-amd64.json'
}
info

For ARM64 CPU architecture, use containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.5.3-arm64.json'.

Feature updates and improvements

Snapshots

  • Enabled Fusion FS + Fusion Snapshots publish on ARM architecture.
  • Added Snapshots-enabled ARM builds.
  • Bumped fusion-snapshots to 1.3.0

Performance

  • Added the ability to track "in progress" uploads to prevent duplicates.
  • Removed timers governing chunk uploads.

Azure

  • Added an add exponential backoff retry strategy for Azure Blob Storage.

Configuration

  • Added a warning for expected Spot termination.
  • Added env variables to disable pattern matching.
  • Added functionality to generate post-mortem runtime traces if requested.

Logging

  • Added an option to send logs to a remote IP.

Dependencies

  • Upgraded golangci.yml to version 2
  • Bumped github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5
  • Bumped golangci/golangci-lint-action from 7.0.0 to 8.0.0

Bug fixes

General

  • Added a fix to suppress excessive checksum validation warnings.
  • Fixed empty chunk allocation for file gaps.
  • Fixed race conditions when flushing chunks.
  • Solved a bug that caused the SpanExporter to always be NoOp.