Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Aug 5, 2024
1 parent 91ad1d4 commit 46c69d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions plugins/nf-amazon/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
nf-amazon changelog
===================
2.5.3 - 1 Aug 2024
- More robust parsing of shm-size containerOptions (#5177) [98cf0068]
- Bump amazon sdk to version 1.12.766 [5ce42b79]
- Bump pf4j to version 3.12.0 [1a8f086a]
2.7.0 - 5 Aug 2024
- More robust parsing of shm-size containerOptions (#5177) [b56802a3]
- Fix AWS Cloudwatch access when using custom log group name [30195838]
- Fix Prevent AWS Batch retry the job execution when the container does not exist [4e218f22]
- Fix Invalid AWS Fargate CPUs usage error reporting [d9c50e59]
- Bump amazon sdk to version 1.12.766 [cc6ec314]
- Bump pf4j to version 3.12.0 [96117b9a]

2.6.0 - 17 Jun 2024
- Allow requester pays for S3 buckets (#5027) [0070c1b0]
- Fix support for s5cmd 2.2.2 (#5069) [7e78bd4d]
- Bump aws-sdk 1.12.740 [acad2a1f]

2.5.3 - 1 Aug 2024
- More robust parsing of shm-size containerOptions (#5177) [98cf0068]
- Bump amazon sdk to version 1.12.766 [5ce42b79]
- Bump pf4j to version 3.12.0 [1a8f086a]

2.5.2 - 20 May 2024
- Fix nf-amazon plugin dependency [c234b09f]

Expand Down
4 changes: 2 additions & 2 deletions 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: 2.6.0
Plugin-Version: 2.7.0
Plugin-Provider: Seqera Labs
Plugin-Requires: >=24.04.1
Plugin-Requires: >=24.04.4

0 comments on commit 46c69d7

Please sign in to comment.