From 13bcde7b7c0db7c20f7541c70ccc273259a82381 Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Wed, 15 Nov 2023 14:38:44 -0500 Subject: [PATCH 1/2] Update supported ansible-version as >=2.14 --- README.md | 3 ++- galaxy.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e0eaf4b9..6b9bffdbb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The collection includes the VMware modules and plugins supported by Ansible VMwa ## Ansible version compatibility -This collection has been tested against following Ansible versions: **>=2.9.10**. +This collection has been tested against following Ansible versions: **>=2.14.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`). @@ -19,6 +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. ## vSphere compatibility diff --git a/galaxy.yml b/galaxy.yml index 49daa4b14..540baf1fb 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -12,7 +12,7 @@ tags: - vmware - virtualization dependencies: - cloud.common: ">=2.0.4,<3.0.0" + cloud.common: ">=2.0.4,<=3.0.0" repository: https://github.com/ansible-collections/vmware.vmware_rest.git homepage: https://github.com/ansible-collections/vmware.vmware_rest issues: https://github.com/ansible-collections/vmware.vmware_rest/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc From 6f3abd2334d3c2a1bf53e80e2471a266379633a5 Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Wed, 15 Nov 2023 15:14:31 -0500 Subject: [PATCH 2/2] Updated cloud.common supported version --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 540baf1fb..0398f7281 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -12,7 +12,7 @@ tags: - vmware - virtualization dependencies: - cloud.common: ">=2.0.4,<=3.0.0" + cloud.common: ">=3.0.0,<4.0.0" repository: https://github.com/ansible-collections/vmware.vmware_rest.git homepage: https://github.com/ansible-collections/vmware.vmware_rest issues: https://github.com/ansible-collections/vmware.vmware_rest/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc