Skip to content

Commit 175b5e7

Browse files
committed
Upgrade efa installer from 1.34.0 to 1.36.0
1 parent 30c124b commit 175b5e7

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.github/workflows/unsafe-patterns-checker.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,13 @@ jobs:
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

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

cookbooks/aws-parallelcluster-environment/attributes/environment.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070

7171
default['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
7777
default['cluster']['spack_shared_dir'] = "#{node['cluster']['shared_dir']}/spack"

cookbooks/aws-parallelcluster-environment/spec/unit/resources/efa_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# parallelcluster default source dir defined in attributes
44
source_dir = '/opt/parallelcluster/sources'
5-
efa_version = '1.34.0'
5+
efa_version = '1.36.0'
66
efa_checksum = 'bd68839e741b0afd3ec2e37d50603803cfa7a279c120f0a736cc57c2ff2d7fdc'
77

88
class ConvergeEfa

0 commit comments

Comments
 (0)