From acb277de49b130d37bb3ba08f7cd8985ecb1fa0f Mon Sep 17 00:00:00 2001 From: Himani Anil Deshpande Date: Wed, 15 Apr 2026 09:27:53 -0400 Subject: [PATCH] [changelog]Update changelog to specify Secret and Top Secret terminology --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b433747a9..f88cdc433a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ CHANGELOG **ENHANCEMENTS** - Add new configuration section `Scheduling/SlurmSettings/ExternalSlurmdbd` to connect the cluster to an external Slurmdbd. -- Allow build-image to be run in an isolated network. +- Add support for build-image in AWS Top Secret and AWS Secret Regions. - Add support for Amazon Linux 2023. - Add support for `price-capacity-optimized` as an `AllocationStrategy`. - Add validator to prevent the use of Placement Groups with Capacity Blocks. @@ -155,7 +155,7 @@ CHANGELOG - This change removes support for P3, G3, P2 and G2 instances with GPU architecture not supported by OpenRM. The Open Source Nvidia only works on platforms that have the GSP (GPU System Processor). - Remove support of `all_or_nothing_batch` configuration parameter in the Slurm resume program, in favor of the new `Scheduling/ScalingStrategy` cluster configuration. - Changed cluster alarms naming convention to '[cluster-name]-[component-name]-[metric]'. -- Change default EBS volume types in ADC regions from `gp2` to `gp3`, for both the root and additional volumes. +- Change default EBS volume types in AWS Secret and Top Secret regions from `gp2` to `gp3`, for both the root and additional volumes. - The optional permissions boundary for the ParallelCluster API is now applied to every IAM role created by the API infrastructure. - Upgrade EFA installer to `1.29.1`. - Efa-driver: `efa-2.6.0-1` @@ -235,11 +235,11 @@ CHANGELOG ------ **ENHANCEMENTS** -- Add support for Slurm accounting in US isolated regions. +- Add support for Slurm accounting in AWS Top Secret and AWS Secret Regions. **CHANGES** - Avoid duplication of nodes seen by `clustermgtd` if compute nodes are added to multiple Slurm partitions. -- ParallelCluster AMI for US isolated regions are now vended with preconfigured CA certificates to speed up node bootstrap. +- ParallelCluster AMI for AWS Top Secret and AWS Secret regions are now vended with preconfigured CA certificates to speed up node bootstrap. - Replace `nvidia-persistenced` service with `parallelcluster_nvidia` service to avoid conflicts with DLAMI. **BUG FIXES** @@ -318,7 +318,7 @@ CHANGELOG ----- **ENHANCEMENTS** - Add a new way to distribute ParallelCluster as a self-contained executable shipped with a dedicated installer. -- Add support for US isolated region us-isob-east-1. +- Add support for AWS Secret region us-isob-east-1. **CHANGES** - Upgrade EFA installer to `1.22.0`