From 71b48d3b5f731bc1c1edb026dafe8cffc9958afd Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Fri, 6 Sep 2024 11:09:25 +0900 Subject: [PATCH] Drop ansible-core 2.14 and set 2.15 minimum version. Signed-off-by: Hideki Saito --- README.md | 6 +++--- changelogs/fragments/562_update_core_version.yml | 3 +++ meta/runtime.yml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 changelogs/fragments/562_update_core_version.yml diff --git a/README.md b/README.md index d5f2ce1..84c59b4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For more information about communication, see the [Ansible communication guide]( ## Ansible version compatibility -This collection has been tested against following Ansible versions: **>=2.14**. +This collection has been tested against following Ansible versions: **>=2.15**. ## Included content @@ -74,10 +74,10 @@ None -- ansible-core 2.17 (devel) +- ansible-core 2.18 (devel) +- ansible-core 2.17 (stable) - ansible-core 2.16 (stable) - ansible-core 2.15 (stable) -- ansible-core 2.14 (stable) ## Roadmap diff --git a/changelogs/fragments/562_update_core_version.yml b/changelogs/fragments/562_update_core_version.yml new file mode 100644 index 0000000..45cf88a --- /dev/null +++ b/changelogs/fragments/562_update_core_version.yml @@ -0,0 +1,3 @@ +--- +minor_changes: + - "Dropping support for ansible-core 2.14, ansible-core 2.15 will be minimum required version for this release" diff --git a/meta/runtime.yml b/meta/runtime.yml index ce6befd..1e85b01 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,2 +1,2 @@ --- -requires_ansible: ">=2.14.0" +requires_ansible: ">=2.15.0"