Changelog
Fusion v2.4.6
Seqera Enterprise v24.1.7
Bug fixes
- Search task names in run details.
Wave v1.13.11
Feature updates and improvements
- Bump
org.apache.commons:commons-compress:1.27.1by @munishchouhan in https://github.com/seqeralabs/wave/pull/722 - Cap number of scan vulnerabilities reported by @munishchouhan in https://github.com/seqeralabs/wave/pull/728
- Save scan record async by @pditommaso in https://github.com/seqeralabs/wave/pull/730
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'
}
For ARM64 CPU architecture, use containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.3.7-arm64.json'.
Feature updates and improvements
- 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'
}
For ARM64 CPU architecture, use containerConfigUrl = 'https://fusionfs.seqera.io/releases/v2.4.5-arm64.json'.
Bug fixes
- Timeout on FUSE mount retry failure.
- Error when overwriting a symbolic link.
- Correct spot instance termination detection.
- Force unmount and upload dirty data on failed unmount.
- Fixed scheduled upload overwritten by an empty file.
Wave v1.13.10
Feature updates and improvements
- Log slow processing stream messages by @pditommaso in e8a6b7ee
- Prevent scan when mode is not defined by @pditommaso in d42bcae1
Full changelog: https://github.com/seqeralabs/wave/compare/v1.13.9...v1.13.10
Wave v1.13.9
Bug fixes
- Fix inspect view by @munishchouhan in https://github.com/seqeralabs/wave/pull/724
- Fix inspect view by @munishchouhan in https://github.com/seqeralabs/wave/pull/725
Full changelog: https://github.com/seqeralabs/wave/compare/v1.13.8...v1.13.9
Seqera Cloud v24.2.0_cycle26
Seqera Cloud authentication updates
Seqera Platform Cloud has migrated to a new authentication provider, which includes two major changes to the login flow.
Passwords for email login
-
Users signing in via email: The next time you sign in to Seqera Cloud, select the option to create a new account — "Create one" — and add a password for your existing account. All your existing account information will be preserved and all future sign-ins can be completed with your new password.
-
Users using Github/Google sign-in: You are not required to define a password for your account and shouldn’t see any changes on your next sign-in.
Account linking
Users that sign in with multiple accounts associated with the same email address: You will be prompted to optionally merge your accounts into a single account. This will merge all your work across the two different accounts into the same account and give you the option to sign in via either method of authentication.
If you choose not to merge accounts, you will not be prompted again. If you wish to merge accounts later, or would like to merge accounts with different email addresses, contact Seqera Support.
Feature updates and improvements
- Data Studios now support GPUs.
- The pipeline parameters input form now supports JSON schema draft 2020-12.
- Augment Data Studios images with custom Conda environment.
- Data studio creation now includes YAML validation.
- Data Studios build stats are now included in the Dashboard.
- New data studios now include "Add only" and "Add and start" actions.
Bug fixes
- Add back to login button in authentication error screen.
- Add custom token cookie login handler for Nextflow requests to receive authentication cookies.
- Data Studios UI fixes.
- Jedis connection pool config which caused potential instabilities.
- Improve Data Studios error messaging.
- Delete Data Studio checkpoint on build failure.
- Update default Data Studios tool versions.
- Failed Data Studios can now be deleted.
- Set launch form to parameters step view by default when a pipeline schema is present, regardless of specification.
- Dashboard persisted filters exclude workspace IDs the user no longer has access to.
- Do not fetch info for INVALID status pipelines, fetch for all other statuses including DISABLED.
- Fixed a problem with Azure Entra credential creation.
- Return an empty list of data studios when receiving an invalid status.
- Fallback to primary compute environment when launching a shared pipeline without an associated compute environment from a private workspace.