From 3955738bfd660a77dc409054b81a51bc55d6619a Mon Sep 17 00:00:00 2001 From: Mario Lenz Date: Fri, 1 Nov 2024 13:54:15 +0100 Subject: [PATCH] prepare 4.8.0 release (#2232) ansible-playbook tools/prepare_release.yml --- CHANGELOG.rst | 20 +++++++++++++++++ changelogs/changelog.yaml | 22 +++++++++++++++++++ ...-recreation-on-vm-with-8-or-more-disks.yml | 3 --- changelogs/fragments/2194-vmware_vm_info.yml | 2 -- changelogs/fragments/2208-vmware_vmotion.yml | 3 --- .../2217-deprecate-vmware_cluster_dpm.yml | 3 --- ...ate-vmware_cluster_drs_recommendations.yml | 3 --- galaxy.yml | 2 +- 8 files changed, 43 insertions(+), 15 deletions(-) delete mode 100644 changelogs/fragments/2173-fix-existing-disk-recreation-on-vm-with-8-or-more-disks.yml delete mode 100644 changelogs/fragments/2194-vmware_vm_info.yml delete mode 100644 changelogs/fragments/2208-vmware_vmotion.yml delete mode 100644 changelogs/fragments/2217-deprecate-vmware_cluster_dpm.yml delete mode 100644 changelogs/fragments/2218-deprecate-vmware_cluster_drs_recommendations.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 40a234f102..70a8c08110 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,26 @@ community.vmware Release Notes This changelog describes changes after version 3.9.0. +v4.8.0 +====== + +Minor Changes +------------- + +- vmware_vm_info - Improve performance when parsing custom attributes information (https://github.com/ansible-collections/community.vmware/pull/2194) + +Deprecated Features +------------------- + +- vmware_cluster_dpm - the module has been deprecated and will be removed in community.vmware 6.0.0 (https://github.com/ansible-collections/community.vmware/pull/2217). +- vmware_cluster_drs_recommendations - the module has been deprecated and will be removed in community.vmware 6.0.0 (https://github.com/ansible-collections/community.vmware/pull/2218). + +Bugfixes +-------- + +- vmware_guest - Fix existing disk erroneously being re-created when modifying vm with 8 or more disks. (https://github.com/ansible-collections/community.vmware/pull/2173). +- vmware_vmotion - Fix a `list index out of range` error when vSphere doesn't provide a placement recommendation (https://github.com/ansible-collections/community.vmware/pull/2208). + v4.7.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7a498468c2..441d6b2f05 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -225,3 +225,25 @@ releases: - 2186-fix-sanity-tests.yml - 2192-fix-documentation.yml release_date: '2024-10-05' + 4.8.0: + changes: + bugfixes: + - vmware_guest - Fix existing disk erroneously being re-created when modifying + vm with 8 or more disks. (https://github.com/ansible-collections/community.vmware/pull/2173). + - vmware_vmotion - Fix a `list index out of range` error when vSphere doesn't + provide a placement recommendation (https://github.com/ansible-collections/community.vmware/pull/2208). + deprecated_features: + - vmware_cluster_dpm - the module has been deprecated and will be removed in + community.vmware 6.0.0 (https://github.com/ansible-collections/community.vmware/pull/2217). + - vmware_cluster_drs_recommendations - the module has been deprecated and will + be removed in community.vmware 6.0.0 (https://github.com/ansible-collections/community.vmware/pull/2218). + minor_changes: + - vmware_vm_info - Improve performance when parsing custom attributes information + (https://github.com/ansible-collections/community.vmware/pull/2194) + fragments: + - 2173-fix-existing-disk-recreation-on-vm-with-8-or-more-disks.yml + - 2194-vmware_vm_info.yml + - 2208-vmware_vmotion.yml + - 2217-deprecate-vmware_cluster_dpm.yml + - 2218-deprecate-vmware_cluster_drs_recommendations.yml + release_date: '2024-11-01' diff --git a/changelogs/fragments/2173-fix-existing-disk-recreation-on-vm-with-8-or-more-disks.yml b/changelogs/fragments/2173-fix-existing-disk-recreation-on-vm-with-8-or-more-disks.yml deleted file mode 100644 index bb4f562dcb..0000000000 --- a/changelogs/fragments/2173-fix-existing-disk-recreation-on-vm-with-8-or-more-disks.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - vmware_guest - Fix existing disk erroneously being re-created when modifying vm with 8 or more disks. - (https://github.com/ansible-collections/community.vmware/pull/2173). diff --git a/changelogs/fragments/2194-vmware_vm_info.yml b/changelogs/fragments/2194-vmware_vm_info.yml deleted file mode 100644 index 667e2fd8f4..0000000000 --- a/changelogs/fragments/2194-vmware_vm_info.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - vmware_vm_info - Improve performance when parsing custom attributes information (https://github.com/ansible-collections/community.vmware/pull/2194) diff --git a/changelogs/fragments/2208-vmware_vmotion.yml b/changelogs/fragments/2208-vmware_vmotion.yml deleted file mode 100644 index 08e8a1716d..0000000000 --- a/changelogs/fragments/2208-vmware_vmotion.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - vmware_vmotion - Fix a `list index out of range` error when vSphere doesn't provide a placement recommendation - (https://github.com/ansible-collections/community.vmware/pull/2208). diff --git a/changelogs/fragments/2217-deprecate-vmware_cluster_dpm.yml b/changelogs/fragments/2217-deprecate-vmware_cluster_dpm.yml deleted file mode 100644 index 796ad23c0e..0000000000 --- a/changelogs/fragments/2217-deprecate-vmware_cluster_dpm.yml +++ /dev/null @@ -1,3 +0,0 @@ -deprecated_features: - - vmware_cluster_dpm - the module has been deprecated and will be removed in community.vmware 6.0.0 - (https://github.com/ansible-collections/community.vmware/pull/2217). diff --git a/changelogs/fragments/2218-deprecate-vmware_cluster_drs_recommendations.yml b/changelogs/fragments/2218-deprecate-vmware_cluster_drs_recommendations.yml deleted file mode 100644 index 2b4c61221a..0000000000 --- a/changelogs/fragments/2218-deprecate-vmware_cluster_drs_recommendations.yml +++ /dev/null @@ -1,3 +0,0 @@ -deprecated_features: - - vmware_cluster_drs_recommendations - the module has been deprecated and will be removed in community.vmware 6.0.0 - (https://github.com/ansible-collections/community.vmware/pull/2218). diff --git a/galaxy.yml b/galaxy.yml index 014a6917ef..dcac103184 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -5,7 +5,7 @@ name: vmware # https://github.com/ansible-network/releases/tree/master/ansible_releases/cmd # A script based on https://pypi.org/project/pbr/ will generate the version # key. The version value depends on the tag or the last git tag. -version: null +version: 4.8.0 readme: README.md authors: - Ansible (https://github.com/ansible)