feat(eks-v2): graduate to stable 🚀#36950
Conversation
|
|
||||||||||||||
|
|
||||||||||||||||||
05e20b7 to
67023df
Compare
| /** | ||
| * @deprecated use `addToPrincipalPolicy()` | ||
| */ | ||
| public addToPolicy(statement: PolicyStatement): boolean { | ||
| return this.addToPrincipalPolicy(statement).statementAdded; | ||
| } |
There was a problem hiding this comment.
I don't think we can remove it because this class implements IPrincipal and addToPolicy is required:
|
➡️ PR build request submitted to A maintainer must now check the pipeline and add the |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Merge Queue StatusRule:
This pull request spent 6 seconds in the queue, with no time running CI. Required conditions to merge
|
|
Comments on closed issues and PRs are hard for our team to see. |
Description of changes
We are excited to graduate the @aws-cdk/aws-eks-v2-alpha module to STABLE.
It now lives on as aws-cdk-lib/aws-eks-v2.
Deprecated properties removed:
instanceTypeproperty has been removed, useinstanceTypesinsteadChecklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license