Skip to content

Commit a3dda7d

Browse files
himani2411Himani Deshpande
andauthored
[Dependency] Add Changelog entry for update of Amazon DCV and Mysql (#6576)
Co-authored-by: Himani Deshpande <himanidp@amazon.com>
1 parent f254b4d commit a3dda7d

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ CHANGELOG
88

99
**CHANGES**
1010
- 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.
11+
- Upgrade Amazon DCV to version `2024.0-18131`.
12+
- server: `2024.0-18131-1`
13+
- xdcv: `2024.0.631-1`
14+
- gl: `2024.0.1078-1`
15+
- web_viewer: `2024.0-18131-1`
16+
- Upgrade mysql-community-client to version 8.0.39.
1117

1218
**BUG FIXES**
1319
- When mounting an external OpenZFS, it is no longer required to set the outbound rules for ports 111, 2049, 20001, 20002, 20003.
14-
- Fix an issue where changes in sequence of custom actions scripts were not detected during cluster updates.
20+
- Fix an issue where changes in sequence of custom actions scripts were not detected during cluster updates.
1521
- 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.
1622

1723
3.11.1
@@ -26,8 +32,8 @@ CHANGELOG
2632
**BUG FIXES**
2733
- Fix an issue in the way we configure the Pyxis Slurm plugin in ParallelCluster that can lead to job submission failures.
2834
https://github.com/aws/aws-parallelcluster/issues/6459
29-
- Fix an issue that was causing failing deployment in configurations with login nodes
30-
by add missing permissions required by login nodes in the public template of policies.
35+
- Fix an issue that was causing failing deployment in configurations with login nodes
36+
by add missing permissions required by login nodes in the public template of policies.
3137
https://github.com/aws/aws-parallelcluster/issues/6483
3238

3339
3.11.0
@@ -44,8 +50,8 @@ CHANGELOG
4450
- Install enroot and pyxis in official pcluster AMIs
4551

4652
**CHANGES**
47-
- *[BREAKING]* The `loginNodes` field returned by the API `DescribeCluster` and the CLI command `describe-cluster`
48-
has been changed from a dictionary to an array to support multiple pools of login nodes.
53+
- *[BREAKING]* The `loginNodes` field returned by the API `DescribeCluster` and the CLI command `describe-cluster`
54+
has been changed from a dictionary to an array to support multiple pools of login nodes.
4955
This change breaks backward compatibility, making these operations incompatible with clusters deployed with older versions.
5056
- Upgrade Slurm to 23.11.10 (from 23.11.7).
5157
- Upgrade Pmix to 5.0.3 (from 5.0.2).
@@ -119,7 +125,7 @@ CHANGELOG
119125
`IMPORT_*`, `REVIEW_IN_PROGRESS` and `UPDATE_FAILED`.
120126
- Fix an issue that prevented cluster updates from including EFS filesystems with encryption in transit.
121127
- Fix an issue that prevented slurmctld and slurmdbd services from restarting on head node reboot when
122-
EFS is used for shared internal data.
128+
EFS is used for shared internal data.
123129
- On Ubuntu systems, remove default logrotate configuration for cloud-init log files that clashed with the
124130
configuration coming from Parallelcluster.
125131
- Fix image build failure with RHEL 8.10 or newer.
@@ -131,7 +137,7 @@ CHANGELOG
131137
- Add support for FSx Lustre as a shared storage type in us-iso-east-1.
132138

133139
**BUG FIXES**
134-
- Remove `cloud_dns` from the `SlurmctldParameters` in the Slurm config to avoid Slurm fanout issues.
140+
- Remove `cloud_dns` from the `SlurmctldParameters` in the Slurm config to avoid Slurm fanout issues.
135141
This is also not required since we set the IP addresses on instance launch.
136142

137143
3.9.2

0 commit comments

Comments
 (0)