Skip to content

Releases: mattclay/ansible-collection-aws

4.0.1

08 Apr 23:56
3f98a1c
Compare
Choose a tag to compare
  • Add documentation for filter plugins.
  • Use non-deprecated documentation fragments for modules.
  • Bump the collection version to 4.0.1.

4.0.0

08 Apr 22:40
dba73bb
Compare
Choose a tag to compare
  • Update the collection version to 4.0.0.
  • Use Python 3.12 for testing.
  • Use ansible-core 2.16.5 for testing.
  • Update amazon.aws dependency to version 7.x.
  • Use amazon.aws.iam_role instead of community.aws.iam_role for testing.
  • Drop community.aws test dependency.
  • Fix module defaults in documentation.
  • Fix test assertions to not use templates.
  • Update distlib test dependency to version 0.3.8.

3.0.0

26 Jan 22:36
8f2d450
Compare
Choose a tag to compare
  • Update the amazon.aws dependency to version 5.x.
  • Require ansible-core 2.11 or later.
  • Remove obsolete Python 2.x compatibility.
  • Split filters into separate plugins.
  • Improve integration testing.
  • lambda - Add missing waits after creating or updating a Lambda function.