Skip to content

Commit

Permalink
prepare 4.8.0 release (ansible-collections#2232)
Browse files Browse the repository at this point in the history
ansible-playbook tools/prepare_release.yml
  • Loading branch information
mariolenz authored Nov 1, 2024
1 parent 44a9526 commit 3955738
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 15 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
22 changes: 22 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/2194-vmware_vm_info.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/2208-vmware_vmotion.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/2217-deprecate-vmware_cluster_dpm.yml

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3955738

Please sign in to comment.