File tree Expand file tree Collapse file tree 4 files changed +21
-4
lines changed
cookbooks/aws-parallelcluster-environment Expand file tree Collapse file tree 4 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 2828 with :
2929 diffDoesNotContainRegex : " rm -rf"
3030 skipLabels : skip-recursive-deletion-check
31+
32+ # Prevent bad URL suffix
33+ bad-url-suffix-check :
34+ runs-on : ubuntu-latest
35+ steps :
36+ - name : Check PR for Disallowed URL Suffixes
37+ uses :
francesco-giordano/[email protected] 38+ with :
39+ diffDoesNotContainRegex : " amazonaws\\ .com|amazonaws\\ .com\\ .cn|c2s\\ .ic\\ .gov|sc2s\\ .sgov\\ .gov"
40+ skipLabels : skip-bad-url-suffix-check
Original file line number Diff line number Diff line change @@ -8,11 +8,18 @@ This file is used to list changes made in each version of the AWS ParallelCluste
88
99** CHANGES**
1010- Upgrade mysql-community-client to version 8.0.39.
11- - Upgrade NICE DCV to version ` 2024.0-18131 ` .
11+ - Upgrade Amazon DCV to version ` 2024.0-18131 ` .
1212 - server: ` 2024.0-18131-1 `
1313 - xdcv: ` 2024.0.631-1 `
1414 - gl: ` 2024.0.1078-1 `
1515 - web_viewer: ` 2024.0-18131-1 `
16+ - Upgrade EFA installer to ` 1.36.0 ` .
17+ - Efa-driver: ` efa-2.13.0-1 `
18+ - Efa-config: ` efa-config-1.17-1 `
19+ - Efa-profile: ` efa-profile-1.7-1 `
20+ - Libfabric-aws: ` libfabric-aws-1.22.0-1 `
21+ - Rdma-core: ` rdma-core-54.0-1 `
22+ - Open MPI: ` openmpi40-aws-4.1.7-1 ` and ` openmpi50-aws-5.0.5 `
1623
1724** BUG FIXES**
1825- Fix an issue in the way we get region when manage volumes so that it can correctly handle local zone.
Original file line number Diff line number Diff line change 7070
7171default [ 'cluster' ] [ 'head_node_private_ip' ] = nil
7272
73- default [ 'cluster' ] [ 'efa' ] [ 'version' ] = '1.34 .0'
74- default [ 'cluster' ] [ 'efa' ] [ 'sha256' ] = 'bd68839e741b0afd3ec2e37d50603803cfa7a279c120f0a736cc57c2ff2d7fdc '
73+ default [ 'cluster' ] [ 'efa' ] [ 'version' ] = '1.36 .0'
74+ default [ 'cluster' ] [ 'efa' ] [ 'sha256' ] = 'de183f333cfb58aeb7908a67bf9106985ba3ccb7f8638b851d2a0d8dbfacaec4 '
7575
7676# TODO: Move to platform cookbook
7777default [ 'cluster' ] [ 'spack_shared_dir' ] = "#{ node [ 'cluster' ] [ 'shared_dir' ] } /spack"
Original file line number Diff line number Diff line change 22
33# parallelcluster default source dir defined in attributes
44source_dir = '/opt/parallelcluster/sources'
5- efa_version = '1.34 .0'
5+ efa_version = '1.36 .0'
66efa_checksum = 'bd68839e741b0afd3ec2e37d50603803cfa7a279c120f0a736cc57c2ff2d7fdc'
77
88class ConvergeEfa
You can’t perform that action at this time.
0 commit comments