Skip to content

Commit d4f2256

Browse files
committed
Update CHANGELOG entries for 3.14.0 release
1 parent 25ff751 commit d4f2256

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

CHANGELOG.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,22 @@ CHANGELOG
55
------
66

77
**ENHANCEMENTS**
8-
- Add support for P6e-GB200 instances. ParallelCluster sets up Slurm topology plugin to handle P6e-GB200 UltraServers. See limitations section for important additional setup requirements.
9-
- Add support for P6-B200 instances for all OSs except AL2.
10-
- Echo chef-client logs in the instance console when a node fails to bootstrap. This helps with investigating bootstrap failures in cases CloudWatch logs are not available.
11-
- Add `build-image` support for Amazon Linux 2023 AMIs based on kernel 6.12 (in addition to 6.1).
8+
- Include drivers for P6e-GB200 and P6-B200 instances. ParallelCluster sets up Slurm topology plugin to handle P6e-GB200 UltraServers. See limitations section for important additional setup requirements.
129
- Support `prioritized` and `capacity-optimized-prioritized` Allocation Strategy. This allows users to prioritize subnets for instance placement to optimize costs and performance.
10+
- Add `build-image` support for Amazon Linux 2023 AMIs based on kernel 6.12 (in addition to 6.1).
1311
- Support DCV on Amazon Linux 2023.
12+
- Echo chef-client logs in the instance console when a node fails to bootstrap. This helps with investigating bootstrap failures in cases CloudWatch logs are not available.
1413

1514
**LIMITATIONS**
1615
- P6e-GB200 instances are only tested on Amazon Linux 2023, Ubuntu 22.04 and Ubuntu 24.04.
17-
- Using IMEX on P6e-GB200 requires additional setup. Please refer to <PLACE_HOLDER for the tutorial link>.
16+
- Using IMEX on P6e-GB200 requires additional setup. Please refer to the dedicated tutorial in our public documentation.
17+
- P6-B200 instances are only tested on Amazon Linux 2023, RHEL9, Ubuntu 22.04 and Ubuntu 24.04.
1818

1919
**CHANGES**
20-
- Install nvidia-imex for all OSs except AL2.
20+
- Install nvidia-imex for all OSs except Amazon Linux 2.
2121
- Remove `UnkillableStepTimeout` from slurm.conf and let slurm set this value.
22-
- Upgrade Python runtime used by Lambda functions to python3.12 (from python3.9).
23-
- Remove `berkshelf`. All cookbooks are local and do not need `berkshelf` dependency management.
24-
- Add the configuration parameter `HeadNode/SharedStorageEfsSettings/Encrypted` to enable encryption on the EFS file system used for the head node internal shared storage.
22+
- Upgrade Python runtime used by Lambda functions to Python 3.12 (from 3.9). See Lambda Documentation for important information about Python 3.9 EOL: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
23+
- Support encryption of EFS file system used for the head node internal shared storage via a new configuration parameter `HeadNode/SharedStorageEfsSettings/Encrypted`
2524
- Add validator that warns against using non GPU instances with DCV.
2625
- Upgrade Slurm to version 24.11.6 (from 24.05.8).
2726
- Upgrade EFA installer to 1.43.2 (from 1.41.0).
@@ -32,11 +31,11 @@ CHANGELOG
3231
- Rdma-core: rdma-core-58.0-1
3332
- Open MPI: openmpi40-aws-4.1.7-2 and openmpi50-aws-5.0.6-11
3433
- Upgrade Cinc Client to version 18.4.12 (from 18.2.7).
35-
- Upgrade NVIDIA driver to version 570.172.08 (from 570.86.15) for all OSs except AL2.
36-
- Upgrade CUDA Toolkit to version 12.8.1 (from 12.8.0) for all OSs except AL2.
37-
- Upgrade DCGM to version 4.2.3 (from 3.3.6) for all OSs except AL2.
38-
- Upgrade Python to 3.12.11 (from 3.12.8) for all OSs except AL2.
39-
- Upgrade Python to 3.9.23 (from 3.9.20) for AL2.
34+
- Upgrade NVIDIA driver to version 570.172.08 (from 570.86.15) for all OSs except Amazon Linux 2.
35+
- Upgrade CUDA Toolkit to version 12.8.1 (from 12.8.0) for all OSs except Amazon Linux 2.
36+
- Upgrade DCGM to version 4.4.1 (from 3.3.6) for all OSs except Amazon Linux 2.
37+
- Upgrade Python to 3.12.11 (from 3.12.8) for all OSs except Amazon Linux 2.
38+
- Upgrade Python to 3.9.23 (from 3.9.20) for Amazon Linux 2.
4039
- Upgrade Intel MPI Library to 2021.16.0 (from 2021.13.1).
4140
- Upgrade DCV to version 2024.0-19030.
4241
- Upgrade the official ParallelCluster Amazon Linux 2023 AMIs to kernel 6.12 (from 6.1).
@@ -46,8 +45,8 @@ CHANGELOG
4645
The role is meant to exist even after the stack has been deleted. See https://github.com/aws/aws-parallelcluster/issues/5914.
4746
- Fix an issue where Security Group validation failed when a rule contained both IPv4 ranges (IpRanges) and security group references (UserIdGroupPairs).
4847
- Fix `build-image` failure on Rocky 9, occurring when the parent image does not ship the latest kernel version on the latest Rocky minor version.
49-
- Fix AWS Batch cluster creation failures in China when the OS is Amazon Linux 2023.
50-
- Fix cluster id mismatch issue by deleting the file `/var/spool/slurm.state/clustername` before configuring Slurm accounting.
48+
- Fix cluster id mismatch issue which causes cluster update failures when slurm accounting is used.
49+
- Fix a race condition in CloudWatch Agent startup that could cause node bootstrap failures.
5150

5251
**DEPRECATIONS**
5352
- The configuration parameter `LoginNodes/Pools/Ssh/KeyName` has been deprecated, and it will be removed in future releases. The CLI now returns a warning message when it is used in the cluster configuration.

0 commit comments

Comments
 (0)