diff --git a/README.md b/README.md index 3c410ad..53e8ca6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ and provide feedback about. ## Ansible version compatibility -This collection has been tested against following Ansible versions: **>=2.14.0**. +This collection has been tested against following Ansible versions: **>=2.15.0**. For collections that support Ansible 2.9, please ensure you update your `network_os` to use the fully qualified collection name (for example, `cisco.ios.ios`). diff --git a/changelogs/fragments/bump215.yml b/changelogs/fragments/bump215.yml new file mode 100644 index 0000000..2d247a2 --- /dev/null +++ b/changelogs/fragments/bump215.yml @@ -0,0 +1,6 @@ +--- +release_summary: > + With this release, the minimum required version of `ansible-core` for this collection is `2.15.0`. + The last version known to be compatible with `ansible-core` versions below `2.15` is v3.0.0. +major_changes: + - Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions are EoL now. diff --git a/meta/runtime.yml b/meta/runtime.yml index 755d4c3..94db124 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -31,4 +31,4 @@ plugin_routing: redirect: ibm.qradar.qradar_log_source_management log_sources_management: redirect: ibm.qradar.qradar_log_sources_management -requires_ansible: ">=2.14.0" +requires_ansible: ">=2.15.0"