From 13efb2da6a2c4d7d03f7bc1c326508cf697babd8 Mon Sep 17 00:00:00 2001 From: hgreebe <141743196+hgreebe@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:43:28 -0500 Subject: [PATCH] [Versioning] Version bumped to 2024.11.0 (#374) --- 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 1b9bea93..11b7b99a 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.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 @@ -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: