Skip to content

Commit

Permalink
[Versioning] Bump ParallelCluster UI version to 2023.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarciani committed Dec 5, 2023
1 parent aad8b88 commit f920b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/parallelcluster-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Parameters:
PublicEcrImageUri:
Description: When specified, the URI of the Docker image for the Lambda of the ParallelCluster UI container
Type: String
Default: public.ecr.aws/pcm/parallelcluster-ui:2023.10.0
Default: public.ecr.aws/pcm/parallelcluster-ui:2023.12.0
VpcEndpointId:
Description: Enter a VPC endpoint to enable private PCUI implementation. When enabled, the API will only accept requests from within the given VPC.
Type: String
Expand Down Expand Up @@ -146,7 +146,7 @@ Conditions:
Mappings:
ParallelClusterUI:
Constants:
Version: 2023.10.0 # format YYYY.MM.REVISION
Version: 2023.12.0 # format YYYY.MM.REVISION

Resources:

Expand Down

0 comments on commit f920b9e

Please sign in to comment.