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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,33 @@ CHANGELOG
6
6
**ENHANCEMENTS**
7
7
- Add new build image configuration section `Build/Installation` to turn on/off Nvidia software and Lustre client installations. By default, Nvidia software, although included in official ParallelCluster AMIs, is not installed by `build-image`. By default, Lustre client is installed.
8
8
- The CLI commands `export-cluster-logs` and `export-image-logs` can now by default export the logs to the default ParallelCluster bucket or to the CustomS3Bucket if specified in the config.
9
+
- Extend Amazon DCV support to Ubuntu2204 on ARM instances.
9
10
10
11
**CHANGES**
11
12
- Upgrade Amazon DCV to version `2024.0-18131`.
12
13
- server: `2024.0-18131-1`
13
14
- xdcv: `2024.0.631-1`
14
15
- gl: `2024.0.1078-1`
15
16
- web_viewer: `2024.0-18131-1`
17
+
- Upgrade EFA installer to `1.36.0`.
18
+
- Efa-driver: `efa-2.13.0-1`
19
+
- Efa-config: `efa-config-1.17-1`
20
+
- Efa-profile: `efa-profile-1.7-1`
21
+
- Libfabric-aws: `libfabric-aws-1.22.0-1`
22
+
- Rdma-core: `rdma-core-54.0-1`
23
+
- Open MPI: `openmpi40-aws-4.1.7-1` and `openmpi50-aws-5.0.5`
16
24
- Upgrade mysql-community-client to version 8.0.39.
17
25
- Remove support for Python 3.7 and 3.8, which are in end of life.
26
+
- Upgrade NVIDIA driver to version 550.127.08 (from 550.90.07). This addresses a known issue from Nivdia.
27
+
- Auto-restart slurmctld on failure.
18
28
19
29
**BUG FIXES**
20
30
- When mounting an external OpenZFS, it is no longer required to set the outbound rules for ports 111, 2049, 20001, 20002, 20003.
21
31
- Fix an issue where changes in sequence of custom actions scripts were not detected during cluster updates.
22
32
- Add missing permissions for ParallelCluster API to create the service linked roles for Elastic Load Balancing and Auto Scaling, that are required to deploy login nodes.
23
33
- Fix an issue where when using PCAPI, cluster update could fail when updating a parameter that is not type `String` (e.g. `MaxCount`).
34
+
- Fix an issue in the way we get region when manage volumes so that it can correctly handle local zone.
35
+
- Fix an issue where adding EFS filesystems with AccessPointIds during an update would fail.
0 commit comments