From 6a001b387c1fcea2da0716a0bf347a6b32c64729 Mon Sep 17 00:00:00 2001 From: Francesco De Martino Date: Tue, 2 Nov 2021 10:17:32 +0100 Subject: [PATCH] Update changelog Signed-off-by: Francesco De Martino --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6425493f8d..e6a8e0d87f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ CHANGELOG 3.0.2 ----- -**BUG FIXES** +**CHANGES** - Upgrade EFA installer to version 1.14.1. Thereafter, EFA enables GDR support by default on supported instance type(s). ParallelCluster does not reinstall EFA during node start. Previously, EFA was reinstalled if `GdrSupport` had been turned on in the configuration file. The `GdrSupport` parameter has no effect and should no longer be used. @@ -15,6 +15,9 @@ CHANGELOG - Libfabric: ``libfabric-1.13.2`` - Open MPI: ``openmpi40-aws-4.1.1-2`` +**BUG FIXES** +- Fix issue that is preventing cluster names to start with `parallelcluster-` prefix. + 3.0.1 ------