Skip to content

Commit 33b3f04

Browse files
Enrico Usaimauri-melato
authored andcommitted
Bump version to 3.1.1
Signed-off-by: Enrico Usai <[email protected]>
1 parent 272e9c5 commit 33b3f04

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
3.1.0
4+
3.1.1
55
------
66

77
**ENHANCEMENTS**

api/infrastructure/parallelcluster-api.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Parameters:
2222
ApiDefinitionS3Uri:
2323
Description: S3 URI of the ParallelCluster API spec
2424
Type: String
25-
Default: s3://<REGION>-aws-parallelcluster/parallelcluster/3.1.0/api/ParallelCluster.openapi.yaml
25+
Default: s3://<REGION>-aws-parallelcluster/parallelcluster/3.1.1/api/ParallelCluster.openapi.yaml
2626

2727
CustomDomainName:
2828
Description: When specified, the custom domain name of the ParallelCluster API. Requires specifying a custom domain certificate
@@ -42,7 +42,7 @@ Parameters:
4242
PublicEcrImageUri:
4343
Description: When specified, the URI of the Docker image for the Lambda of the ParallelCluster API
4444
Type: String
45-
Default: public.ecr.aws/parallelcluster/pcluster-api:3.1.0
45+
Default: public.ecr.aws/parallelcluster/pcluster-api:3.1.1
4646

4747
VpcEndpointId:
4848
Description: When specified, configure a private API with the specified endpoint
@@ -77,8 +77,8 @@ Parameters:
7777
Mappings:
7878
ParallelCluster:
7979
Constants:
80-
Version: 3.1.0 # major.minor.patch+alpha/beta_identifier
81-
ShortVersion: 3.1.0 # major.minor.patch
80+
Version: 3.1.1 # major.minor.patch+alpha/beta_identifier
81+
ShortVersion: 3.1.1 # major.minor.patch
8282
Stage: prod
8383

8484

cli/setup.py

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

2222

23-
VERSION = "3.1.0"
23+
VERSION = "3.1.1"
2424
CDK_VERSION = "1.137"
2525
REQUIRES = [
2626
"setuptools",

cli/src/pcluster/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
MAX_STORAGE_COUNT = {"ebs": 5, "efs": 1, "fsx": 1, "raid": 1}
6666

6767
COOKBOOK_PACKAGES_VERSIONS = {
68-
"parallelcluster": "3.1.0",
69-
"cookbook": "aws-parallelcluster-cookbook-3.1.0",
68+
"parallelcluster": "3.1.1",
69+
"cookbook": "aws-parallelcluster-cookbook-3.1.1",
7070
"chef": "17.2.29",
7171
"berkshelf": "7.2.0",
7272
"ami": "dev",

0 commit comments

Comments
 (0)