Skip to content

Commit ebd0b39

Browse files
authoredOct 27, 2023
Improve changelog fragments for 4.0.0 (#1900)
Improve changelog fragments for 4.0.0 SUMMARY Improve changelog fragments for 4.0.0 ISSUE TYPE Docs Pull Request COMPONENT NAME ADDITIONAL INFORMATION
1 parent d14eb30 commit ebd0b39

14 files changed

+19
-18
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The collection includes the VMware modules and plugins supported by Ansible VMwa
1414

1515
## Ansible version compatibility
1616

17-
This collection has been tested against following Ansible versions: **>=2.13.0**.
17+
This collection has been tested against following Ansible versions: **>=2.15.0**.
1818

1919
Plugins and modules within a collection may be tested with only specific Ansible versions.
2020
A collection may contain metadata that identifies these versions.
@@ -37,7 +37,7 @@ collections:
3737
3838
### Required Python libraries
3939
40-
VMware community collection depends on Python 3.8+ and on following third party libraries:
40+
VMware community collection depends on Python 3.9+ and on following third party libraries:
4141
4242
* [`Pyvmomi`](https://github.com/vmware/pyvmomi)
4343
* [`vSphere Automation SDK for Python`](https://github.com/vmware/vsphere-automation-sdk-python/)
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
removed_features:
2-
- vmware_guest - Removed specifying CDROM configuration as a dict, instead use a list (https://github.com/ansible-collections/community.vmware/issues/1472).
2+
- vmware_guest - removed specifying CDROM configuration as a dict, instead use a list (https://github.com/ansible-collections/community.vmware/issues/1472).
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
breaking_changes:
2-
- vmware_host_lockdown - Remove deprecated states `absent` and `present` (https://github.com/ansible-collections/community.vmware/issues/1517).
1+
removed_features:
2+
- vmware_host_lockdown - removed deprecated states `absent` and `present` (https://github.com/ansible-collections/community.vmware/issues/1517).

‎changelogs/fragments/1639.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
major_changes:
1+
removed_features:
22
- Removed module util `version` (https://github.com/ansible-collections/community.vmware/issues/1639).
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
breaking_changes:
2-
- vmware_vm_info - Added prefix length to IP addresses in vm_network, so they now show up as for example 10.76.33.228/24 instead of just 10.76.33.228
2+
- vmware_vm_info - added prefix length to IP addresses in vm_network, so they now show up as for example 10.76.33.228/24 instead of just 10.76.33.228
33
(https://github.com/ansible-collections/community.vmware/issues/1761).
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
minor_changes:
2-
- community.vmware.vmware_host_snmp module now can configure SNMP agent on set of hosts (list in esxi_hostname parameter or as cluster in cluster_name parameter). The ability to configure the host directly remains
2+
- vmware_host_snmp module now can configure SNMP agent on set of hosts (list in esxi_hostname parameter or as cluster in cluster_name parameter). The ability to configure the host directly remains
3+
(https://github.com/ansible-collections/community.vmware/issues/1799).
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
minor_changes:
2-
- add new snapshot_id option to the vmware_guest_snapshot module(https://github.com/ansible-collections/community.vmware/pull/1847).
2+
- vmware_guest_snapshot - add new snapshot_id option (https://github.com/ansible-collections/community.vmware/pull/1847).

‎changelogs/fragments/1853.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
bugfixes:
2-
- "vmware_deploy_ovf: fix error in finding networks part of code https://github.com/ansible-collections/community.vmware/issues/1853"
2+
- vmware_deploy_ovf - fix error in finding networks part of code (https://github.com/ansible-collections/community.vmware/issues/1853).

‎changelogs/fragments/1855_ vmware_dsv_portgroup_info.yml

-2
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
minor_changes:
2+
- vmware_dvs_portgroup_info - add moid property in the return value for the module (https://github.com/ansible-collections/community.vmware/issues/1849).
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
breaking_changes:
2-
- vmware_host_acceptance - Removed `acceptance_level` and used its options in `state`. This also means there will be no `state` `list` anymore.
2+
- vmware_host_acceptance - removed `acceptance_level` and used its options in `state`. This also means there will be no state `list` anymore.
33
In order to get information about the current acceptance level, use the new module `vmware_host_acceptance_info`
44
(https://github.com/ansible-collections/community.vmware/issues/1872).
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
breaking_changes:
2-
- vmware_rest_client - Remove deprecated method `get_tag_by_category()` (https://github.com/ansible-collections/community.vmware/issues/1898).
1+
removed_features:
2+
- vmware_rest_client - removed deprecated method `get_tag_by_category()` (https://github.com/ansible-collections/community.vmware/issues/1898).
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
minor_changes:
2-
- vmware_deploy_ovf - New parameter enable_hidden_properties to force OVF properties marked as ovf:userConfigurable=false to become user configurable
2+
- vmware_deploy_ovf - New parameter enable_hidden_properties to force OVF properties marked as `ovf:userConfigurable=false` to become user configurable
33
(https://github.com/ansible-collections/community.vmware/issues/802).

‎changelogs/fragments/issue_1772.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
bugfixes:
2-
- fix problem when module try apply non global or non VM type custom attribute to
3-
VM object (https://github.com/ansible-collections/community.vmware/issues/1772)
2+
- vmware_guest_custom_attributes - fix problem when module try apply non global or non VM type custom attribute to
3+
VM object (https://github.com/ansible-collections/community.vmware/issues/1772).

0 commit comments

Comments
 (0)