Skip to content

Commit 4701a55

Browse files
author
Himani Anil Deshpande
committed
[3.14.1] Update changelog
1 parent 67bb15a commit 4701a55

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ This file is used to list changes made in each version of the AWS ParallelCluste
66
3.14.1
77
------
88

9-
**ENHANCEMENTS**
10-
- Ensure clustermgtd runs after cluster update. On success, start it unconditionally. On failure, start it if the queue reconfiguration succeeded.
11-
129
**CHANGES**
10+
- Improve cluster update resiliency by ensuring clustermgtd is started after updates complete successfully, or after failed updates where queue reconfiguration succeeded.
1311
- Add chef attribute `cluster/in_place_update_on_fleet_enabled` to disable in-place updates on compute and login nodes
1412
and mitigate performance impact at scale.
1513
- Upgrade Slurm to version 24.11.7 (from 24.11.6).
@@ -29,9 +27,13 @@ This file is used to list changes made in each version of the AWS ParallelCluste
2927
- Open MPI: openmpi40-aws-4.1.7-2 and openmpi50-aws-5.0.8-11
3028

3129
**BUG FIXES**
32-
- Fix incorrect timestamp parsing for chef-client.log in CloudWatch Agent configuration.
33-
- Prevent cluster readiness check failures due to instances launched while the check is in progress.
30+
- Fix an issue where cfn-hup enters an endless loop on the head node after a rollback to a cluster state older than 24 hours, caused by cfn-signal failing to signal an expired wait condition handle.
3431
- Fix race condition where compute nodes could deploy the wrong cluster config version after an update failure.
32+
- Prevent cluster readiness check failures due to instances launched while the check is in progress.
33+
- Fix incorrect timestamp parsing for chef-client.log in CloudWatch Agent configuration.
34+
- Reduce EFA installation time for Ubuntu by ~20 minutes by only holding kernel packages for the installed kernel.
35+
- Add GetFunction and GetPolicy permissions to PClusterBuildImageCleanupRole to prevent AccessDenied errors during build image stack deletion.
36+
- Fix validation error messages when `DevSettings` is null or `DevSettings/InstanceTypesData` is missing required fields.
3537

3638
3.14.0
3739
------

0 commit comments

Comments
 (0)