From 7797eb7ad59741ca681d0e986cf4d013b905b24d Mon Sep 17 00:00:00 2001 From: Cedric Zhuang Date: Mon, 16 Sep 2024 10:33:49 -0700 Subject: [PATCH] Add nf-float 0.4.5 Fixing a compatibility issue between MMC and AWS API. The endpoint for AWS region us-east-1 is different with other regions. The algorithm used by MMC to provide the default endpoint does not work. Add support in nf-float plugin to retrieve the endpoint configuration from `aws.client.endpoint` and supply this to MMC if available. Changes is available at: https://github.com/MemVerge/nf-float/pull/94 --- plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins.json b/plugins.json index 791c3cd..01cad2a 100644 --- a/plugins.json +++ b/plugins.json @@ -2838,6 +2838,13 @@ "url": "https://github.com/MemVerge/nf-float/releases/download/0.4.4/nf-float-0.4.4.zip", "requires": ">=23.04.0", "sha512sum": "29ab5cc167f2ac6f33e646e4caf9378bc2f3007d8c93aa4cdf549b8e05f02ec5999f0461fe866de9c3ca876cae101f5eb8a6d8c58a44ad61bd1ac7946001dc40" + }, + { + "version": "0.4.5", + "date": "2024-09-16T10:10:55.134288-07:00", + "url": "https://github.com/MemVerge/nf-float/releases/download/0.4.5/nf-float-0.4.5.zip", + "requires": ">=23.04.0", + "sha512sum": "4dd55d943dfcb35565b9c4b3b56e9dfc59b85d7135e10d2257662a00131e9de80c2faaa0e62f307abf786b0aef40918cbfced99081dde6db8ac7ce6abc39c407" } ] },