Skip to content

Commit

Permalink
Merge pull request ansible-collections#495 from bardielle/remove_supp…
Browse files Browse the repository at this point in the history
…ort_2.14

Remove support for ansible-core 2.14
  • Loading branch information
mikemorency authored Aug 12, 2024
2 parents 618a19d + 5f532e6 commit 55737ca
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/sanity-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
# Add new versions announced in
# https://github.com/ansible-collections/news-for-maintainers in a timely manner,
# consider dropping testing against EOL versions and versions you don't support.
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The collection includes the VMware modules and plugins supported by Ansible VMwa
<!--start requires_ansible-->
## Ansible version compatibility

This collection has been tested against following Ansible versions: **>=2.14.0**.
This collection has been tested against following Ansible versions: **>=2.15.0**.

For collections that support Ansible 2.9, please ensure you update your `network_os` to use the
fully qualified collection name (for example, `cisco.ios.ios`).
Expand All @@ -19,7 +19,7 @@ PEP440 is the schema used to describe the versions of Ansible.
## Python version compatibility

The collection depends on ``aiohttp`` has [requirement](https://docs.aiohttp.org/en/stable/) which requires Python 3.6 or greater.
Moreover, ansible version >=2.14 supports Python 3.9 or later.
Moreover, ansible version >=2.15 supports Python 3.9 or later.

## vSphere compatibility

Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/492-remove-support-ansible-2-14.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
breaking_changes:
- Removing any support for ansible-core <=2.14
3 changes: 2 additions & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
requires_ansible: '>=2.14.0'
---
requires_ansible: ">=2.15.0"
action_groups:
vmware_rest:
- vcenter_cluster_info
Expand Down
2 changes: 0 additions & 2 deletions tests/sanity/ignore-2.14.txt

This file was deleted.

0 comments on commit 55737ca

Please sign in to comment.