From 02528c39aa603a9119618cb9ecb4268311d4dc7d Mon Sep 17 00:00:00 2001 From: Jesus Gonzalez Aquino <30906612+aqujesus@users.noreply.github.com> Date: Wed, 18 Oct 2023 07:18:44 -0600 Subject: [PATCH] fix(terraform): update CKV_AWS_339 valid EKS versions (#5652) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update EKSPlatformVersion.py EKS 1.23 ended support on 11 Oct 2023. Include 1.28 as valid version. * fix(terraform): update CKV_AWS_339 valid EKS versions EKS 1.23 extended support works as 11 Oct 2024. Include 1.28 as valid version. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. fix(terraform): update CKV_AWS_339 valid EKS versions Description The change in valid versions, as now 1.24 is the lowest supported version and 1.28 the newest available. Fix Update EKS version to a valid version Checklist: My code follows the style guidelines of this project I have performed a self-review of my own code I have commented my code, particularly in hard-to-understand areas I have made corresponding changes to the documentation I have added tests that prove my feature, policy, or fix is effective and works New and existing tests pass locally with my changes Any dependent changes have been merged and published in downstream modules * add missing space --------- Co-authored-by: Anton GrĂ¼bel --- checkov/version.py | 2 +- kubernetes/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/checkov/version.py b/checkov/version.py index 683bc898723..285865cb0df 100644 --- a/checkov/version.py +++ b/checkov/version.py @@ -1 +1 @@ -version = '2.5.11' +version = '2.5.12' diff --git a/kubernetes/requirements.txt b/kubernetes/requirements.txt index 469dc3e56f4..948d2d55252 100644 --- a/kubernetes/requirements.txt +++ b/kubernetes/requirements.txt @@ -1 +1 @@ -checkov==2.5.11 +checkov==2.5.12