From c69ed71ae600ebf1982cb31bae048f63ea96c3b9 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 20:03:59 +0000 Subject: [PATCH] Support for ansible-core < 2.15 has been dropped (#2093) (#2095) [PR #2093/72ea8e46 backport][stable-8] Support for ansible-core < 2.15 has been dropped This is a backport of PR #2093 as merged into main (72ea8e4). SUMMARY Support for ansible-core < 2.15 has been dropped ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis --- 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 58887293cd1..dbdb43d4c4c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ AWS related modules and plugins supported by the Ansible Cloud team are in the [ ## Ansible version compatibility -Tested with the Ansible Core >= 2.14.0 versions, and the current development version of Ansible. Ansible Core versions before 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 before 2.15.0 are not supported. Use community.aws 4.x.y if you are using Ansible 2.9 or Ansible Core 2.10. 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 e3653bb7590..a83a9473bd7 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: - - community.aws collection - Support for ansible-core < 2.14 has been dropped (https://github.com/ansible-collections/community.aws/pull/2074). + - community.aws collection - Support for ansible-core < 2.15 has been dropped (https://github.com/ansible-collections/community.aws/pull/2074). diff --git a/meta/runtime.yml b/meta/runtime.yml index 71d258aae9d..ea50b016258 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: - accessanalyzer_validate_policy_info