-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backport-3: Stabilize ec2_eip module (#936) #946
Merged
softwarefactory-project-zuul
merged 1 commit into
ansible-collections:stable-3
from
markuman:stable-3-eip-backport
Feb 23, 2022
Merged
backport-3: Stabilize ec2_eip module (#936) #946
softwarefactory-project-zuul
merged 1 commit into
ansible-collections:stable-3
from
markuman:stable-3-eip-backport
Feb 23, 2022
Conversation
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
Stabilize ec2_eip module SUMMARY fixed check_mode issues added integration tests for check_mode / idempotency updated json returned when state = absent for clarity removed json_query references fixes #159 Depends-On: ansible-collections/amazon.aws#672 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_eip Reviewed-by: Mark Woolley <[email protected]> Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Joseph Torcasso <None> Reviewed-by: Jill R <None>
ansibullbot
added
bug
This issue/PR relates to a bug
community_review
integration
tests/integration
module
module
plugins
plugin (any type)
tests
tests
labels
Feb 22, 2022
softwarefactory-project-zuul
bot
merged commit Feb 23, 2022
a54d252
into
ansible-collections:stable-3
Backport to stable-3: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply a54d252 on top of patchback/backports/stable-3/a54d252d95b606bf1fac1a048b99959071f7ff23/pr-946 Backporting merged PR #946 into stable-3
🤖 @patchback |
abikouo
pushed a commit
to abikouo/community.aws
that referenced
this pull request
Oct 24, 2023
Remove deprecated AWSRetry.backoff usage SUMMARY AWSRetry.backoff was deprecated (and originally slated for removal in 4.0.0) remove usage. ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/module_utils/acm.py plugins/module_utils/waf.py ADDITIONAL INFORMATION Reviewed-by: Gonéri Le Bouder <[email protected]> Reviewed-by: Bikouo Aubin <None> Reviewed-by: Alina Buzachis <None>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-3
PR should be backported to the stable-3 branch
bug
This issue/PR relates to a bug
community_review
integration
tests/integration
mergeit
Merge the PR (SoftwareFactory)
module
module
plugins
plugin (any type)
tests
tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport into stable-3 of #936 with commit id:
d0596e3734170873b0166aae01630eb51f880b4f
SUMMARY
fixed check_mode issues
added integration tests for check_mode / idempotency
updated json returned when state = absent for clarity
removed json_query references
fixes #159
Depends-On: ansible-collections/amazon.aws#672
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
ec2_eip
Reviewed-by: Mark Woolley
Reviewed-by: Mark Chappell
Reviewed-by: Alina Buzachis
Reviewed-by: Joseph Torcasso
Reviewed-by: Jill R
SUMMARY
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION