-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated @AWSRetry.backoff usage (#1386)
Remove deprecated AWSRetry.backoff usage Depends-On: ansible-collections/amazon.aws#946 SUMMARY AWSRetry.backoff was deprecated (and originally slated for removal in 4.0.0) remove usage. ISSUE TYPE Feature Pull Request COMPONENT NAME acm_certificate_info acm_certificate api_gateway_domain waf_condition waf_info waf_rule waf_web_acl ADDITIONAL INFORMATION WAF and ACM changes are coming from amazon.aws (linked PR), this just drops in a changelog fragment Reviewed-by: Alina Buzachis <None>
- Loading branch information
Showing
3 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
minor_changes: | ||
- acm_certificate_info - Move to jittered backoff (https://github.com/ansible-collections/amazon.aws/pull/946). | ||
- acm_certificate - Move to jittered backoff (https://github.com/ansible-collections/amazon.aws/pull/946). | ||
- api_gateway_domain - Move to jittered backoff (https://github.com/ansible-collections/community.aws/pull/1386). | ||
- waf_condition - Move to jittered backoff (https://github.com/ansible-collections/amazon.aws/pull/946). | ||
- waf_info - Move to jittered backoff (https://github.com/ansible-collections/amazon.aws/pull/946). | ||
- waf_rule - Move to jittered backoff (https://github.com/ansible-collections/amazon.aws/pull/946). | ||
- waf_web_acl - Move to jittered backoff (https://github.com/ansible-collections/amazon.aws/pull/946). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters