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_service_ip_ranges - add new option ipv6_prefixes to get only IPV6 addresses and prefixes for Amazon services (#430)
cloudformation - fix detection when there are no changes. Sometimes when there are no changes, the change set will have a status FAILED with StatusReason No updates are to be performed (#507).
elb_classic_lb - various error messages changed due to refactor (#377).
module_utils.ec2 - moved generic tagging helpers into module_utils.tagging (#527).
module_utils.tagging - add new helper to generate TagSpecification lists (#527).
Deprecated Features
ec2_classic_lb - setting of the ec2_elb fact has been deprecated and will be removed in release 4.0.0 of the collection. The module now returns elb which can be accessed using the register keyword (#552).
Bugfixes
AWS action group - added missing ec2_instance_facts entry (#557)
ec2_ami - fix problem when creating an AMI from an instance with ephemeral volumes (#511).
ec2_instance - ensure that ec2_instance falls back to the tag(Name) parameter when no filter and no name parameter is passed (#526).
s3_bucket - update error handling to better support DigitalOcean Space (#508).