Skip to content

Commit acec621

Browse files
[Dependencies] Upgrade EFA installer to version 1.17.2
Signed-off-by: Hanwen <[email protected]>
1 parent 136cb1c commit acec621

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
2626
- Upgrade NICE DCV to version 2022.0-12760.
2727
- Upgrade NVIDIA driver to version 470.129.06.
2828
- Upgrade NVIDIA Fabric Manager to version 470.129.06.
29-
- Upgrade EFA installer to version 1.17.1.
29+
- Upgrade EFA installer to version 1.17.2.
3030
- EFA driver: ``efa-1.16.0-1``
3131
- EFA configuration: ``efa-config-1.10-1``
3232
- EFA profile: ``efa-profile-1.5-1``

attributes/default.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
'default' => 'gdrcopy'
215215
)
216216
# EFA
217-
default['cluster']['efa']['installer_version'] = '1.17.1'
217+
default['cluster']['efa']['installer_version'] = '1.17.2'
218218
default['cluster']['efa']['installer_url'] = "https://efa-installer.amazonaws.com/aws-efa-installer-#{node['cluster']['efa']['installer_version']}.tar.gz"
219219
default['cluster']['efa']['unsupported_aarch64_oses'] = %w(centos7)
220220

0 commit comments

Comments
 (0)