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 @@ -21,7 +21,7 @@ def readme():
2121 return f .read ()
2222
2323
24- VERSION = "2.10.3 "
24+ VERSION = "2.10.4 "
2525REQUIRES = [
2626 "setuptools" ,
2727 "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.10.3 " ,
3+ "Description" : " AWS ParallelCluster Template. Version: aws-parallelcluster-2.10.4 " ,
44 "Parameters" : {
55 "KeyName" : {
66 "Description" : " Name of an existing EC2 KeyPair to enable SSH access to the instances using the default cluster user." ,
12501250 },
12511251 "PackagesVersions" : {
12521252 "default" : {
1253- "parallelcluster" : " 2.10.3 " ,
1254- "cookbook" : " aws-parallelcluster-cookbook-2.10.3 " ,
1253+ "parallelcluster" : " 2.10.4 " ,
1254+ "cookbook" : " aws-parallelcluster-cookbook-2.10.4 " ,
12551255 "chef" : " 15.11.8" ,
12561256 "berkshelf" : " 7.0.10" ,
12571257 "ami" : " dev"
You can’t perform that action at this time.
0 commit comments