Skip to content

Commit 7fc0f69

Browse files
Bump PCUI to 2024.04.0 for pcluster 3.9.1 emergency release (#327)
1 parent 64013d2 commit 7fc0f69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infrastructure/parallelcluster-ui.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Parameters:
66
PublicEcrImageUri:
77
Description: When specified, the URI of the Docker image for the Lambda of the ParallelCluster UI container
88
Type: String
9-
Default: public.ecr.aws/pcm/parallelcluster-ui:2024.03.0
9+
Default: public.ecr.aws/pcm/parallelcluster-ui:2024.04.0
1010
VpcEndpointId:
1111
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.
1212
Type: String
@@ -34,7 +34,7 @@ Parameters:
3434
Version:
3535
Description: Version of AWS ParallelCluster to deploy
3636
Type: String
37-
Default: 3.9.0
37+
Default: 3.9.1
3838
ImageBuilderVpcId:
3939
Description: (Optional) Select the VPC to use for building the container images. If not selected, default VPC will be used.
4040
Type: String
@@ -148,7 +148,7 @@ Conditions:
148148
Mappings:
149149
ParallelClusterUI:
150150
Constants:
151-
Version: 2024.03.0 # format YYYY.MM.REVISION
151+
Version: 2024.04.0 # format YYYY.MM.REVISION
152152

153153
Resources:
154154

0 commit comments

Comments
 (0)