From 3311172f53672088b11ad7c9e20cd8a9b9908b84 Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Thu, 28 Sep 2023 00:12:28 +0200 Subject: [PATCH] Bump nf-amazon@2.1.3 Signed-off-by: Paolo Di Tommaso --- plugins/nf-amazon/changelog.txt | 8 +++++++- plugins/nf-amazon/src/resources/META-INF/MANIFEST.MF | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/plugins/nf-amazon/changelog.txt b/plugins/nf-amazon/changelog.txt index 7e783ff79f..4dbd3bac90 100644 --- a/plugins/nf-amazon/changelog.txt +++ b/plugins/nf-amazon/changelog.txt @@ -1,6 +1,12 @@ nf-amazon changelog =================== -2.1.2 - 10 Sep +2.1.3 - 28 Sep 2023 +- Fix minor typos in changelogs/source code (#4319) [4ce9f1df] +- Fix List of S3 bucket for custom endpoint [4327fa58] +- Fix support for S3 custom endpoint with anonymous access [03752815] +- Fix Prevent multi attempts to retrive AWS creds [b30efe36] + +2.1.2 - 10 Sep 2023 - Disable staging script for remote work dir (#4282) [80f7cd46] - Allow setting shell directive when using the trace file. (#4210) [7d6ad624] - Bump groovy 3.0.19 [cb411208] diff --git a/plugins/nf-amazon/src/resources/META-INF/MANIFEST.MF b/plugins/nf-amazon/src/resources/META-INF/MANIFEST.MF index 6ae09958e7..74871f9a06 100644 --- a/plugins/nf-amazon/src/resources/META-INF/MANIFEST.MF +++ b/plugins/nf-amazon/src/resources/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Plugin-Class: nextflow.cloud.aws.AmazonPlugin Plugin-Id: nf-amazon -Plugin-Version: 2.1.2 +Plugin-Version: 2.1.3 Plugin-Provider: Seqera Labs Plugin-Requires: >=23.05.0-edge