From 562aa525c98e40c9884e39f4f0a7a24b00134767 Mon Sep 17 00:00:00 2001 From: Judy Ng Date: Fri, 16 Feb 2024 12:53:32 -0500 Subject: [PATCH] Bump PCUI version to 2024.03.0 (#315) Signed-off-by: Judy Ng --- infrastructure/parallelcluster-ui.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/parallelcluster-ui.yaml b/infrastructure/parallelcluster-ui.yaml index 99bf1f7f..0f585060 100644 --- a/infrastructure/parallelcluster-ui.yaml +++ b/infrastructure/parallelcluster-ui.yaml @@ -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.12.0 + Default: public.ecr.aws/pcm/parallelcluster-ui:2024.03.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 @@ -148,7 +148,7 @@ Conditions: Mappings: ParallelClusterUI: Constants: - Version: 2023.12.0 # format YYYY.MM.REVISION + Version: 2024.03.0 # format YYYY.MM.REVISION Resources: