Skip to content

Commit

Permalink
Bump nf-amazon@1.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Apr 23, 2022
1 parent 05ea0c8 commit 912b9bb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion plugins/nf-amazon/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
nf-amazon changelog
===================
1.7.1 - Apr 2022
- Add config option `aws.client.anonymous` to allow the access of public buckets
- Add config option `aws.client.debug`
- Fix SS3 storage encryption flag for Batch submit job
- Change upload default chunk size to 20MB

1.7.0 - 6 Apr 2022
- Add native handling for spot instance interruptions
- Add config option `aws.batch.maxSpotAttempts`
- Add fetching container reason attribute on Batch job failure

1.6.0 - 27 Mar 2022
- Handle AWS Spot interruption automatically job retry
- Refactor AWS Batch job unique token generation to prevent
Expand All @@ -14,7 +25,7 @@ nf-amazon changelog

1.5.0 - 21 Jan 2022
- Add support for secrets management to AWS Batch executor
- Enable parallel s3 downloads by defualt
- Enable parallel s3 downloads by default

1.4.0 - 20 Dec 2021
- Move s3fs client implementation into nf-amazon module
Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-amazon/src/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Plugin-Class: nextflow.cloud.aws.AmazonPlugin
Plugin-Id: nf-amazon
Plugin-Version: 1.7.0
Plugin-Version: 1.7.1
Plugin-Provider: Seqera Labs
Plugin-Requires: >=22.03.0-edge

0 comments on commit 912b9bb

Please sign in to comment.