Skip to content

Commit

Permalink
[Versioning] Bump PC CLI version to 3.10.0 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwen-pcluste committed Jul 2, 2024
1 parent 47047ac commit f488348
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infrastructure/environments/demo-cfn-create-args.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Parameters:
- ParameterKey: AdminUserEmail
ParameterValue: [email protected]
- ParameterKey: Version
ParameterValue: 3.9.1
ParameterValue: 3.10.0
- ParameterKey: InfrastructureBucket
ParameterValue: BUCKET_URL_PLACEHOLDER
- ParameterKey: PublicEcrImageUri
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/environments/demo-cfn-update-args.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Parameters:
- ParameterKey: AdminUserEmail
UsePreviousValue: true
- ParameterKey: Version
ParameterValue: 3.9.1
ParameterValue: 3.10.0
- ParameterKey: InfrastructureBucket
ParameterValue: BUCKET_URL_PLACEHOLDER
- ParameterKey: PublicEcrImageUri
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/parallelcluster-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Parameters:
Version:
Description: Version of AWS ParallelCluster to deploy
Type: String
Default: 3.9.1
Default: 3.10.0
ImageBuilderVpcId:
Description: (Optional) Select the VPC to use for building the container images. If not selected, default VPC will be used.
Type: String
Expand Down

0 comments on commit f488348

Please sign in to comment.