From a10b8b6122b0920095728c21c3b96f7f6cb93041 Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Thu, 19 Oct 2023 13:57:34 -0400 Subject: [PATCH 1/3] Update README with Ansible version 2.13 as the minimum supported version --- README.md | 2 +- changelogs/fragments/ansible_version_update.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/ansible_version_update.yml diff --git a/README.md b/README.md index 8f0d1f6e0e8..4fcd4d94176 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.12.0 versions, and the current development version of Ansible. Ansible Core versions before 2.12.0 are not supported. +Tested with the Ansible Core >= 2.13.0 versions, and the current development version of Ansible. Ansible Core versions prior to 2.13.0 are not supported. Use amazon.aws 4.x.y if you are using Ansible 2.9 or Ansible Core 2.10. diff --git a/changelogs/fragments/ansible_version_update.yml b/changelogs/fragments/ansible_version_update.yml new file mode 100644 index 00000000000..a1c25823502 --- /dev/null +++ b/changelogs/fragments/ansible_version_update.yml @@ -0,0 +1,2 @@ +trivial: +- update README with Ansible version 2.13 as the minimum supported version. From 697cd231ccb05690d6f42f5c9ce63d6fe7ba6c22 Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Thu, 19 Oct 2023 13:58:09 -0400 Subject: [PATCH 2/3] Update README with Ansible version 2.13 as the minimum supported version --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4fcd4d94176..ae3a7eff290 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ AWS related modules and plugins supported by the Ansible community are in the [c Tested with the Ansible Core >= 2.13.0 versions, and the current development version of Ansible. Ansible Core versions prior to 2.13.0 are not supported. -Use amazon.aws 4.x.y if you are using Ansible 2.9 or Ansible Core 2.10. - ## Python version compatibility This collection depends on the AWS SDK for Python (Boto3 and Botocore). Due to the From 56fe89d7cdbc42587fa83221b5b3122160a0481f Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Fri, 20 Oct 2023 10:06:53 -0400 Subject: [PATCH 3/3] Update runtime.yml --- meta/runtime.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/runtime.yml b/meta/runtime.yml index a8b6c172792..1ce60f237a0 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,5 +1,5 @@ --- -requires_ansible: '>=2.12.0' +requires_ansible: '>=2.13.0' action_groups: aws: - autoscaling_group @@ -160,4 +160,4 @@ plugin_routing: redirect: amazon.aws.ssm_parameter aws_secret: # Deprecation for this alias should not *start* prior to 2024-09-01 - redirect: amazon.aws.secretsmanager_secret \ No newline at end of file + redirect: amazon.aws.secretsmanager_secret