Skip to content

Commit

Permalink
incr version added (ansible-collections#1043)
Browse files Browse the repository at this point in the history
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 <class 'botocore.client.EKS'>.


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 <None>
Reviewed-by: Mark Woolley <[email protected]>
  • Loading branch information
markuman authored and abikouo committed Sep 18, 2023
1 parent 179cd64 commit d8343ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks_fargate_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d8343ba

Please sign in to comment.