Skip to content

Commit

Permalink
prepare 5.2.0 release (ansible-collections#2262)
Browse files Browse the repository at this point in the history
ansible-playbook tools/prepare_release.yml
  • Loading branch information
mariolenz authored Nov 30, 2024
1 parent 5bca41c commit 9418cbf
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 15 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ community.vmware Release Notes

This changelog describes changes after version 4.7.0.

v5.2.0
======

Minor Changes
-------------

- vmware.py - Add logic for handling the case where the `datacenter` property is not provided.
- vmware_guest_info - `datacenter` property is now optional as it only required in cases where the VM is not uniquely identified by `name`.

Bugfixes
--------

- vm_device_helper - Fix 'invalid configuration for device' error caused by missing fileoperation parameter. (https://github.com/ansible-collections/community.vmware/pull/2009).
- vmware_guest - Fix errors occuring during hardware version upgrade not being reported. (https://github.com/ansible-collections/community.vmware/pull/2010).
- vmware_guest - Fix vmware_guest always reporting change when using dvswitch. (https://github.com/ansible-collections/community.vmware/pull/2000).
- vmware_guest_tools_upgrade - Account for all possible tools status (https://github.com/ansible-collections/community.vmware/issues/2237).

New Modules
-----------

- vmware_drs_override - Configure DRS behavior for a specific VM in vSphere

v5.1.0
======

Expand Down
26 changes: 26 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,29 @@ releases:
- 2217-deprecate-vmware_cluster_dpm.yml
- 2218-deprecate-vmware_cluster_drs_recommendations.yml
release_date: '2024-11-01'
5.2.0:
changes:
bugfixes:
- vm_device_helper - Fix 'invalid configuration for device' error caused by
missing fileoperation parameter. (https://github.com/ansible-collections/community.vmware/pull/2009).
- vmware_guest - Fix errors occuring during hardware version upgrade not being
reported. (https://github.com/ansible-collections/community.vmware/pull/2010).
- vmware_guest - Fix vmware_guest always reporting change when using dvswitch.
(https://github.com/ansible-collections/community.vmware/pull/2000).
- vmware_guest_tools_upgrade - Account for all possible tools status (https://github.com/ansible-collections/community.vmware/issues/2237).
minor_changes:
- vmware.py - Add logic for handling the case where the `datacenter` property
is not provided.
- vmware_guest_info - `datacenter` property is now optional as it only required
in cases where the VM is not uniquely identified by `name`.
fragments:
- 2000-fix-vmware-guest-idempotency-with-dvswitch.yml
- 2009-fix-disk-add-failing-with-invalid-configuration-for-device.yml
- 2010-fix-vm-hardware-version-upgrade-error-not-being-reported.yml
- 2237-vmware_guest_tools_upgrade.yml
- 2241-vmware_guest_info-make-datacenter-property-optional.yaml
modules:
- description: Configure DRS behavior for a specific VM in vSphere
name: vmware_drs_override
namespace: ''
release_date: '2024-11-30'

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/2237-vmware_guest_tools_upgrade.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: 5.2.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit 9418cbf

Please sign in to comment.