@@ -3,6 +3,41 @@ aws-parallelcluster-cookbook CHANGELOG
3
3
4
4
This file is used to list changes made in each version of the AWS ParallelCluster cookbook.
5
5
6
+ 2.9.0
7
+ -----
8
+
9
+ ** ENHANCEMENTS**
10
+
11
+ - Add support for multiple queues and multiple instance types feature with the Slurm scheduler.
12
+ - Extend NICE DCV support to ARM instances.
13
+ - Extend support to disable hyperthreading on instances (like \* .metal) that don't support CpuOptions in
14
+ LaunchTemplate.
15
+ - Enable support for NFS 4 for the filesystems shared from the head node.
16
+ - Add script wrapper to support Torque-like commands with the Slurm scheduler.
17
+
18
+ ** CHANGES**
19
+
20
+ - A Route53 private hosted zone is now created together with the cluster and used in DNS resolution inside cluster nodes
21
+ when using Slurm scheduler.
22
+ - Upgrade EFA installer to version 1.9.5:
23
+ - EFA configuration: `` efa-config-1.4 `` (from efa-config-1.3)
24
+ - EFA profile: `` efa-profile-1.0.0 ``
25
+ - EFA kernel module: `` efa-1.6.0 `` (no change)
26
+ - RDMA core: `` rdma-core-28.amzn0 `` (no change)
27
+ - Libfabric: `` libfabric-1.10.1amazon1.1 `` (no change)
28
+ - Open MPI: `` openmpi40-aws-4.0.3 `` (no change)
29
+ - Upgrade Slurm to version 20.02.4.
30
+ - Upgrade NICE DCV to version 2020.1-9012.
31
+ - Use private ip instead of master node hostname when mounting shared NFS drives.
32
+ - Add new log streams to CloudWatch: chef-client, clustermgtd, computemgtd, slurm_resume, slurm_suspend.
33
+ - Remove dependency on cfn-init in compute nodes bootstrap.
34
+ - Add support for queue names in pre/post install scripts.
35
+
36
+
37
+ ** BUG FIXES**
38
+
39
+ - Solve dpkg lock issue with Ubuntu that prevented custom AMI creation in some cases.
40
+
6
41
2.8.1
7
42
-----
8
43
0 commit comments