@@ -13,26 +13,48 @@ CHANGELOG
1313
1414** ENHANCEMENTS**
1515- Add new configuration section ` Scheduling/SlurmSettings/ExternalSlurmdbd ` to connect the cluster to an external Slurmdbd.
16+ - Allow build-image to be run in an isolated network.
1617- Add support for Amazon Linux 2023.
1718- Add support for ` price-capacity-optimized ` as an ` AllocationStrategy ` .
1819- Add validator to prevent the use of Placement Groups with Capacity Blocks.
1920
21+ ** CHANGES**
22+ - CentOS 7 is no longer supported.
23+ - Upgrade Cinc Client to version to 18.4.12 from 18.2.7.
24+ - Upgrade munge to version 0.5.16 (from 0.5.15).
25+ - Upgrade Pmix to 5.0.2 (from 4.2.9).
26+ - Upgrade third-party cookbook dependencies:
27+ - apt-7.5.22 (from apt-7.5.14)
28+ - openssh-2.11.12 (from openssh-2.11.3)
29+ - Remove third-party cookbook: selinux-6.1.12.
30+ - Upgrade EFA installer to ` 1.32.0 ` .
31+ - Efa-driver: ` efa-2.8.0-1 `
32+ - Efa-config: ` efa-config-1.16-1 `
33+ - Efa-profile: ` efa-profile-1.7-1 `
34+ - Libfabric-aws: ` libfabric-aws-1.21.0-1 `
35+ - Rdma-core: ` rdma-core-50.0-1 `
36+ - Open MPI: ` openmpi40-aws-4.1.6-3 ` and ` openmpi50-aws-5.0.2-12 `
37+ - Upgrade NVIDIA driver to version 535.183.01 (from 535.154.05).
38+ - Upgrade Python to 3.9.19 (from 3.9.17).
39+ - Upgrade Intel MPI Library to 2021.12.1.8 (from 2021.9.0.43482).
40+
2041** BUG FIXES**
21- - Fix DRA configuration to make ` AutoExportPolicy ` and ` AutoImportPolicy ` optional.
22- - Consider Compute fleet clean-up completed during cluster deletion when instances are either in shutting-down or terminated state.
23- This is to avoid cluster deletion failure for instance types with longer termination cycles.
42+ - Fix Data Repository Associations configuration to make ` AutoExportPolicy ` and ` AutoImportPolicy ` optional.
43+ - Fixed an issue during cluster deletion that now completes compute fleet cleanup when instances are either in shutting-down or terminated state.
44+ This is to avoid cluster deletion failures for instance types with longer termination cycles.
2445- Allow cloudwatch dashboard to be enabled and alarms to be disabled in the ` Monitoring ` section of the cluster config.
2546- Allow ParallelCluster Custom Resource to suppress validators using ` PclusterCluster/SuppressValidators ` .
2647- Removing ` /etc/profile.d/pcluster.sh ` so that it's not executed at every user login and
2748 ` cfn_bootstrap_virtualenv ` is not added in PATH environment variable.
28- - Fix ParallelCluster API spec by replacing in ` DescribeCluster ` response the field ` failureReason ` with ` failures ` .
49+ - Fix ParallelCluster API spec by replacing field ` failureReason ` with ` failures ` in ` DescribeCluster ` response .
2950- Fix ParallelCluster API spec by adding the CloudFormation stack status that were missing:
3051 ` IMPORT_* ` , ` REVIEW_IN_PROGRESS ` and ` UPDATE_FAILED ` .
31-
32- ** CHANGES**
33- - CentOS 7 is no longer supported.
34- - Upgrade Cinc Client to version to 18.4.12 from 18.2.7.
35- - Allow build-image to be run in an isolated network.
52+ - Fix an issue that prevented cluster updates from including EFS filesystems with encryption in transit.
53+ - Fix an issue that prevented slurmctld and slurmdbd services from restarting on head node reboot when
54+ EFS is used for shared internal data.
55+ - On Ubuntu systems, remove default logrotate configuration for cloud-init log files that clashed with the
56+ configuration coming from Parallelcluster.
57+ - Fix image build failure with RHEL 8.10 or newer.
3658
37593.9.3
3860------
0 commit comments