-
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
[PR #1054/ce418676 backport][stable-3] iam_role - delete inline policies, stabilize for migration to amazon.aws #1063
Conversation
…aws (#1054) iam_role - delete inline policies, stabilize for migration to amazon.aws SUMMARY Stabilize for migration to amazon.aws delete inline policies before deleting the role removed global vars and refactored function definitions added some extra integration tests for check mode ISSUE TYPE Feature Pull Request COMPONENT NAME iam_role Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Joseph Torcasso <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Jill R <None> (cherry picked from commit ce41867)
is this considered a breaking change? |
imo it's more like a bugfix? When it is a breaking change, the changelog fragment is wrong. |
I don't see anything I would consider 'breaking'. I would call this a bugfix rather than breaking change. The need to delete inline policies first was never documented, and what we do document is that |
…#1063) Add route53 sanity ignore entry for 2.15 (devel) Depends-On: ansible-collections#1066 SUMMARY SSIA ISSUE TYPE Feature Pull Request COMPONENT NAME tests/sanity ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
This is a backport of PR #1054 as merged into main (ce41867).
SUMMARY
Stabilize for migration to amazon.aws
ISSUE TYPE
COMPONENT NAME
iam_role