-
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
Complete iam_cert and rds_snapshot deprecations #1276
Complete iam_cert and rds_snapshot deprecations #1276
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
warning_text: >- | ||
iam_cert has been renamed to iam_server_certificate for consistency. | ||
Please update your tasks. | ||
rds_snapshot: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we have to also remove those from the action group?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missed this comment. Yes you're right, I missed that.
…ts (ansible-collections#1276) add .gitignore for inventory automatically created by integration tests SUMMARY Helps fix ansible-collections#924 ISSUE TYPE Bugfix Pull Request COMPONENT NAME tests ADDITIONAL INFORMATION When running integration tests, a file is generated at tests/integration/inventory. This file contains paths specific to the test machine. I assume this shouldn't be committed. So I've added a .gitignore for it. The leading slash is to make it not apply recursively. (Stack Overflow) Reviewed-by: Mark Chappell <None>
…1276) Complete iam_cert and rds_snapshot deprecations SUMMARY Delayed from 4.0.0 to 5.0.0 remove the deprecated aliases ISSUE TYPE Feature Pull Request COMPONENT NAME iam_server_certificate rds_instance_snapshot ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@d38a4b1
SUMMARY
Delayed from 4.0.0 to 5.0.0 remove the deprecated aliases
ISSUE TYPE
COMPONENT NAME
iam_server_certificate
rds_instance_snapshot
ADDITIONAL INFORMATION