From a9ed6a4eb9d952cdc0603e99b366652b4518c6a3 Mon Sep 17 00:00:00 2001 From: Ryan Anderson Date: Mon, 15 Apr 2024 14:50:11 -0400 Subject: [PATCH] Bump PCUI to 2024.04.0 for pcluster 3.9.1 emergency release --- infrastructure/parallelcluster-ui.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/parallelcluster-ui.yaml b/infrastructure/parallelcluster-ui.yaml index 0f585060c..6b62f972d 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:2024.03.0 + Default: public.ecr.aws/pcm/parallelcluster-ui:2024.04.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 @@ -34,7 +34,7 @@ Parameters: Version: Description: Version of AWS ParallelCluster to deploy Type: String - Default: 3.9.0 + Default: 3.9.1 ImageBuilderVpcId: Description: (Optional) Select the VPC to use for building the container images. If not selected, default VPC will be used. Type: String @@ -148,7 +148,7 @@ Conditions: Mappings: ParallelClusterUI: Constants: - Version: 2024.03.0 # format YYYY.MM.REVISION + Version: 2024.04.0 # format YYYY.MM.REVISION Resources: