Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare 4.8.0 release #2232

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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