You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Minor Changes
AWS inventory plugins - use shared HAS_BOTO3 helper rather than copying code (#288).
AWS lookup plugins - use shared HAS_BOTO3 helper rather than copying code (#288).
aws_account_attribute - add retries on common AWS failures (#295).
aws_ec2 inventory - expose a new configuration key use_contrib_script_compatible_ec2_tag_keys to reproduce a behavior of the old ec2.py inventory script. With this option enabled, each tag is exposed using a ec2_tag_TAGNAME key (#331).
aws_ec2 inventory - expose to new keys called include_filters and exclude_filters to give the user the ability to compose an inventory with multiple queries (#328).
aws_ec2 inventory plugin - Added support for using Jinja2 templates in the authentication fields (#57).
cloudformation - added support for StackPolicyDuringUpdateBody (#155).
ec2_metadata_facts - add support for IMDSv2 (#43).
ec2_snapshot_info - add the max_results along with next_token_id option (#321).
ec2_tag - use common code for tagging resources (#309).
ec2_tag_info - use common code for tagging resources (#309).