From ef1ca08bd57cbf16ace60fb2d7d6bc99fc4be4c1 Mon Sep 17 00:00:00 2001 From: Himani Anil Deshpande Date: Thu, 20 Feb 2025 09:22:27 -0500 Subject: [PATCH] [Scaling] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e4a87bf47..bfaef50d9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,10 @@ This file is used to list changes made in each version of the AWS ParallelCluste - Set instance ID and instance type information in Slurm upon compute nodes launch. - Install NVIDIA drivers without the option 'no-cc-version-check', which is now deprecated in the NVIDIA installer. +**BUG FIXES** +- Remove usage of cfn-init for compute node bootstrapping to reduce node scale up time. + + 3.12.0 ------