File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def readme():
2020 return f .read ()
2121
2222
23- VERSION = "2.11.0 "
23+ VERSION = "2.11.1 "
2424REQUIRES = [
2525 "setuptools" ,
2626 "boto3>=1.16.14" ,
Original file line number Diff line number Diff line change 11{
22 "AWSTemplateFormatVersion" : " 2010-09-09" ,
3- "Description" : " AWS ParallelCluster Template. Version: aws-parallelcluster-2.11.0 " ,
3+ "Description" : " AWS ParallelCluster Template. Version: aws-parallelcluster-2.11.1 " ,
44 "Parameters" : {
55 "KeyName" : {
66 "Description" : " Name of an existing EC2 KeyPair to enable SSH access to the instances using the default cluster user." ,
11861186 },
11871187 "PackagesVersions" : {
11881188 "default" : {
1189- "parallelcluster" : " 2.11.0 " ,
1190- "cookbook" : " aws-parallelcluster-cookbook-2.11.0 " ,
1189+ "parallelcluster" : " 2.11.1 " ,
1190+ "cookbook" : " aws-parallelcluster-cookbook-2.11.1 " ,
11911191 "chef" : " 16.13.16" ,
11921192 "berkshelf" : " 7.0.10" ,
11931193 "ami" : " dev"
You can’t perform that action at this time.
0 commit comments