-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(eks): support eks with k8s 1.32 #33339
Conversation
Update various dependencies and test snapshots for EKS integration tests: - Bump @aws-cdk/lambda-layer-kubectl-v32 to 2.0.1 - Refresh EKS integration test snapshots to version 39.0.0 - Update kubectl and helm versions in test assets This commit includes updates to package dependencies and regenerated test snapshots for the AWS CDK EKS integration tests.
For future reference: The action plan I used for this PRfeat(eks): support eks with k8s 1.32Similar to #31707 which added support for k8s 1.31, this PR adds support for k8s 1.32. Changes Required
/**
* Kubernetes version 1.32
* When creating a `Cluster` with this version, you need to also specify the
* `kubectlLayer` property with a `KubectlV32Layer` from
* `@aws-cdk/lambda-layer-kubectl-v32`.
*/
public static readonly V1_32 = KubernetesVersion.of('1.32');
Testing
DocumentationUpdate relevant documentation to include k8s 1.32 support:
DependenciesThis change requires:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #33339 +/- ##
=======================================
Coverage 80.83% 80.83%
=======================================
Files 236 236
Lines 14251 14251
Branches 2490 2490
=======================================
Hits 11520 11520
Misses 2446 2446
Partials 285 285
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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). |
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). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
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). |
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
Closes #33254
Reason for this change
Description of changes
Describe any new or updated permissions being added
Description of how you validated changes
verify
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license