Release Summary
This release includes bugfixes for the aws_ec2 inventory plugin and the cloudformation, ec2_security_group, ec2_vol, ec2_vpc_net, lambda, rds_cluster, and s3_bucket modules.
Bugfixes
- aws_ec2 - fix SSM inventory collection for multiple (>40) hosts (#2227).
- cloudformation - Fix bug where termination protection is not updated when create_changeset=true is used for stack updates (#2391).
- ec2_security_group - Fix the diff mode issue when creating a security group containing a rule with a managed prefix list (#2373).
- ec2_vol - output volume informations when volume exists in check mode (#2133).
- ec2_vpc_net - handle ipv6_cidr
false
and no Ipv6CidrBlockAssociationSet in vpc (#2374). - lambda - Remove non UTF-8 data (contents of Lambda ZIP file) from the module output to avoid Ansible error (#2386).
- rds_cluster - Fix issue occurring when updating RDS cluster domain (#2390).
- s3_bucket - Fixes Python 3.7 compilation issue due to addition of typing information (#2287).