Skip to content

Commit

Permalink
Update cfn-bootstrap script to 2.0-32
Browse files Browse the repository at this point in the history
  • Loading branch information
Himani Anil Deshpande committed Jan 15, 2025
1 parent 63aeb07 commit bda9aff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste

**CHANGES**
- On Ubuntu 22.04, install the Nvidia driver with the same compiler version used to compile the kernel.
- Upgrade `aws-cfn-bootstrap` to version 2.0-32.

3.12.0
------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
REQ
end

cfnbootstrap_version = '2.0-28'
cfnbootstrap_version = '2.0-32'
cfnbootstrap_package = "aws-cfn-bootstrap-py3-#{cfnbootstrap_version}.tar.gz"

region = node['cluster']['region']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
describe 'aws-parallelcluster-environment::cfn_bootstrap' do
for_all_oses do |platform, version|
context "on #{platform}#{version}" do
cached(:cfnbootstrap_version) { '2.0-28' }
cached(:cfnbootstrap_version) { '2.0-32' }
cached(:cfnbootstrap_package) { "aws-cfn-bootstrap-py3-#{cfnbootstrap_version}.tar.gz" }
cached(:python_version) { '3.9.20' }
cached(:system_pyenv_root) { 'system_pyenv_root' }
Expand Down

0 comments on commit bda9aff

Please sign in to comment.