File tree Expand file tree Collapse file tree 4 files changed +27
-5
lines changed Expand file tree Collapse file tree 4 files changed +27
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,28 @@ aws-parallelcluster-cookbook CHANGELOG
33
44This file is used to list changes made in each version of the AWS ParallelCluster cookbook.
55
6+ 2.2.0
7+ -----
8+
9+ ** ENHANCEMENTS**
10+ - ` FSx Lustre ` : add support for FSx Lustre in Centos7. In case of custom AMI, FSx Lustre is
11+ only supported with Centos 7.5 and Centos 7.6.
12+
13+ ** CHANGES**
14+ - ` SGE ` : allow users to force job deletion
15+ - ` Centos7 ` : use official AMI as the base image when building ParallelCluster AMI
16+
17+ ** BUG FIXES**
18+ - ` Torque ` : wait for scheduler initialization before completing compute node setup
19+ - ` EBS ` : fix block device conversion to correctly attach ebs nvme volumes
20+ - ` Packer ` : retrieve ` aws-cfn-bootstrap-latest ` package from ` cn-north-1 ` in all China regions.
21+ - ` RAID ` : automatically prepend ` / ` to ` raid_shared_dir ` when not specified in cluster config
22+ - ` EBS ` : remove extra leading ` / ` when mounting EBS volumes
23+
24+ ** TOOLING**
25+ - Add a script to simplify cookbook package upload when using ` custom_chef_cookbook ` option
26+
27+
6282.1.1
729-----
830
Original file line number Diff line number Diff line change 11{
2- "parallelcluster_version" : " 2.1.1 " ,
3- "parallelcluster_cookbook_version" : " 2.1.1 " ,
2+ "parallelcluster_version" : " 2.2.0 " ,
3+ "parallelcluster_cookbook_version" : " 2.2.0 " ,
44 "chef_version" : " 14.2.0" ,
55 "ridley_version" : " 5.1.1" ,
66 "berkshelf_version" : " 7.0.4"
Original file line number Diff line number Diff line change 1919default [ 'cfncluster' ] [ 'scripts_dir' ] = "#{ node [ 'cfncluster' ] [ 'base_dir' ] } /scripts"
2020default [ 'cfncluster' ] [ 'license_dir' ] = "#{ node [ 'cfncluster' ] [ 'base_dir' ] } /licenses"
2121# Python packages
22- default [ 'cfncluster' ] [ 'cfncluster-version' ] = '2.1.1 '
23- default [ 'cfncluster' ] [ 'cfncluster-node-version' ] = '2.1.1 '
22+ default [ 'cfncluster' ] [ 'cfncluster-version' ] = '2.2.0 '
23+ default [ 'cfncluster' ] [ 'cfncluster-node-version' ] = '2.2.0 '
2424default [ 'cfncluster' ] [ 'cfncluster-supervisor-version' ] = '3.3.1'
2525# URLs to software packages used during install recipes
2626# Gridengine software
Original file line number Diff line number Diff line change 77issues_url 'https://github.com/aws/aws-parallelcluster-cookbook/issues'
88source_url 'https://github.com/aws/aws-parallelcluster-cookbook'
99chef_version '14.2.0'
10- version '2.1.1 '
10+ version '2.2.0 '
1111
1212supports 'amazon'
1313supports 'centos' , '= 6'
You can’t perform that action at this time.
0 commit comments