Skip to content

Commit 38aef7b

Browse files
author
Himani Anil Deshpande
committed
Update cfn-bootstrap script to 2.0-32
1 parent 63aeb07 commit 38aef7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbooks/aws-parallelcluster-environment/recipes/install/cfn_bootstrap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
REQ
5454
end
5555

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

5959
region = node['cluster']['region']

cookbooks/aws-parallelcluster-environment/spec/unit/recipes/cfn_bootstrap_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
describe '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' }

0 commit comments

Comments
 (0)