|
1 | 1 | CHANGELOG |
2 | 2 | ========= |
| 3 | + |
3 | 4 | 3.13.0 |
4 | 5 | ------ |
| 6 | + |
| 7 | +**DEPRECATIONS** |
| 8 | +- This is the last ParallelCluster release supporting Ubuntu 20.04 |
| 9 | + as Ubuntu 20.04 will be in End-Of-Standard-Support on May 2025. |
| 10 | + |
5 | 11 | **ENHANCEMENTS** |
6 | | -- Add support for Ubuntu24. |
7 | | -- Add support for ap-southeast-5 and ap-southeast-7 regions. At the time of this version launch, AWS CodeBuild is not supported in ap-southeast-5 or ap-southeast-7. Therefore, ParallelCluster AWS Batch integration is not supported. |
| 12 | +- Add support for Ubuntu 24.04. |
| 13 | + Notice that ParallelCluster official AMI for Ubuntu 24.04 does not support Lustre. |
| 14 | +- Add support for ap-southeast-5 region. |
| 15 | +- Disable unused services cups and wpa_supplicant from Official ParallelCluster AMIs to improve security. |
8 | 16 |
|
9 | 17 | **CHANGES** |
| 18 | +- Upgrade Slurm to version 24.05.6. |
| 19 | +- Upgrade NVIDIA driver to version 570.86.15 (from 550.127.08) for all OSs except AL2. |
| 20 | +- Upgrade CUDA Toolkit to version 12.8.0 (from 12.4.1) for all OSs except AL2. |
| 21 | +- Upgrade Python to 3.12.8 for all OSs except AL2 (from 3.9.20). |
| 22 | +- On Ubuntu 22.04, install the Nvidia driver with the same compiler version used to compile the kernel. |
| 23 | +- Upgrade aws-cfn-bootstrap to version 2.0-33. |
| 24 | +- Upgrade EFA installer to 1.38.0 (from 1.36.0). |
| 25 | + - Efa-driver: efa-2.13.0-1 |
| 26 | + - Efa-config: efa-config-1.17-1 |
| 27 | + - Efa-profile: efa-profile-1.7-1 |
| 28 | + - Libfabric-aws: libfabric-aws-1.22.0-1 |
| 29 | + - Rdma-core: rdma-core-54.0-1 |
| 30 | + - Open MPI: openmpi40-aws-4.1.7-1 and openmpi50-aws-5.0.5 |
| 31 | +- Upgrade amazon-efs-utils to version 2.1.0. |
| 32 | +- Remove third-party cookbook: apt-7.5.22 and pyenv-4.2.3. |
| 33 | +- Upgrade third-party cookbook dependencies: |
| 34 | + - line-4.5.21 (from line-4.5.13) |
| 35 | + - nfs-5.1.5 (from nfs-5.1.2) |
| 36 | + - openssh-2.11.14 (from openssh-2.11.12) |
| 37 | + - yum-7.4.20 (from yum-7.4.13) |
| 38 | + - yum-epel-5.0.8 (from yum-epel-5.0.2) |
| 39 | +- Upgrade Pmix to 5.0.6 (from 5.0.3). |
| 40 | +- Upgrade ARM PL to version 24.10 (from 23.10). |
| 41 | +- Upgrade Python to version 3.12.8 (from 3.9.17) in Lambda layer and installer. |
| 42 | +- Upgrade NodeJS to version 20.18.3 (from 18.20.3) in Lambda layer and installer. |
| 43 | +- Remove generation of DSA keys for login nodes as DSA, which became unsupported in OpenSSH 9.7+. |
| 44 | +- Set instance ID and instance type information in Slurm upon compute nodes launch. |
| 45 | +- Install NVIDIA drivers without the option 'no-cc-version-check', which is now deprecated in the NVIDIA installer. |
| 46 | +- Add validator to enforce up to 10- login node pools. |
10 | 47 |
|
11 | 48 | **BUG FIXES** |
12 | | -- Fix an issue where when using Proxy, compute node bootstrap would fail. |
13 | 49 | - Remove usage of cfn-init for compute node bootstrapping to reduce node scale up time. |
14 | | -- Add validator to enforce up to 10 login node pools. |
| 50 | +- Fix an issue causing compute node bootstrap failure when a proxy is used. |
| 51 | +- On Ubuntu 22.04, install the Nvidia driver with the same compiler version used to compile the kernel |
| 52 | + to prevent inmstallation failures.- Fix the execution of overriding aws-parallelcluster-node package only on the head node during update. |
| 53 | +- Fix an issue where containerized jobs executed through Pyxis/Enroot in a multi-user environment (integrated with Active Directory) would fail. |
| 54 | +- Fix usage of authselect causing node bootstrap failures on Rocky 9.5+ when directory service is used. |
15 | 55 |
|
16 | 56 |
|
17 | 57 | 3.12.0 |
|
0 commit comments