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): update CKV_AWS_339 valid EKS versions #5652

Merged
merged 4 commits into from
Oct 18, 2023

Commits on Oct 16, 2023

  1. Update EKSPlatformVersion.py

    EKS 1.23 ended support on 11 Oct 2023. 
    Include 1.28 as valid version.
    aqujesus committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8770289 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. 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
    aqujesus committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    760f6f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9996b1d View commit details
    Browse the repository at this point in the history
  3. add missing space

    gruebel committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    bb355e5 View commit details
    Browse the repository at this point in the history