diff --git a/CHANGELOG.md b/CHANGELOG.md index ea1916dff4..2e9ded8700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,6 @@ CHANGELOG ----- **CHANGES** -- Include tags from cluster configuration file in the RunInstances dry runs performed during configuration validation. - -**BUG FIXES** -- Fix the create custom AMI functionality issues: - - SGE download URL no more reachable. Use Debian repository to download SGE source archive. - - Outdated CA certificates used by Cinc. Update ca-certificates package during AMI build time. -- Fix cluster update when using proxy setup. - 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 `enable_efa_gdr` had been turned on in the configuration file. @@ -22,6 +15,13 @@ CHANGELOG - RDMA core: ``rdma-core-37.0`` - Libfabric: ``libfabric-1.13.2`` - Open MPI: ``openmpi40-aws-4.1.1-2`` +- Include tags from cluster configuration file in the RunInstances dry runs performed during configuration validation. + +**BUG FIXES** +- Fix the create custom AMI functionality issues: + - SGE download URL no more reachable. Use Debian repository to download SGE source archive. + - Outdated CA certificates used by Cinc. Update ca-certificates package during AMI build time. +- Fix cluster update when using proxy setup. 2.11.2 -----