File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
cookbooks/aws-parallelcluster-environment Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
77
88** CHANGES**
99- On Ubuntu 22.04, install the Nvidia driver with the same compiler version used to compile the kernel.
10+ - Upgrade ` aws-cfn-bootstrap ` to version 2.0-32.
1011
11123.12.0
1213------
Original file line number Diff line number Diff line change 5353 REQ
5454end
5555
56- cfnbootstrap_version = '2.0-28 '
56+ cfnbootstrap_version = '2.0-32 '
5757cfnbootstrap_package = "aws-cfn-bootstrap-py3-#{ cfnbootstrap_version } .tar.gz"
5858
5959region = node [ 'cluster' ] [ 'region' ]
Original file line number Diff line number Diff line change 33describe 'aws-parallelcluster-environment::cfn_bootstrap' do
44 for_all_oses do |platform , version |
55 context "on #{ platform } #{ version } " do
6- cached ( :cfnbootstrap_version ) { '2.0-28 ' }
6+ cached ( :cfnbootstrap_version ) { '2.0-32 ' }
77 cached ( :cfnbootstrap_package ) { "aws-cfn-bootstrap-py3-#{ cfnbootstrap_version } .tar.gz" }
88 cached ( :python_version ) { '3.9.20' }
99 cached ( :system_pyenv_root ) { 'system_pyenv_root' }
You can’t perform that action at this time.
0 commit comments