Skip to content

Commit

Permalink
Support for ansible-core < 2.15 has been dropped (#2093) (#2095)
Browse files Browse the repository at this point in the history
[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
  • Loading branch information
patchback[bot] authored May 17, 2024
1 parent f173bcc commit c69ed71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
requires_ansible: '>=2.14.0'
requires_ansible: '>=2.15.0'
action_groups:
aws:
- accessanalyzer_validate_policy_info
Expand Down

0 comments on commit c69ed71

Please sign in to comment.