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 5.0.0 dependencies #2163

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
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.15.0**.
This collection has been tested against following Ansible versions: **>=2.17.0**.

Plugins and modules within a collection may be tested with only specific Ansible versions.
A collection may contain metadata that identifies these versions.
Expand All @@ -39,10 +39,9 @@ collections:

VMware community collection depends on Python 3.9+ and on following third party libraries:

* [`requests`](https://github.com/psf/requests)
* [`Pyvmomi`](https://github.com/vmware/pyvmomi)
* [`vSphere Automation SDK for Python`](https://github.com/vmware/vsphere-automation-sdk-python/)
* [`vSAN Management SDK for Python`](https://developer.broadcom.com/sdks/vsan-management-sdk-for-python/latest/)
* [`pyvmomi`](https://pypi.org/project/pyvmomi/) >=8.0.3.0.1
* [`vmware-vcenter`](https://pypi.org/project/vmware-vcenter/)
* [`vmware-vapi-common-client`](https://pypi.org/project/vmware-vapi-common-client/)

### Installing required libraries and SDK

Expand Down
5 changes: 5 additions & 0 deletions changelogs/fragments/5.0.0-requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
breaking_changes:
- Dropping support for pyVmomi < 8.0.3.0.1 (https://github.com/ansible-collections/community.vmware/pull/2163).
- Depending on ``vmware-vcenter`` and ``vmware-vapi-common-client`` instead of
``https://github.com/vmware/vsphere-automation-sdk-python.git``
(https://github.com/ansible-collections/community.vmware/pull/2163).
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests
pyVmomi>=6.7.1
git+https://github.com/vmware/vsphere-automation-sdk-python.git ; python_version >= '2.7' # Python 2.6 is not supported
pyVmomi>=8.0.3.0.1
vmware-vcenter
vmware-vapi-common-client