Seqera Enterprise v24.1.7
Wave v1.13.11
Feature updates and improvements
Security scanning
- Caped number of scan vulnerabilities reported by @munishchouhan in https://github.com/seqeralabs/wave/pull/728
- Added save scan record async by @pditommaso in https://github.com/seqeralabs/wave/pull/730
Dependencies
- Bumped
org.apache.commons:commons-compress:1.27.1by @munishchouhan in https://github.com/seqeralabs/wave/pull/722
Full changelog: https://github.com/seqeralabs/wave/compare/v1.13.10...v1.13.11
Fusion v2.3.7
How to pin this version
fusion {
enabled = true
containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.3.7-amd64.json'
}
info
For ARM64 CPU architecture, use containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.3.7-arm64.json'.
Bug fixes
Configuration
- Fixed timeout on FUSE mount retry failure.
Fusion v2.4.5
How to pin this version
fusion {
enabled = true
containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.4.5-amd64.json'
}
info
For ARM64 CPU architecture, use containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.4.5-arm64.json'.
Bug fixes
Configuration
- Fixed timeout on FUSE mount retry failure.
- Fixed correct spot instance termination detection.
- Fixed force unmount and upload dirty data on failed unmount.