diff options
Diffstat (limited to 'ansible_collections/vmware/vmware_rest/CHANGELOG.rst')
-rw-r--r-- | ansible_collections/vmware/vmware_rest/CHANGELOG.rst | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/ansible_collections/vmware/vmware_rest/CHANGELOG.rst b/ansible_collections/vmware/vmware_rest/CHANGELOG.rst index 2001028e3..01532c8e9 100644 --- a/ansible_collections/vmware/vmware_rest/CHANGELOG.rst +++ b/ansible_collections/vmware/vmware_rest/CHANGELOG.rst @@ -4,6 +4,44 @@ vmware.vmware_rest Release Notes .. contents:: Topics +v3.0.1 +====== + +Release Summary +---------------- + +This release brings some minor changes and bugfixes. + +Minor Changes +------------- + +- Add requires_ansible to manifest (https://github.com/ansible-community/ansible.content_builder/pull/76). +- Generate action_groups for the vmware.vmware_rest collection (https://github.com/ansible-community/ansible.content_builder/issues/75). +- Use folder attribute for host and dc module only (https://github.com/ansible-community/ansible.content_builder/pull/79). + +Bugfixes +-------- + +- content_library_item_info - fixed error with unsupported property +- lookup plugins - Refactor to use native options configuration via doc_fragment, which ensures that vcenter_validate_certs=false is honored (https://github.com/ansible-collections/vmware.vmware_rest/issues/425). + +v3.0.0 +====== + +Release Summary +--------------- + +This major release drops support for ansible-core versions lower than 2.14. The vmware.vmware_rest colllection 3.0.0 supports vSphere versions greater than 7.0.3. + +Minor Changes +------------- + +- Use 7.0 U3 API spec to build the modules (https://github.com/ansible-collections/vmware.vmware_rest/pull/449). + +Breaking Changes / Porting Guide +-------------------------------- + +- Remove support for ansible-core < 2.14 v2.3.1 ====== |