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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ CHANGELOG
5
5
-----
6
6
7
7
**ENHANCEMENTS**
8
-
- Add new configuration parameter `DeletionPolicy` for EFs and FSx for Lustre shared storage
8
+
- Add new configuration parameter `DeletionPolicy` for EFs and FSx for Lustre shared storage
9
9
to support storage retention on deletion.
10
10
11
11
**CHANGES**
@@ -14,9 +14,10 @@ CHANGELOG
14
14
- Move head node tags from Launch Template to instance definition to avoid head node replacement on tags updates.
15
15
- Disable Multithreading through script executed by cloud-init and not through CpuOptions set into Launch Template.
16
16
- Add support for multiple instance types in the same Compute Resource.
17
+
- Add support for a Name field in PlacementGroup as the preferred naming method.
17
18
18
19
**BUG FIXES**
19
-
- Fix validation of parameter `SharedStorage/EfsSettings`: now validation fails when `FileSystemId` is specified
20
+
- Fix validation of parameter `SharedStorage/EfsSettings`: now validation fails when `FileSystemId` is specified
20
21
along with other `SharedStorage/EfsSettings` parameters, whereas it was previously ignoring them.
21
22
- Fix cluster update when changing the order of SharedStorage together with other changes in the configuration.
22
23
- Avoid failing on DescribeCluster when cluster configuration is not available.
@@ -74,7 +75,7 @@ CHANGELOG
74
75
- Fix file handle leak in `computemgtd`.
75
76
- Fix race condition that was sporadically causing launched instances to be immediately terminated because not available yet in EC2 DescribeInstances response
76
77
- Fix support for `DisableSimultaneousMultithreading` parameter on instance types with Arm processors.
77
-
- Fix ParallelCluster API stack update failure when upgrading from a previus version. Add resource pattern used for the `ListImagePipelineImages` action in the `EcrImageDeletionLambdaRole`.
78
+
- Fix ParallelCluster API stack update failure when upgrading from a previus version. Add resource pattern used for the `ListImagePipelineImages` action in the `EcrImageDeletionLambdaRole`.
78
79
- Fix ParallelCluster API adding missing permissions needed to import/export from S3 when creating an FSx for Lustre storage.
0 commit comments