From 85e94cd32002207e3ed64be09ceb4bb122c6cab8 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Thu, 16 May 2024 10:47:44 +0200 Subject: [PATCH] Drop support for ansible-core < 2.15 (#2093) Drop support for ansible-core < 2.15 SUMMARY Drop support for ansible-core < 2.15. It modifies the already existing changelog. ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: GomathiselviS Reviewed-by: Mark Chappell (cherry picked from commit 69512773aca5fb14d05ed912d59f94a9ce439b2f) --- README.md | 2 +- changelogs/fragments/8.0.0-increase-ansible-core-version.yml | 2 +- meta/runtime.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37c3ada238b..2fa2b74f761 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ AWS related modules and plugins supported by the Ansible community are in the [c ## Ansible version compatibility -Tested with the Ansible Core >= 2.14.0 versions, and the current development version of Ansible. Ansible Core versions prior to 2.14.0 are not supported. +Tested with the Ansible Core >= 2.15.0 versions, and the current development version of Ansible. Ansible Core versions prior to 2.15.0 are not supported. ## Python version compatibility diff --git a/changelogs/fragments/8.0.0-increase-ansible-core-version.yml b/changelogs/fragments/8.0.0-increase-ansible-core-version.yml index fe368852c94..b81d3a49086 100644 --- a/changelogs/fragments/8.0.0-increase-ansible-core-version.yml +++ b/changelogs/fragments/8.0.0-increase-ansible-core-version.yml @@ -1,2 +1,2 @@ breaking_changes: - - amazon.aws collection - Support for ansible-core < 2.14 has been dropped (https://github.com/ansible-collections/amazon.aws/pull/2041). + - amazon.aws collection - Support for ansible-core < 2.15 has been dropped (https://github.com/ansible-collections/amazon.aws/pull/2093). diff --git a/meta/runtime.yml b/meta/runtime.yml index 1d2a1cd0151..94614615f1e 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: aws: - autoscaling_group