Skip to content

Commit

Permalink
Drop support for ansible-core < 2.14 (#2074)
Browse files Browse the repository at this point in the history
Drop support for ansible-core < 2.14

SUMMARY

Drop support for ansible-core < 2.14

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 Apr 9, 2024
1 parent a15e50f commit 6316d6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.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.14.0 versions, and the current development version of Ansible. Ansible Core versions before 2.14.0 are not supported.

Use community.aws 4.x.y if you are using Ansible 2.9 or Ansible Core 2.10.

Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/8.0.0-increase-ansible-core-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +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).
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.12.0'
requires_ansible: '>=2.14.0'
action_groups:
aws:
- accessanalyzer_validate_policy_info
Expand Down

0 comments on commit 6316d6c

Please sign in to comment.