Skip to content

Commit

Permalink
Add EKS platform version 1.32 to allowed lists of versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehodgetts committed Jan 31, 2025
1 parent e7edf67 commit 6c80073
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_inspected_key(self) -> str:

def get_expected_values(self) -> list[Any]:
# https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html
return ["1.24", "1.25", "1.26", "1.27", "1.28", "1.29", "1.30", "1.31"]
return ["1.24", "1.25", "1.26", "1.27", "1.28", "1.29", "1.30", "1.31", "1.32"]


check = EKSPlatformVersion()

0 comments on commit 6c80073

Please sign in to comment.