Skip to content
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

fix(terraform): CKV_AWS_339 add Kubernetes 1.31 to AWS EKS version ch… #6836

Closed
wants to merge 3 commits into from

Conversation

trallnag
Copy link

@trallnag trallnag commented Nov 13, 2024

User description

Description

Add newly released 1.30 version of Kubernetes for EKS into supported version strings.

Fixes #6837

New/Edited policies (Delete if not relevant)

Description

Kubernetes 1.30 is now supported on AWS EKS: https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html

Checklist:

  • I have performed a self-review of my own code
  • Not applicable: I have commented my code, particularly in hard-to-understand areas
  • Not applicable: I have made corresponding changes to the documentation
  • Not applicable: I have added tests that prove my feature, policy, or fix is effective and works
  • New and existing tests pass locally with my changes


Generated description

Below is a concise technical summary of the changes proposed in this PR:

Update the EKSPlatformVersion class to include Kubernetes version 1.31 in the supported AWS EKS versions list, ensuring compatibility with the latest Kubernetes release.

TopicDetails
EKS Version Update Update the EKSPlatformVersion class to include the latest Kubernetes version 1.31 for AWS EKS support.
Modified files (1)
  • checkov/terraform/checks/resource/aws/EKSPlatformVersion.py
Latest Contributors(2)
UserCommitDate
[email protected]fix-terraform-CKV_AWS_...June 27, 2024
[email protected]...fix-terraform-Add-k8s-...February 28, 2024
This pull request is reviewed by Baz. Join @trallnag and the rest of your team on (Baz).

@trallnag
Copy link
Author

Similar to #6353

@trallnag
Copy link
Author

Just noticed that there is already an issue an pr open for this. #6826

Will close this one.

@trallnag trallnag closed this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CKV_AWS_339 : Missing Kubernetes version 1.31
2 participants