@@ -6,7 +6,8 @@ This file is used to list changes made in each version of the AWS ParallelCluste
663.13.0
77------
88** ENHANCEMENTS**
9- - Add support for Ubuntu24.
9+ - Add support for Ubuntu 24.04.
10+ Notice that ParallelCluster official AMI for Ubuntu 24.04 does not support Lustre.
1011- Disable unused services like cups and wpa_supplicant from Official ParallelCluster AMIs to improve security.
1112
1213** CHANGES**
@@ -15,14 +16,14 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1516- Upgrade CUDA Toolkit to version 12.8.0 (from 12.4.1) for all OSs except AL2.
1617- Upgrade Python to 3.12.8 for all OSs except AL2 (from 3.9.20).
1718- On Ubuntu 22.04, install the Nvidia driver with the same compiler version used to compile the kernel.
18- - Upgrade ` aws-cfn-bootstrap ` to version 2.0-33.
19- - Upgrade EFA installer to ` 1.38.0 ` .
20- - Efa-driver: ` efa-2.13.0-1 `
21- - Efa-config: ` efa-config-1.17-1 `
22- - Efa-profile: ` efa-profile-1.7-1 `
23- - Libfabric-aws: ` libfabric-aws-1.22.0-1 `
24- - Rdma-core: ` rdma-core-54.0-1 `
25- - Open MPI: ` openmpi40-aws-4.1.7-1 ` and ` openmpi50-aws-5.0.5 `
19+ - Upgrade aws-cfn-bootstrap to version 2.0-33.
20+ - Upgrade EFA installer to 1.38.0 (from 1.36.0) .
21+ - Efa-driver: efa-2.13.0-1
22+ - Efa-config: efa-config-1.17-1
23+ - Efa-profile: efa-profile-1.7-1
24+ - Libfabric-aws: libfabric-aws-1.22.0-1
25+ - Rdma-core: rdma-core-54.0-1
26+ - Open MPI: openmpi40-aws-4.1.7-1 and openmpi50-aws-5.0.5
2627- Upgrade amazon-efs-utils to version 2.1.0.
2728- Remove third-party cookbook: apt-7.5.22 and pyenv-4.2.3.
2829- Upgrade third-party cookbook dependencies:
@@ -38,8 +39,11 @@ This file is used to list changes made in each version of the AWS ParallelCluste
3839- Install NVIDIA drivers without the option 'no-cc-version-check', which is now deprecated in the NVIDIA installer.
3940
4041** BUG FIXES**
41- - Remove usage of cfn-init for compute node bootstrapping to reduce node scale up time.
42+ - Remove usage of cfn-init for compute node bootstrapping to reduce node scale- up time.
4243- Fix the execution of overriding aws-parallelcluster-node package only on the head node during update.
44+ - On Ubuntu 22.04, install the Nvidia driver with the same compiler version used to compile the kernel
45+ to prevent installation failures.
46+ - Fix the execution of overriding aws-parallelcluster-node package only on the head node during update.
4347- Fix an issue where containerized jobs executed through Pyxis/Enroot in a multi-user environment (integrated with Active Directory) would fail.
4448- Fix usage of authselect causing node bootstrap failures on Rocky 9.5+ when directory service is used.
4549
0 commit comments