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
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,13 @@ CHANGELOG
4
4
3.3.1
5
5
-----
6
6
7
-
**ENHANCEMENTS**
8
-
- When setting `DeletionPolicy` to `Retain`, the file system configured in the SharedStorage section is now preserved
9
-
also during a cluster update operation.
10
-
11
7
**CHANGES**
12
-
- Allow usage of deprecated official AMIs.
8
+
- Allow to use official product AMIs even after the two years EC2 deprecation time.
13
9
- Increase memory size of ParallelCluster API Lambda to 2048 in order to reduce cold start penalty and avoid timeouts.
14
10
15
11
**BUG FIXES**
16
-
- Block updating ComputeFleet SubnetIds when a Cluster has a managed FSx for Lustre FileSystem. This prevents the FSx FileSystem from being recreated in case of a cluster update.
12
+
- Prevent managed FSx for Lustre file systems to be replaced during a cluster update avoiding to support changes on the compute fleet subnet id.
13
+
- Apply the `DeletionPolicy` defined on shared storages also during the cluster update operations.
0 commit comments