Update python kubernetes library to 24.2.0 , helm/kind-action to 1.8.0

This commit is contained in:
GomathiselviS
2023-11-15 15:43:15 -05:00
parent b44fdd3f05
commit 1670e35cd8
20 changed files with 37 additions and 37 deletions

View File

@@ -35,7 +35,7 @@ class AnsibleK8SModule:
if self.settings["check_k8s"]:
self.requires("kubernetes")
self.has_at_least("kubernetes", "12.0.0", warn=True)
self.has_at_least("kubernetes", "24.2.0", warn=True)
if self.settings["check_pyyaml"]:
self.requires("pyyaml")