Skip to content

Commit 2333816

Browse files
Tim Lanetilne
authored andcommitted
Bump version to 2.8.0
Signed-off-by: Tim Lane <[email protected]>
1 parent e238cb8 commit 2333816

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def readme():
2121
return f.read()
2222

2323

24-
VERSION = "2.7.0"
24+
VERSION = "2.8.0"
2525
REQUIRES = [
2626
"setuptools",
2727
"boto3>=1.14.3",

cloudformation/aws-parallelcluster.cfn.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "AWS ParallelCluster Template. Version: aws-parallelcluster-2.7.0",
3+
"Description": "AWS ParallelCluster Template. Version: aws-parallelcluster-2.8.0",
44
"Parameters": {
55
"KeyName": {
66
"Description": "Name of an existing EC2 KeyPair to enable SSH access to the instances using the default cluster user.",
@@ -1342,8 +1342,8 @@
13421342
},
13431343
"PackagesVersions": {
13441344
"default": {
1345-
"parallelcluster": "2.7.0",
1346-
"cookbook": "aws-parallelcluster-cookbook-2.7.0",
1345+
"parallelcluster": "2.8.0",
1346+
"cookbook": "aws-parallelcluster-cookbook-2.8.0",
13471347
"chef": "15.11.8",
13481348
"berkshelf": "7.0.10",
13491349
"ami": "dev"

0 commit comments

Comments
 (0)