Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:2024.10.0
Default: public.ecr.aws/pcm/parallelcluster-ui:2024.11.0
VpcEndpointId:
Description: Enter a VPC endpoint with type interface for the execute-api service to enable private PCUI implementation. When enabled, the API will only accept requests from within the given VPC.
Type: String
Expand Down Expand Up @@ -173,7 +173,7 @@ Conditions:
Mappings:
ParallelClusterUI:
Constants:
Version: 2024.10.0 # format YYYY.MM.REVISION
Version: 2024.11.0 # format YYYY.MM.REVISION
CustomDomainBasePath: pcui

Resources:
Expand Down
Loading