Skip to content

Commit

Permalink
Upgrade aws-cfn-bootstrap to version 2.0-28
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Usai <[email protected]>
Signed-off-by: Jacopo De Amicis <[email protected]>
  • Loading branch information
jdeamicis committed Oct 17, 2023
1 parent 4cc0bdb commit 3985a39
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 @@ -14,6 +14,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
- Allow for mounting `home` as an EFS or FSx external shared storage via the `SharedStorage` section of the config file.

**CHANGES**
- Upgrade `aws-cfn-bootstrap` to version 2.0-28.

**BUG FIXES**
- Fix inconsistent scaling configuration after cluster update rollback when modifying the list of instance types declared in the Compute Resources.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
not_if { ::File.exist?("#{virtualenv_path}/bin/activate") }
end

cfnbootstrap_version = '2.0-24'
cfnbootstrap_version = '2.0-28'
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-24' }
cached(:cfnbootstrap_version) { '2.0-28' }
cached(:cfnbootstrap_package) { "aws-cfn-bootstrap-py3-#{cfnbootstrap_version}.tar.gz" }
cached(:python_version) { '3.7.16' }
cached(:system_pyenv_root) { 'system_pyenv_root' }
Expand Down

0 comments on commit 3985a39

Please sign in to comment.