Skip to content

Commit

Permalink
Bump version to 3.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Usai <[email protected]>
  • Loading branch information
enrico-usai authored and mauri-melato committed Feb 9, 2022
1 parent 272e9c5 commit 33b3f04
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG
=========

3.1.0
3.1.1
------

**ENHANCEMENTS**
Expand Down
8 changes: 4 additions & 4 deletions api/infrastructure/parallelcluster-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Parameters:
ApiDefinitionS3Uri:
Description: S3 URI of the ParallelCluster API spec
Type: String
Default: s3://<REGION>-aws-parallelcluster/parallelcluster/3.1.0/api/ParallelCluster.openapi.yaml
Default: s3://<REGION>-aws-parallelcluster/parallelcluster/3.1.1/api/ParallelCluster.openapi.yaml

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

VpcEndpointId:
Description: When specified, configure a private API with the specified endpoint
Expand Down Expand Up @@ -77,8 +77,8 @@ Parameters:
Mappings:
ParallelCluster:
Constants:
Version: 3.1.0 # major.minor.patch+alpha/beta_identifier
ShortVersion: 3.1.0 # major.minor.patch
Version: 3.1.1 # major.minor.patch+alpha/beta_identifier
ShortVersion: 3.1.1 # major.minor.patch
Stage: prod


Expand Down
2 changes: 1 addition & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def readme():
return f.read()


VERSION = "3.1.0"
VERSION = "3.1.1"
CDK_VERSION = "1.137"
REQUIRES = [
"setuptools",
Expand Down
4 changes: 2 additions & 2 deletions cli/src/pcluster/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
MAX_STORAGE_COUNT = {"ebs": 5, "efs": 1, "fsx": 1, "raid": 1}

COOKBOOK_PACKAGES_VERSIONS = {
"parallelcluster": "3.1.0",
"cookbook": "aws-parallelcluster-cookbook-3.1.0",
"parallelcluster": "3.1.1",
"cookbook": "aws-parallelcluster-cookbook-3.1.1",
"chef": "17.2.29",
"berkshelf": "7.2.0",
"ami": "dev",
Expand Down

0 comments on commit 33b3f04

Please sign in to comment.