Skip to main content

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

  • Added a warning for expected Spot termination.
  • Enabled Fusion FS + Fusion Snapshots publish on ARM architecture.
  • Added Snapshots-enabled ARM builds.
  • Added env variables to disable pattern matching.
  • Added the ability to track "in progress" uploads to prevent duplicates.
  • Removed timers governing chunk uploads.
  • Added functionality to generate post-mortem runtime traces if requested.
  • Added an add exponential backoff retry strategy for Azure Blob Storage.
  • Added an option to send logs to a remote IP.
  • Bumped fusion-snapshots to 1.3.0
  • 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

  • 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.