Skip to content

Commit

Permalink
Merge branch 'main' into fsx-lustre-backup-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jun 21, 2024
2 parents bb6bd24 + 8c61094 commit a03710c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-eks/lib/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit a03710c

Please sign in to comment.