diff --git a/README.md b/README.md index d4283701..cd44a000 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,7 @@ Tested with the following Ansible releases: - 2.13 - current development version -Ansible-core versions before 2.11.0 are not supported. In particular, ansible-base 2.10 and Ansible 2.9 are not supported. - +Ansible-core versions before 2.11.0 are not supported, in particular, ansible-base 2.10 and Ansible 2.9. Our AZP CI includes testing with the following docker images / PostgreSQL versions: - CentOS 7: 9.2 diff --git a/changelogs/fragments/remove-2.9-2.10-compatability.yml b/changelogs/fragments/remove-2.9-2.10-compatability.yml index bd9f9abf..9bfb0d43 100644 --- a/changelogs/fragments/remove-2.9-2.10-compatability.yml +++ b/changelogs/fragments/remove-2.9-2.10-compatability.yml @@ -1,2 +1,2 @@ major_changes: - - The community.postgresql collection no longer supports Ansible 2.9 and ansible-base 2.10. While we take no active measures to prevent usage, we will remove compatibility code and other compatibility measures that will effectively prevent using most content from this collection with Ansible 2.9, and some content of this collection with ansible-base 2.10. Both Ansible 2.9 and ansible-base 2.10 will very soon be End of Life and if you are still using them, you should consider upgrading to ansible-core 2.11 or later as soon as possible (https://github.com/ansible-collections/community.postgresql/pull/245). + - The community.postgresql collection no longer supports ``Ansible 2.9`` and ``ansible-base 2.10``. While we take no active measures to prevent usage and there are no plans to introduce incompatible code to the modules, we will stop testing against ``Ansible 2.9`` and ``ansible-base 2.10``. Both will very soon be End of Life and if you are still using them, you should consider upgrading to the ``latest Ansible / ansible-core 2.11 or later`` as soon as possible (https://github.com/ansible-collections/community.postgresql/pull/245).