You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+39-8Lines changed: 39 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
CHANGELOG
2
2
=========
3
3
4
-
2.x.x
4
+
2.11.0
5
5
------
6
6
**ENHANCEMENTS**
7
7
@@ -10,26 +10,57 @@ CHANGELOG
10
10
- Add support for Centos 7 ARM.
11
11
- Add support for FSx Lustre DataCompressionType feature.
12
12
- 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).
13
16
- Transition from IMDSv1 to IMDSv2.
14
17
15
18
**CHANGES**
16
19
17
20
- Ubuntu 16.04 is no longer supported.
18
21
- 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
23
22
- Make `key_name` parameter optional to support cluster configurations without a key pair.
24
23
- 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.
26
25
- 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.
0 commit comments