From ad52b8171f6834e496a0ca5fce3085d47d13f674 Mon Sep 17 00:00:00 2001 From: Sagar Paul Date: Thu, 6 Jun 2024 19:02:11 +0530 Subject: [PATCH] Bump min ansible-core version to 2.15.0 (#1082) * Bump min ansible-core version to 2.15.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update changelogs/fragments/min_215.yaml Co-authored-by: Nilashish Chakraborty --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nilashish Chakraborty Co-authored-by: Vinay M <63404819+roverflow@users.noreply.github.com> --- README.md | 2 +- changelogs/fragments/min_215.yaml | 6 ++++++ meta/runtime.yml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 changelogs/fragments/min_215.yaml diff --git a/README.md b/README.md index 8d8456157..ae858f82f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This collection has been tested against Cisco IOS XE Version 17.3 on CML. ## 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/min_215.yaml b/changelogs/fragments/min_215.yaml new file mode 100644 index 000000000..d71d885f5 --- /dev/null +++ b/changelogs/fragments/min_215.yaml @@ -0,0 +1,6 @@ +--- +release_summary: > + Starting from this release, the minimum `ansible-core` version this collection requires is `2.15.0`. + The last known version compatible with ansible-core<2.15 is v8.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 c7d437cb8..6a478ac31 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -83,4 +83,4 @@ plugin_routing: redirect: cisco.ios.ios_vrf vxlan_vtep: redirect: cisco.ios.ios_vxlan_vtep -requires_ansible: ">=2.14.0" +requires_ansible: ">=2.15.0"