github ansible-collections/amazon.aws 5.3.0
amazon.aws 5.3.0

latest releases: 8.2.1, 8.2.0, 8.1.0...
18 months ago

Release Summary

This release brings some minor changes, bugfixes, and deprecated features.

Minor Changes

  • ec2_instance - more consistently return instances information (#964).
  • ec2_instance - remove unused import (#1350).
  • ec2_key - Add unit-tests coverage (#1288).
  • ec2_vpc_nat_gateway - ensure allocation_id is defined before potential access (#1350).
  • route53_zone - added support for associating multiple VPCs to route53 hosted zones (#1300).
  • s3_bucket - add option to support creation of buckets with object lock enabled (#1372).

Deprecated Features

  • support for passing both profile and security tokens through a mix of environment variables and parameters has been deprecated and support will be removed in release 6.0.0. After release 6.0.0 it will only be possible to pass either a profile or security tokens, regardless of mechanism used to pass them. To explicitly block a parameter coming from an environment variable pass an empty string as the parameter value. Support for passing profile and security tokens together was originally deprecated in release 1.2.0, however only partially implemented in release 5.0.0 (#1355).

Bugfixes

  • cloudtrail - support to disabling encryption using kms_key_id (#1384).
  • ec2_key - fix issue when trying to update existing key pair with the same key material (#1383).
  • module_utils/elbv2 - fix change detection by adding default values for Scope and SessionTimeout parameters in authenticate-oidc rules (#1270).
  • module_utils/elbv2 - respect UseExistingClientSecret parameter in authenticate-oidc rules (#1270).
  • revert breaking change introduced in 5.2.0 when passing credentials through a mix of environment variables and parameters (#1353).
  • s3_bucket - empty bucket policy was throwing a JSONDecodeError - deal with it gracefully instead (#1368)

Don't miss a new amazon.aws release

NewReleases is sending notifications on new releases.