Skip to content

Commit 9fec608

Browse files
himani2411hanwen-clusterHimani Deshpande
authored
Update DCV checksum and changelog (#2685)
* [Dependencies] Update checksum for DCV on Ubuntu20 DCV released some new packages with the same version number. We upgraded the checksum for other operating systems with #2679. After the PR was merged, DCV released new packages for Ubuntu20 too. So we have to update the checksum too. The checksum is retrieved from https://download.nice-dcv.com/ Signed-off-by: Hanwen <[email protected]> * Adding Minor changes for CHANGELOG.md --------- Signed-off-by: Hanwen <[email protected]> Co-authored-by: Hanwen <[email protected]> Co-authored-by: Himani Deshpande <[email protected]>
1 parent b706ae0 commit 9fec608

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

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

99
**ENHANCEMENTS**
10+
- Permit to update the external shared storage of type Efs, FsxLustre, FsxOntap, FsxOpenZfs and FileCache
11+
without replacing compute and login fleet.
1012
- Add support for RHEL9.
1113
- Add support for Rocky Linux 9 as `CustomAmi` created through `build-image` process. No public official ParallelCluster Rocky9 Linux AMI is made available at this time.
1214
- Add the configuration parameter `DeploymentSettings/DefaultUserHome` to allow users to move the default user's home directory to `/local/home` instead of `/home` (default).
1315
- SSH connections will be closed and rejected while the user's home directory is being moved during the bootstrapping process.
1416
- Add possibility to choose between Open and Closed Source Nvidia Drivers when building an AMI, through the ```['cluster']['nvidia']['kernel_open']``` cookbook node attribute.
15-
- Permit to update the external shared storage of type Efs, FsxLustre, FsxOntap, FsxOpenZfs and FileCache
16-
without replacing the compute and login fleet.
17+
- Add configuration parameter `DeploymentSettings/DisableSudoAccessForDefaultUser` to disable sudo access of default user in supported OSes.
1718

1819
**CHANGES**
1920
- Upgrade Slurm to 23.11.4 (from 23.02.7).
21+
- Upgrade Pmix to 4.2.9 (from 4.2.6).
2022
- Upgrade NVIDIA driver to version 535.154.05.
21-
- Upgrade third-party cookbook dependencies:
22-
- nfs-5.1.2 (from nfs-5.0.0)
2323
- Upgrade EFA installer to `1.30.0`.
2424
- Efa-driver: `efa-2.6.0-1`
2525
- Efa-config: `efa-config-1.15-1`
@@ -32,6 +32,9 @@ This file is used to list changes made in each version of the AWS ParallelCluste
3232
- xdcv: `2023.1.565-1`
3333
- gl: `2023.1.1047-1`
3434
- web_viewer: `2023.1.16388-1`
35+
- Upgrade ARM PL to version 23.10.
36+
- Upgrade third-party cookbook dependencies:
37+
- nfs-5.1.2 (from nfs-5.0.0)
3538

3639
**BUG FIXES**
3740
- Fix issue making job fail when submitted as active directory user from login nodes.

cookbooks/aws-parallelcluster-platform/resources/dcv/dcv_ubuntu20.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121

2222
def dcv_sha256sum
2323
# Ubuntu20 supports DCV on x86
24-
'22dcd3c561981794d5170e3002dc9ea7c13ba290c7ed0e2ea910d06b31db3de6'
24+
'5151ad6b589dc573e2e067aed0389913e9ecd50bec81935b12e4f952ef14cc56'
2525
end

0 commit comments

Comments
 (0)