Skip to content

Commit f607244

Browse files
himani2411Himani Anil Deshpande
andauthored
Update cfn-bootstrap script to 2.0-32 (#2861)
Co-authored-by: Himani Anil Deshpande <[email protected]>
1 parent 63aeb07 commit f607244

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

1112
3.12.0
1213
------

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)