diff --git a/README.md b/README.md index d91dcf10c32..d88137fb098 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,11 @@ The Ansible Amazon AWS collection includes a variety of Ansible content to help AWS related modules and plugins supported by the Ansible community are in the [community.aws](https://github.com/ansible-collections/community.aws/) collection. - ## Ansible version compatibility -This collection has been tested against following Ansible versions: **>=2.9.10**. +Tested with the Ansible Core 2.12, and 2.13 releases, and the current development version of Ansible. Ansible Core versions before 2.11.0 are not supported. In particular, Ansible Core 2.10 and Ansible 2.9 are not supported. -Plugins and modules within a collection may be tested with only specific Ansible versions. -A collection may contain metadata that identifies these versions. -PEP440 is the schema used to describe the versions of Ansible. - +Use amazon.aws 4.x.y if you are using Ansible 2.9 or Ansible Core 2.10. ## Python version compatibility diff --git a/changelogs/fragments/1087-old-ansible.yml b/changelogs/fragments/1087-old-ansible.yml new file mode 100644 index 00000000000..088e693ce3a --- /dev/null +++ b/changelogs/fragments/1087-old-ansible.yml @@ -0,0 +1,2 @@ +breaking_changes: +- amazon.aws collection - Support for ansible-core < 2.11 has been dropped (https://github.com/ansible-collections/amazon.aws/pull/1087). diff --git a/meta/runtime.yml b/meta/runtime.yml index 9bca1084c1e..6bb3002da07 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,5 +1,5 @@ --- -requires_ansible: '>=2.9.10' +requires_ansible: '>=2.11.0' action_groups: aws: - autoscaling_group