Releases: henriqueribeiro/cromwell
Releases · henriqueribeiro/cromwell
87.0-AWS
This release contains the following updates:
- changes from broad release 86 and 87
- Fix for cross-region S3 client PR 49 by @nathanthorpe
- Send job logs to custom log group and add custom tags to jobs PR 48 by @nathanthorpe
- support for sharedMemory settings PR 45 by @xquek
various fixes, provided:
- fix womFileType coercion by @xquek
- fixes to caching on EFS-located files : PR 50 by @geertvandeweyer
85.1-AWS
What's Changed
- efs fixes by @geertvandeweyer in #32
- Options to publish status only by @xquek in #36
- Fix aws unit tests by @xquek in #39
- return bucket directly instead of listing and checking it by @xquek in #38
- Add evaluteOnExit for aws batch retry by @xquek in #40
- Improved tagging support by @geertvandeweyer in #37
- add gpu count by @xquek in #41
New Contributors
Full Changelog: 85-AWS...test
85-AWS
What's Changed
- Version 84 Release Notes
- Version 85 Release Notes
- Full EFS support thanks to @geertvandeweyer
- it is recommended to activate
check-sibling-md5
andefsMakeMD5
options when using callcaching, to prevent excessive network and CPU usage by cromwell. - documentation
- it is recommended to activate
Full Changelog: 83.1-AWS...85-AWS
83.1-AWS
What's Changed
- Actors to push metadata to AWS SNS by @henriqueribeiro and @markjschreiber in #25
- Actors to push metadata to AWS EventBridge by @henriqueribeiro and @markjschreiber in #25
Full Changelog: 83-AWS...83.1-AWS
83-AWS
What's Changed
- ecr caching by @henriqueribeiro in #8
- Local with misc by @henriqueribeiro in #9
- merge develop to master by @henriqueribeiro in #10
- Streamline by @henriqueribeiro in #11
- update readme by @henriqueribeiro in #12
- Fix ECR by @henriqueribeiro in #13
- ECR call caching documentation by @geertvandeweyer in #14
- 78 release by @henriqueribeiro in #15
- revised localization functions to improve stability by @geertvandeweyer in #16
- Extra failure handling for Batch by @geertvandeweyer in #17
- Revert "Extra failure handling for Batch" by @henriqueribeiro in #18
- AWS/Batch error handling improvements by @geertvandeweyer in #19
- Correct retry logic for spot kills by @geertvandeweyer in #20
- Sychronize multipart uploads between callcache and jobscripts by @geertvandeweyer in #21
- Cromwell 83 by @henriqueribeiro in #22
- handling of very rare early/late job killing by @geertvandeweyer in #23
- fix depecrated by @henriqueribeiro in #24
New Contributors
- @geertvandeweyer made their first contribution in #14
Full Changelog: https://github.com/henriqueribeiro/cromwell/commits/83-AWS
78.3-AWS
What's Changed
- Correct retry logic for spot kills by @geertvandeweyer in #20
Full Changelog: 78.2-AWS...78.3-AWS
78.2-AWS
What's Changed
- Extra failure handling for Batch by @geertvandeweyer in #17
- Revert "Extra failure handling for Batch" by @henriqueribeiro in #18
- AWS/Batch error handling improvements by @geertvandeweyer in #19
Full Changelog: 78.1-AWS...78.2-AWS
78.1-AWS
What's Changed
- revised localization functions to improve stability by @geertvandeweyer in #16
Full Changelog: 78-AWS...78.1-AWS
78-AWS
- Docker Hub Authentication
awsBatchRetryAttempts
ulimits
- Call Caching with ECR private (thanks to geertvandeweyer and markjschreiber