Skip to content

Commit 83706ed

Browse files
Rexrexcsn
authored andcommitted
Update CHANGELOG for 2.11.0
Signed-off-by: Rex <[email protected]>
1 parent 9bf4721 commit 83706ed

File tree

1 file changed

+39
-8
lines changed

1 file changed

+39
-8
lines changed

CHANGELOG.md

Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
2.x.x
4+
2.11.0
55
------
66
**ENHANCEMENTS**
77

@@ -10,26 +10,57 @@ CHANGELOG
1010
- Add support for Centos 7 ARM.
1111
- Add support for FSx Lustre DataCompressionType feature.
1212
- Add validation to prevent using a `cluster_resource_bucket` that is in a different region than the cluster.
13+
- Install SSM agent on CentOS 7 and 8.
14+
- Add support for `security_group_id` in packer custom builders. Customers can export `AWS_SECURITY_GROUP_ID` environment variable to specify security group for custom builders when building custom AMIs.
15+
- SGE: always use shortname as hostname filter with `qstat`. This will make nodewatcher more robust when using custom DHCP option, where the full hostname seen by `SGE` might differ from the hostname returned from EC2 metadata(local-hostname).
1316
- Transition from IMDSv1 to IMDSv2.
1417

1518
**CHANGES**
1619

1720
- Ubuntu 16.04 is no longer supported.
1821
- Amazon Linux is no longer supported.
19-
- Upgrade Slurm to version 20.11.7.
20-
- Add new SlurmctldParameters, power_save_min_interval=30, so power actions will be processed every 30 seconds
21-
- Specify instance GPU model as GRES GPU Type in gres.conf, instead of previous hardcoded value for all GPU, Type=tesla
22-
- Upgrade Arm Performance Libraries (APL) to version 21.0.0
2322
- Make `key_name` parameter optional to support cluster configurations without a key pair.
2423
- Remove support for Python versions < 3.6.
25-
- Remove dependency on `future` package and `__future__` module.
24+
- Remove dependency on `future` package and `__future__` module.
2625
- Root volume size increased from 25GB to 35GB on all AMIs. Minimum root volume size is now 35GB.
27-
- Add sanity check to prevent cluster creation in non officially supported AWS regions
28-
- Change instance IAM policies to restrict run-instance API to only launching instances in the compute subnet.
26+
- Add sanity check to prevent cluster creation in an AWS region not officially supported by ParallelCluster.
27+
- Restrict IAM permissions to only allow cluster IAM instance role to launch instances via `run-instances` in cluster compute subnet.
28+
- Upgrade EFA installer to version 1.12.1.
29+
- EFA configuration: ``efa-config-1.8`` (from ``efa-config-1.7``)
30+
- EFA profile: ``efa-profile-1.5`` (from ``efa-profile-1.4``)
31+
- EFA kernel module: ``efa-1.12.1`` (from ``efa-1.10.2``)
32+
- RDMA core: ``rdma-core-32.1amzn`` (from ``rdma-core-31.2amzn``)
33+
- Libfabric: ``libfabric-1.11.2amzon1.1`` (from ``libfabric-1.11.1amzn1.0``)
34+
- Open MPI: ``openmpi40-aws-4.1.1`` (from ``openmpi40-aws-4.1.0``)
35+
- Upgrade Slurm to version 20.11.7.
36+
- Update slurmctld and slurmd systemd unit files according to latest provided by slurm.
37+
- Add new SlurmctldParameters, power_save_min_interval=30, so power actions will be processed every 30 seconds.
38+
- Add new SlurmctldParameters, cloud_reg_addrs, which will reset a node's NodeAddr automatically on power_down.
39+
- Specify instance GPU model as GRES GPU Type in gres.conf, instead of previous hardcoded value ``Type=tesla`` for all GPU.
40+
- Upgrade Arm Performance Libraries (APL) to version 21.0.0.
41+
- Upgrade NICE DCV to version 2021.1-10557.
42+
- Upgrade NVIDIA driver to version 460.73.01.
43+
- Upgrade CUDA library to version 11.3.0.
44+
- Upgrade NVIDIA Fabric manager to `nvidia-fabricmanager-460`.
45+
- Install ParallelCluster AWSBatch CLI in dedicated python3 virtual env.
46+
- Upgrade Python version used in ParallelCluster virtualenvs from version 3.6.13 to version 3.7.10.
47+
- Upgrade Cinc Client to version 16.13.16.
48+
- Upgrade third-party cookbook dependencies:
49+
- apt-7.4.0 (from apt-7.3.0)
50+
- iptables-8.0.0 (from iptables-7.1.0)
51+
- line-4.0.1 (from line-2.9.0)
52+
- openssh-2.9.1 (from openssh-2.8.1)
53+
- pyenv-3.4.2 (from pyenv-3.1.1)
54+
- selinux-3.1.1 (from selinux-2.1.1)
55+
- ulimit-1.1.1 (from ulimit-1.0.0)
56+
- yum-6.1.1 (from yum-5.1.0)
57+
- yum-epel-4.1.2 (from yum-epel-3.3.0)
58+
- Drop ``lightdm`` package install from Ubuntu 18.04 DCV installation process.
2959

3060
**BUG FIXES**
3161

3262
- Use ICP-compliant AL2 repo URLs when building Docker images in China
63+
- Fix a bug that caused `clustermgtd` to not immediately replace instances with failed status check that are in replacement process.
3364

3465
2.10.4
3566
------

0 commit comments

Comments
 (0)