diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 01532c8e..aadda73f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,16 +1,26 @@ -================================ -vmware.vmware_rest Release Notes -================================ +================================= +vmware.vmware\_rest Release Notes +================================= .. contents:: Topics -v3.0.1 +v3.1.0 ====== -Release Summary ----------------- +Minor Changes +------------- -This release brings some minor changes and bugfixes. +- cluster_moid - updated documentation around lookup plugin usage +- datacenter_moid - updated documentation around lookup plugin usage +- datastore_moid - updated documentation around lookup plugin usage +- folder_moid - updated documentation around lookup plugin usage +- host_moid - updated documentation around lookup plugin usage +- network_moid - updated documentation around lookup plugin usage +- resource_pool_moid - updated documentation around lookup plugin usage +- vm_moid - updated documentation around lookup plugin usage + +v3.0.1 +====== Minor Changes ------------- @@ -46,11 +56,6 @@ Breaking Changes / Porting Guide v2.3.1 ====== -Release Summary ---------------- - -This release brings some minor changes and bugfixes. - Minor Changes ------------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f9cc57c8..4d0d7c3b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -688,3 +688,20 @@ releases: - 75-vmware_rest-action_groups.yaml - 76-vmware_rest-dont_use_folder.yaml release_date: '2024-03-21' + 3.1.0: + changes: + minor_changes: + - cluster_moid - updated documentation around lookup plugin usage + - datacenter_moid - updated documentation around lookup plugin usage + - datastore_moid - updated documentation around lookup plugin usage + - folder_moid - updated documentation around lookup plugin usage + - host_moid - updated documentation around lookup plugin usage + - network_moid - updated documentation around lookup plugin usage + - resource_pool_moid - updated documentation around lookup plugin usage + - vm_moid - updated documentation around lookup plugin usage + fragments: + - 503_mm-feature_update_lookup_docs.yml + - 506-mention_vmware.vmware.vcsa_settings.yml + - 510-fix-broken-doc-generation.yml + - 513-add-vmware.vmware-for-docs-ci.yaml + release_date: '2024-08-21' diff --git a/changelogs/fragments/503_mm-feature_update_lookup_docs.yml b/changelogs/fragments/503_mm-feature_update_lookup_docs.yml deleted file mode 100644 index 8ca79834..00000000 --- a/changelogs/fragments/503_mm-feature_update_lookup_docs.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -minor_changes: - - cluster_moid - updated documentation around lookup plugin usage - - datacenter_moid - updated documentation around lookup plugin usage - - datastore_moid - updated documentation around lookup plugin usage - - folder_moid - updated documentation around lookup plugin usage - - host_moid - updated documentation around lookup plugin usage - - network_moid - updated documentation around lookup plugin usage - - resource_pool_moid - updated documentation around lookup plugin usage - - vm_moid - updated documentation around lookup plugin usage diff --git a/changelogs/fragments/506-mention_vmware.vmware.vcsa_settings.yml b/changelogs/fragments/506-mention_vmware.vmware.vcsa_settings.yml deleted file mode 100644 index 4e02811c..00000000 --- a/changelogs/fragments/506-mention_vmware.vmware.vcsa_settings.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -trivial: - - appliance_access_consolecli - Mention new module `vmware.vmware.vcsa_settings` (https://github.com/ansible-collections/vmware.vmware_rest/pull/506). - - appliance_access_dcui - Mention new module `vmware.vmware.vcsa_settings` (https://github.com/ansible-collections/vmware.vmware_rest/pull/506). - - appliance_access_shell - Mention new module `vmware.vmware.vcsa_settings` (https://github.com/ansible-collections/vmware.vmware_rest/pull/506). - - appliance_access_ssh - Mention new module `vmware.vmware.vcsa_settings` (https://github.com/ansible-collections/vmware.vmware_rest/pull/506). - - appliance_networking_dns_domains - Mention new module `vmware.vmware.vcsa_settings` (https://github.com/ansible-collections/vmware.vmware_rest/pull/506). - - appliance_networking_dns_servers - Mention new module `vmware.vmware.vcsa_settings` (https://github.com/ansible-collections/vmware.vmware_rest/pull/506). - - appliance_ntp - Mention new module `vmware.vmware.vcsa_settings` (https://github.com/ansible-collections/vmware.vmware_rest/pull/506). - - appliance_system_time_timezone - Mention new module `vmware.vmware.vcsa_settings` (https://github.com/ansible-collections/vmware.vmware_rest/pull/506). - - appliance_timesync - Mention new module `vmware.vmware.vcsa_settings` (https://github.com/ansible-collections/vmware.vmware_rest/pull/506). diff --git a/changelogs/fragments/510-fix-broken-doc-generation.yml b/changelogs/fragments/510-fix-broken-doc-generation.yml deleted file mode 100644 index 0d02fbdb..00000000 --- a/changelogs/fragments/510-fix-broken-doc-generation.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -trivial: - - content_locallibrary - Removed doc reference to missing module `content_library_item` (https://github.com/ansible-collections/vmware.vmware_rest/pull/510). - - content_subscribedlibrary - Removed doc reference to missing module `content_library_item` (https://github.com/ansible-collections/vmware.vmware_rest/pull/510). - - vcenter_storage_policies_info - Removed doc reference to missing module `vcenter_storage_policies` (https://github.com/ansible-collections/vmware.vmware_rest/pull/510). - - vcenter_vm - Removed doc reference to missing module `vcenter_storage_policies` (https://github.com/ansible-collections/vmware.vmware_rest/pull/510). - - vcenter_vm_hardware_disk - Removed doc reference to missing module `vcenter_storage_policies` (https://github.com/ansible-collections/vmware.vmware_rest/pull/510). - - vcenter_vm_power - Removed doc reference to missing module `vcenter_vm_guest_power` (https://github.com/ansible-collections/vmware.vmware_rest/pull/510). - - vcenter_vm_storage_policy - Removed doc reference to missing module `vcenter_storage_policies` (https://github.com/ansible-collections/vmware.vmware_rest/pull/510). diff --git a/changelogs/fragments/513-add-vmware.vmware-for-docs-ci.yaml b/changelogs/fragments/513-add-vmware.vmware-for-docs-ci.yaml deleted file mode 100644 index bb204741..00000000 --- a/changelogs/fragments/513-add-vmware.vmware-for-docs-ci.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Add vmware.vmware for docs CI (https://github.com/ansible-collections/vmware.vmware_rest/pull/513). diff --git a/galaxy.yml b/galaxy.yml index e6bbbc4b..c7d0dc7e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: vmware name: vmware_rest readme: README.md -version: 3.0.1 +version: 3.1.0 authors: - Ansible (https://github.com/ansible) description: VMware collection for Ansible