Skip to content

Commit 0303ec9

Browse files
himani2411Himani Deshpande
and
Himani Deshpande
authored
Update CHANGELOG entries for 3.9.0 release (#6159)
Co-authored-by: Himani Deshpande <[email protected]>
1 parent 99aca8a commit 0303ec9

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

CHANGELOG.md

+24-7
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,46 @@ CHANGELOG
55
------
66

77
**ENHANCEMENTS**
8-
- Add the configuration parameter `DeploymentSettings/DefaultUserHome` to allow users to move the default user's home directory to `/local/home` instead of `/home` (default).
8+
- Permit to update the external shared storage of type Efs, FsxLustre, FsxOntap, FsxOpenZfs and FileCache
9+
without replacing compute and login fleet.
910
- Permit to update `MinCount`, `MaxCount`, `Queue` and `ComputeResource` configuration parameters without the need to
1011
stop the compute fleet. It's now possible to update them by setting `Scheduling/SlurmSettings/QueueUpdateStrategy`
1112
to TERMINATE. ParallelCluster will terminate only the nodes removed during a resize of the cluster capacity
1213
performed through a cluster update.
13-
- Permit to update the external shared storage of type Efs, FsxLustre, FsxOntap, FsxOpenZfs and FileCache
14-
without replacing the compute and login fleet.
1514
- Add support for RHEL9.
1615
- Add support for Rocky Linux 9 as `CustomAmi` created through `build-image` process. No public official ParallelCluster Rocky9 Linux AMI is made available at this time.
1716
- Remove `CommunicationParameters` from the Custom Slurm Settings deny list.
18-
- Add `DeploymentSettings/DisableSudoAccessForDefaultUser` parameter to disable sudo access of default user in supported OSes.
17+
- Add the configuration parameter `DeploymentSettings/DefaultUserHome` to allow users to move the default user's home directory to `/local/home` instead of `/home` (default).
18+
- Add configuration parameter `DeploymentSettings/DisableSudoAccessForDefaultUser` to disable sudo access of default user in supported OSes.
1919

2020
**CHANGES**
21-
- Upgrade Slurm to 23.11.4.
22-
- Upgrade NVIDIA driver to version 535.154.05.
21+
- Upgrade Slurm to 23.11.4 (from 23.02.7).
22+
- Upgrade Pmix to 4.2.9 (from 4.2.6).
2323
- Add support for Python 3.11, 3.12 in pcluster CLI and aws-parallelcluster-batch-cli.
2424
- Build network interfaces using network card index from `NetworkCardIndex` list of EC2 DescribeInstances response,
2525
instead of looping over `MaximumNetworkCards` range.
2626
- Fail cluster creation when using instance types P3, G3, P2 and G2 because their GPU architecture is not compatible with Open Source Nvidia Drivers (OpenRM) introduced as part of 3.8.0 release.
2727
- Upgrade the default FSx Lustre server version managed by ParallelCluster to 2.15.
28+
- Upgrade NVIDIA driver to version 535.154.05.
29+
- Upgrade EFA installer to `1.30.0`.
30+
- Efa-driver: `efa-2.6.0-1`
31+
- Efa-config: `efa-config-1.15-1`
32+
- Efa-profile: `efa-profile-1.6-1`
33+
- Libfabric-aws: `libfabric-aws-1.19.0`
34+
- Rdma-core: `rdma-core-46.0-1`
35+
- Open MPI: `openmpi40-aws-4.1.6-2` and `openmpi50-aws-5.0.0-11`
36+
- Upgrade NICE DCV to version `2023.1-16388`.
37+
- server: `2023.1.16388-1`
38+
- xdcv: `2023.1.565-1`
39+
- gl: `2023.1.1047-1`
40+
- web_viewer: `2023.1.16388-1`
41+
- Upgrade ARM PL to version 23.10.
42+
- Upgrade third-party cookbook dependencies:
43+
- nfs-5.1.2 (from nfs-5.0.0)
44+
2845

2946
**BUG FIXES**
30-
- Refactor IAM policies defined in CloudFormation template `parallelclutser-policies.yaml` to prevent ParallelCluster API deployment failure
47+
- Refactor IAM policies defined in CloudFormation template `parallelclutser-policies.yaml` to prevent ParallelCluster API deployment failure
3148
caused by policies exceeding IAM limits.
3249

3350
3.8.0

0 commit comments

Comments
 (0)