Skip to content

Commit 803de3b

Browse files
Tim Lanetilne
authored andcommitted
Changelog v2.8.0
Signed-off-by: Tim Lane <[email protected]>
1 parent 2333816 commit 803de3b

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

CHANGELOG.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,51 @@
22
CHANGELOG
33
=========
44

5+
2.8.0
6+
=====
7+
8+
**ENHANCEMENTS**
9+
10+
* Enable support for ARM instances on Ubuntu 18.04 and Amazon Linux 2.
11+
* Add support for the automatic backup features of FSx file systems.
12+
* Renewed user experience and robustness of cluster update functionality.
13+
* Support DCV and EFS in China regions.
14+
* Use DescribeInstanceTypes API to validate whether an instance type is EFA-enabled so that new EFA instances can
15+
be used without requiring an update to the ParallelCluster configuration files.
16+
* Enable Slurm to directly launch tasks and initialize communications through PMIx v3.1.5 on all supported
17+
operating systems except for CentOS 6.
18+
* Print a warning when using NICE DCV on micro or nano instances.
19+
20+
**CHANGES**
21+
22+
* Remove the client requirement to have Berkshelf to build a custom AMI.
23+
* Upgrade EFA installer to version 1.9.4:
24+
* Kernel module: ``efa-1.6.0`` (from efa-1.5.1)
25+
* RDMA core: ``rdma-core-28.amzn0`` (from rdma-core-25.0)
26+
* Libfabric: ``libfabric-1.10.1amazon1.1`` (updated from libfabric-aws-1.9.0amzn1.1)
27+
* Open MPI: openmpi40-aws-4.0.3 (no change)
28+
* Avoid unnecessary validation of IAM policies.
29+
* Removed unused dependency on supervisor from the Batch Dockerfile.
30+
* Move all LogGroup definitions in the CloudFormation templates into the CloudWatch substack.
31+
* Disable libvirtd service on CentOS 7. Virtual bridge interfaces are incorrectly detected by Open MPI and
32+
cause MPI applications to hang, see https://www.open-mpi.org/faq/?category=tcp#tcp-selection for details
33+
* Use CINC instead of Chef for provisioning instances. See https://cinc.sh/about/ for details.
34+
* Retry when mounting an NFS mount fails.
35+
* Install the `pyenv` virtual environments used by ParallelCluster cookbook and node daemon code under
36+
/opt/parallelcluster instead of under /usr/local.
37+
* Use the new official CentOS 7 AMI as the base images for ParallelCluster AMI.
38+
* Upgrade NVIDIA driver to Tesla version 440.95.01 on CentOS 6 and version 450.51.05 on all other distros.
39+
* Upgrade CUDA library to version 11.0 on all distros besides CentOS 6.
40+
* Install third-party cookbook dependencies via local source, rather than using the Chef supermarket.
41+
* Use https wherever possible in download URLs.
42+
* Install glibc-static, which is required to support certain options for the Intel MPI compiler.
43+
44+
**BUG FIXES**
45+
46+
* Fix validator for CIDR-formatted IP range parameters.
47+
* Fix issue that was preventing concurrent use of custom node and pcluster CLI packages.
48+
* Use the correct domain name when contacting AWS services from the China partition.
49+
550
2.7.0
651
=====
752

0 commit comments

Comments
 (0)