From d8343ba5e9b98949c1d7489a2642cdbf0d495812 Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Thu, 31 Mar 2022 11:17:18 +0200 Subject: [PATCH] incr version added (#1043) eks_fargate_profile: incr version added SUMMARY CI is failing for stable-3 branch NotImplementedError: Waiter fargate_profile_active could not be found for client . Possibly because the boto3 version in the main branch is higher as in the stable-3 branch. It's still possible to backport this for the next 3.3.0 release. The integration test must install a higher boto3 version. ISSUE TYPE Docs Pull Request COMPONENT NAME eks_fargate_profile Reviewed-by: Mark Chappell Reviewed-by: Mark Woolley --- eks_fargate_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eks_fargate_profile.py b/eks_fargate_profile.py index 973b9497c2e..5ddad654d7f 100644 --- a/eks_fargate_profile.py +++ b/eks_fargate_profile.py @@ -9,7 +9,7 @@ DOCUMENTATION = r''' --- module: eks_fargate_profile -version_added: 3.2.0 +version_added: 4.0.0 short_description: Manage EKS Fargate Profile description: - Manage EKS Fargate Profile.