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