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():
21
21
return f .read ()
22
22
23
23
24
- VERSION = "2.6.1 "
24
+ VERSION = "2.7.0 "
25
25
REQUIRES = [
26
26
"setuptools" ,
27
27
"boto3>=1.10.15" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"AWSTemplateFormatVersion" : " 2010-09-09" ,
3
- "Description" : " AWS ParallelCluster Template. Version: aws-parallelcluster-2.6.1 " ,
3
+ "Description" : " AWS ParallelCluster Template. Version: aws-parallelcluster-2.7.0 " ,
4
4
"Parameters" : {
5
5
"KeyName" : {
6
6
"Description" : " Name of an existing EC2 KeyPair to enable SSH access to the instances using the default cluster user." ,
1173
1173
},
1174
1174
"PackagesVersions" : {
1175
1175
"default" : {
1176
- "parallelcluster" : " 2.6.1 " ,
1177
- "cookbook" : " aws-parallelcluster-cookbook-2.6.1 " ,
1176
+ "parallelcluster" : " 2.7.0 " ,
1177
+ "cookbook" : " aws-parallelcluster-cookbook-2.7.0 " ,
1178
1178
"chef" : " 14.2.0" ,
1179
1179
"ridley" : " 5.1.1" ,
1180
1180
"berkshelf" : " 7.0.4" ,
You can’t perform that action at this time.
0 commit comments