From 1174fee5c9173bcd1ceccac0d4992900103af79f Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 10:06:48 +0200 Subject: [PATCH] Remove support for ansible-core<2.15 (#737) (#739) Drop support for ansible-core<2.15 SUMMARY Remove support for ansible-core<2.15 ISSUE TYPE Feature Pull Request Reviewed-by: Mike Graves (cherry picked from commit 8363a4debff634d0696e1e056017524a572cde43) Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com> --- README.md | 2 +- ...20240530-defer-removal-and-ansible-core-support-update.yaml | 3 +++ meta/runtime.yml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 changelogs/fragments/20240530-defer-removal-and-ansible-core-support-update.yaml diff --git a/README.md b/README.md index 675eb11df9..8b28119b28 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The collection includes a variety of Ansible content to help automate the manage ## 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/20240530-defer-removal-and-ansible-core-support-update.yaml b/changelogs/fragments/20240530-defer-removal-and-ansible-core-support-update.yaml new file mode 100644 index 0000000000..f33a1ec792 --- /dev/null +++ b/changelogs/fragments/20240530-defer-removal-and-ansible-core-support-update.yaml @@ -0,0 +1,3 @@ +--- +breaking_changes: + - Remove support for ``ansible-core<2.15`` (https://github.com/ansible-collections/kubernetes.core/pull/737). diff --git a/meta/runtime.yml b/meta/runtime.yml index 76295c321d..aca0f42a57 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,5 +1,5 @@ --- -requires_ansible: '>=2.14.0' +requires_ansible: '>=2.15.0' action_groups: helm: