Release Summary
This release includes multiple bug fixes.
Bugfixes
- Remove
ansible.module_utils.six
imports to avoid warnings (#2727). - amazon.aws.autoscaling_instance - setting the state to
terminated
had no effect. The fix implements missing instance termination state (#2719). - ec2_vpc_nacl - Fix issue when trying to update existing Network ACL rule (#2592).
- s3_object - Honor headers for content and content_base64 uploads by promoting supported keys (e.g. ContentType, ContentDisposition, CacheControl) to top-level S3 arguments and placing remaining keys under Metadata. This makes content uploads consistent with src uploads. (https://github.com/ansible-collections/amazon.aws)