From d1d217fc7b2a3a1baa5948c92164a77bcb5d97a1 Mon Sep 17 00:00:00 2001 From: Ashish Dhingra <67916761+ashishdhingra@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:20:47 -0700 Subject: [PATCH 1/2] docs(eks): corrected documentation for KubernetesVersion.V1_30 property (#30614) ### Issue # (if applicable) Closes #30613. ### Reason for this change Documentation for `KubernetesVersion.V1_30` property incorrectly refers to `KubectlV29Layer`. ### Description of changes Corrected documentation for KubernetesVersion.V1_30 property to refer to `KubectlV30Layer`. ### Description of how you validated changes N/A ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- packages/aws-cdk-lib/aws-eks/lib/cluster.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-cdk-lib/aws-eks/lib/cluster.ts b/packages/aws-cdk-lib/aws-eks/lib/cluster.ts index 9f0a1c491b08d..6da885de3de44 100644 --- a/packages/aws-cdk-lib/aws-eks/lib/cluster.ts +++ b/packages/aws-cdk-lib/aws-eks/lib/cluster.ts @@ -970,7 +970,7 @@ export class KubernetesVersion { * Kubernetes version 1.30 * * When creating a `Cluster` with this version, you need to also specify the - * `kubectlLayer` property with a `KubectlV29Layer` from + * `kubectlLayer` property with a `KubectlV30Layer` from * `@aws-cdk/lambda-layer-kubectl-v30`. */ public static readonly V1_30 = KubernetesVersion.of('1.30'); From 8c61094c5d792415eeb7290f356561df111777ef Mon Sep 17 00:00:00 2001 From: Adam Keller Date: Fri, 21 Jun 2024 14:52:32 -0700 Subject: [PATCH 2/2] chore(roadmap): adding an additional item that was unintentionally removed from roadmap (#30572) ### Issue # (if applicable) Closes #. ### Reason for this change ### Description of changes ### Description of how you validated changes ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- ROADMAP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ROADMAP.md b/ROADMAP.md index a3799b43cb19c..bfb07bc3c3259 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -44,6 +44,7 @@ The CDK team is committed to supporting our existing library of AWS L2 abstracti - 🚦️ [VPC Construct with Full Control](https://github.com/aws/aws-cdk/issues/5927) - 🔍 [Rewrite EKS L2](https://github.com/aws/aws-cdk-rfcs/issues/605) - 🔍 [Glue Alpha Construct Graduation](https://github.com/aws/aws-cdk-rfcs/issues/497) +- 🔍 [Auto-generation of L2 constructs](https://github.com/aws/aws-cdk-rfcs/issues/611) ### Updates/Enhancements