Skip to content

Commit 55737ca

Browse files
authored
Merge pull request #495 from bardielle/remove_support_2.14
Remove support for ansible-core 2.14
2 parents 618a19d + 5f532e6 commit 55737ca

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/sanity-tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
# Add new versions announced in
7777
# https://github.com/ansible-collections/news-for-maintainers in a timely manner,
7878
# consider dropping testing against EOL versions and versions you don't support.
79-
- stable-2.14
8079
- stable-2.15
8180
- stable-2.16
8281
- stable-2.17

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The collection includes the VMware modules and plugins supported by Ansible VMwa
77
<!--start requires_ansible-->
88
## Ansible version compatibility
99

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

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

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

2424
## vSphere compatibility
2525

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
breaking_changes:
2+
- Removing any support for ansible-core <=2.14

meta/runtime.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
requires_ansible: '>=2.14.0'
1+
---
2+
requires_ansible: ">=2.15.0"
23
action_groups:
34
vmware_rest:
45
- vcenter_cluster_info

tests/sanity/ignore-2.14.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)