Skip to content

Commit

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

SUMMARY

Drop support for ansible-core < 2.15. It modifies the already existing changelog.

ISSUE TYPE

Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: GomathiselviS
Reviewed-by: Mark Chappell
(cherry picked from commit 6951277)
  • Loading branch information
alinabuzachis authored and patchback[bot] committed May 16, 2024
1 parent dffd99e commit 85e94cd
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 @@ -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.14.0 versions, and the current development version of Ansible. Ansible Core versions prior to 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 prior to 2.15.0 are not supported.

## Python version compatibility

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
breaking_changes:
- amazon.aws collection - Support for ansible-core < 2.14 has been dropped (https://github.com/ansible-collections/amazon.aws/pull/2041).
- amazon.aws collection - Support for ansible-core < 2.15 has been dropped (https://github.com/ansible-collections/amazon.aws/pull/2093).
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:
- autoscaling_group
Expand Down

0 comments on commit 85e94cd

Please sign in to comment.