summaryrefslogtreecommitdiffstats
path: root/ansible_collections/vmware/vmware_rest/changelogs/changelog.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/vmware/vmware_rest/changelogs/changelog.yaml')
-rw-r--r--ansible_collections/vmware/vmware_rest/changelogs/changelog.yaml39
1 files changed, 38 insertions, 1 deletions
diff --git a/ansible_collections/vmware/vmware_rest/changelogs/changelog.yaml b/ansible_collections/vmware/vmware_rest/changelogs/changelog.yaml
index b8e6d73b4..f9cc57c8d 100644
--- a/ansible_collections/vmware/vmware_rest/changelogs/changelog.yaml
+++ b/ansible_collections/vmware/vmware_rest/changelogs/changelog.yaml
@@ -648,6 +648,43 @@ releases:
fragments:
- allow_space_in_search_filters.yaml
- lookup-handle-special-chars.yml
- - set_default_galaxy_version.yaml
- release_summary.yml
+ - set_default_galaxy_version.yaml
release_date: '2023-03-14'
+ 3.0.0:
+ changes:
+ breaking_changes:
+ - Remove support for ansible-core < 2.14
+ minor_changes:
+ - Use 7.0 U3 API spec to build the modules (https://github.com/ansible-collections/vmware.vmware_rest/pull/449).
+ 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.
+ fragments:
+ - add_dev_doc.yaml
+ - changelog-wf-only-on-pr.yaml
+ - fix_gha_sanity_tests.yaml
+ - gha_cleanup_version_update.yaml
+ - release_summary.yml
+ - remove_old_changelog_fragments.yaml
+ - remove_unnecessary_sanity_ignores.yaml
+ - start_gha_4_sanity_tests.yaml
+ - use_7.0.3_spec.yaml
+ release_date: '2023-11-27'
+ 3.0.1:
+ changes:
+ 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).
+ 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).
+ fragments:
+ - 20240105-bugfix-lookup-options-parsing.yml
+ - 20240305-network-moid-docs-update.yml
+ - 463_fix_library_url.yaml
+ - 75-vmware_rest-action_groups.yaml
+ - 76-vmware_rest-dont_use_folder.yaml
+ release_date: '2024-03-21'