Skip to content

Commit

Permalink
remove deprecation notice for 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
robertd committed Mar 8, 2023
1 parent c928bd9 commit 27230af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@aws-cdk/aws-eks/lib/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,6 @@ export class KubernetesVersion {

/**
* Kubernetes version 1.21
* @deprecated Use newer version of EKS
*/
public static readonly V1_21 = KubernetesVersion.of('1.21');

Expand Down

0 comments on commit 27230af

Please sign in to comment.