Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README with Ansible version 2.13 as the minimum supported version #1815

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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.

Use amazon.aws 4.x.y if you are using Ansible 2.9 or Ansible Core 2.10.
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.

## Python version compatibility

Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/ansible_version_update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- update README with Ansible version 2.13 as the minimum supported version.
4 changes: 2 additions & 2 deletions 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.13.0'
action_groups:
aws:
- autoscaling_group
Expand Down Expand Up @@ -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
redirect: amazon.aws.secretsmanager_secret
Loading