Skip to content

Commit 9ea1d0d

Browse files
committed
[Versioning] Bump PC version to 3.10.1.
1 parent c93c0dc commit 9ea1d0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

infrastructure/environments/demo-cfn-create-args.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Parameters:
33
- ParameterKey: AdminUserEmail
44
ParameterValue: [email protected]
55
- ParameterKey: Version
6-
ParameterValue: 3.10.0
6+
ParameterValue: 3.10.1
77
- ParameterKey: InfrastructureBucket
88
ParameterValue: BUCKET_URL_PLACEHOLDER
99
- ParameterKey: PublicEcrImageUri

infrastructure/environments/demo-cfn-update-args.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Parameters:
33
- ParameterKey: AdminUserEmail
44
UsePreviousValue: true
55
- ParameterKey: Version
6-
ParameterValue: 3.10.0
6+
ParameterValue: 3.10.1
77
- ParameterKey: InfrastructureBucket
88
ParameterValue: BUCKET_URL_PLACEHOLDER
99
- ParameterKey: PublicEcrImageUri

infrastructure/parallelcluster-ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Parameters:
3434
Version:
3535
Description: Version of AWS ParallelCluster to deploy
3636
Type: String
37-
Default: 3.10.0
37+
Default: 3.10.1
3838
ImageBuilderVpcId:
3939
Description: (Optional) Select the VPC to use for building the container images. If not selected, default VPC will be used.
4040
Type: String

0 commit comments

Comments
 (0)