Skip to main content

Changelog

Wave v1.22.0

Feature updates and improvements

  • Added lite configuration environment by @pditommaso in #818
  • Added migration docs and update config docs by @munishchouhan in #854
  • Fixed Azure tests by @pditommaso in 69062b26
  • Patched OpenAPI image version 3e729804
  • Removed unwanted imports by @munishchouhan in #856
  • Bumped Gradle version 8.14.2 by @pditommaso in afc4f333
  • Bumped Micronaut 4.8.3 by @pditommaso in 8aeffc8b
  • Bumped lib-mail version 1.2.2 by @pditommaso in 4f8afe1a
  • Bumped postgresql version 42.7.7 by @pditommaso in 7fa95857

Full changelog: https://github.com/seqeralabs/wave/compare/v1.21.1...v1.22.0

Seqera Cloud v25.2.0_cycle14

Feature updates and improvements

Studios

  • Added Conda helper text to the Conda packages field in Add new Studio > General config.
  • Added CONNECT_CE parameter to activate Spot reclamation watcher in the Connect client.

Compute environments

  • Added P5, P5e, P6-b200, I7i, C8gd, M8gd and R8gd EC2 families that support NVMe disk. Learn more on the AWS What's New page.

General

  • Updated the PLUGIN_LIST environment variable for Nextflow 25.04.x to include the K8s plugin when needed.

Bug fixes

Launchpad

  • Fixed an issue where removed/modified parameters were persisting on pipeline relaunch.

Wave v1.21.0

Feature updates and improvements

  • Added conda locks fallback patch by @pditommaso in 9b54bba3
  • Added Surreal to PostgreSQL data migration by @munishchouhan in #833
  • Added support for local file system for logs assets by @pditommaso in #808
  • Improved parsing of container platform by @pditommaso in #810
  • Updated Singularity build by @munishchouhan in #837
  • Bumped buildkit:v0.21.1 by @pditommaso in b234b8bb

Bug fixes

  • Fixed containerId when using freeze mode and providing custom config by @munishchouhan in #830

Migration notes

See Migrating to 1.21.0 for mandatory migration steps.

Full changelog: https://github.com/seqeralabs/wave/compare/v1.20.3...v1.21.0

Wave v1.20.1

Feature updates and improvements

  • Bumped Jib to version 3.4.5
  • Added PostgreSQL based implementation for PersistenceService by @pditommaso in #821
  • Added K8s tracing info by @pditommaso in 69769b13
  • Added log trace to postgres service by @pditommaso in 6e939580
  • Added pod failure policy by @pditommaso in 2ce4a998
  • Added progres async impl by @pditommaso in de5f7237
  • Added support for compression settings by @pditommaso in #822
  • Improved docker debug command by @pditommaso in 0a59ec26
  • Promote job queues config logs to info by @pditommaso in d8e3d9f0
  • Removed unused h2 env by @pditommaso in e4422b1e
  • Added jdbc binder for promethues metrics by @munishchouhan in #840

Full changelog: https://github.com/seqeralabs/wave/compare/v1.20.0...v1.20.1

Fusion v2.4.13

How to pin this version

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

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

Feature updates and improvements

  • Bumped Fusion Snapshots v1.2.0 to add ARM support.