Skip to content

Commit

Permalink
Support for ansible-core < 2.15 has been dropped (ansible-collections…
Browse files Browse the repository at this point in the history
…#2093)

Support for ansible-core < 2.15 has been dropped

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: Mark Chappell
  • Loading branch information
alinabuzachis authored May 17, 2024
1 parent c065fd3 commit 72ea8e4
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 72ea8e4

Please sign in to comment.