Skip to content

Commit

Permalink
Change community.vmware to 1.4.0 in ansible 2.10.4
Browse files Browse the repository at this point in the history
There is a breaking change in community.vmware 1.5.0, don't include it
for now.
  • Loading branch information
dmsimard committed Dec 1, 2020
1 parent af3e5ce commit 7f2b723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions 2.10/CHANGELOG-v2.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Changed Collections
The changes are reported in the combined changelog below.
- community.routeros was upgraded to version 1.0.0.
The changes are reported in the combined changelog below.
- community.vmware was upgraded from version 1.3.0 to version 1.5.0.
- community.vmware was upgraded from version 1.3.0 to version 1.4.0.
The changes are reported in the combined changelog below.
- dellemc.os6 was upgraded from version 1.0.3 to version 1.0.4.
The changes are reported in the combined changelog below.
Expand Down Expand Up @@ -271,18 +271,13 @@ community.vmware
~~~~~~~~~~~~~~~~

- vmware_category - add additional associable object types (https://github.com/ansible-collections/community.vmware/issues/454).
- vmware_content_deploy_ovf_template - added new parameter "content_library" to get the OVF template from (https://github.com/ansible-collections/community.vmware/issues/514).
- vmware_drs_group - code refactor (https://github.com/ansible-collections/community.vmware/pull/475).
- vmware_dvswitch - Added support to create vds version 7.0.0.
- vmware_guest - Fixed issue of checking hardware version when set VBS(https://github.com/ansible-collections/community.vmware/issues/351)
- vmware_guest - Fixed issue of comparing latest hardware version str type with int(https://github.com/ansible-collections/community.vmware/issues/381)
- vmware_guest - add documentation for networks parameters connected and start_connected (https://github.com/ansible-collections/community.vmware/issues/507).
- vmware_guest_controller - error handling in task exception.
- vmware_guest_info - added a new parameter to gather detailed information about tag from the given virtual machine.
- vmware_guest_video - gather facts for video devices even if the virtual machine is poweredoff (https://github.com/ansible-collections/community.vmware/issues/408).
- vmware_object_role_permission - add missing required fields of hostname, username, and password to module examples (https://github.com/ansible-collections/community.vmware/issues/426).
- vmware_resource_pool - add new allocation shares options for cpu and memory(https://github.com/ansible-collections/community.vmware/pull/461).
- vmware_vm_inventory - skip inaccessible vm configuration.
- vmware_vm_inventory - support for categories and tag, category relation (https://github.com/ansible-collections/community.vmware/issues/350).

hetzner.hcloud
Expand Down Expand Up @@ -318,11 +313,6 @@ community.hrobot

- firewall - now requires the `ipaddress <https://pypi.org/project/ipaddress/>`_ library (https://github.com/ansible-collections/community.hrobot/pull/2).

community.vmware
~~~~~~~~~~~~~~~~

- vmware_resource_pool - manage resource pools on ESXi hosts (https://github.com/ansible-collections/community.vmware/issues/492).

Deprecated Features
-------------------

Expand Down Expand Up @@ -495,13 +485,10 @@ community.vmware
~~~~~~~~~~~~~~~~

- Fixed the find_obj method in the ``module_utils/vmware.py`` to handle an object name using special characters that URL-decoded(https://github.com/ansible-collections/community.vmware/pull/460).
- vmware_cluster_ha - added APD and PDL configuration (https://github.com/ansible-collections/community.vmware/issues/451).
- vmware_cluster_info - return tag related information (https://github.com/ansible-collections/community.vmware/issues/453).
- vmware_deploy_ovf - fixed an UnboundLocalError for variable 'name' in check mode (https://github.com/ansible-collections/community.vmware/pull/499).
- vmware_deploy_ovf - fixed network mapping in multi-datacenter environments
- vmware_folder_info - added the flat_folder_info in the return value.
- vmware_guest_sendkey - add sleep_time parameter to add delay in-between keys sent (https://github.com/ansible-collections/community.vmware/issues/404).
- vmware_object_role_permission - add support for role name presented in vSphere Web UI (https://github.com/ansible-collections/community.vmware/issues/436).
- vmware_resource_pool - added a changing feature of resource pool config (https://github.com/ansible-collections/community.vmware/pull/469).
- vmware_resource_pool - fixed that always updates occur bug on vCenter Server even when not changing resource pool config (https://github.com/ansible-collections/community.vmware/pull/482).
- vmware_tag_manager - added new parameter 'moid' to identify VMware object to tag (https://github.com/ansible-collections/community.vmware/issues/430).
Expand Down
2 changes: 1 addition & 1 deletion 2.10/ansible-2.10.4.deps
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ community.proxysql: 1.0.0
community.rabbitmq: 1.0.1
community.routeros: 1.0.0
community.skydive: 1.0.0
community.vmware: 1.5.0
community.vmware: 1.4.0
community.windows: 1.1.0
community.zabbix: 1.1.0
containers.podman: 1.3.2
Expand Down

0 comments on commit 7f2b723

Please sign in to comment.