Releases: mattclay/ansible-collection-aws
Releases · mattclay/ansible-collection-aws
5.0.0
4.1.0
4.0.1
4.0.0
- Update the collection version to 4.0.0.
- Use Python 3.12 for testing.
- Use
ansible-core2.16.5 for testing. - Update
amazon.awsdependency to version 7.x. - Use
amazon.aws.iam_roleinstead ofcommunity.aws.iam_rolefor testing. - Drop
community.awstest dependency. - Fix module defaults in documentation.
- Fix test assertions to not use templates.
- Update
distlibtest dependency to version 0.3.8.
3.0.0
- Update the
amazon.awsdependency to version 5.x. - Require
ansible-core2.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.