Skip to content

Commit f488348

Browse files
[Versioning] Bump PC CLI version to 3.10.0 (#338)
1 parent 47047ac commit f488348

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: my@email.com
55
- ParameterKey: Version
6-
ParameterValue: 3.9.1
6+
ParameterValue: 3.10.0
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.9.1
6+
ParameterValue: 3.10.0
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.9.1
37+
Default: 3.10.0
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)