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 5.3.0 release #2288

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
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ community.vmware Release Notes

This changelog describes changes after version 4.7.0.

v5.3.0
======

Major Changes
-------------

- vmware_dvswitch_pvlans - The VLAN ID type has been updated to be handled as an integer (https://github.com/ansible-collections/community.vmware/pull/2267).

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

- vmware_guest - Add new cutomization spec param `domainOU`. (https://github.com/ansible-collections/community.vmware/issues/2275)
- vmware_guest - Speedup network search (https://github.com/ansible-collections/community.vmware/pull/2278).
- vmware_guest_network - Speedup network search (https://github.com/ansible-collections/community.vmware/pull/2277).

Deprecated Features
-------------------

- vmware_cluster_info - the module has been deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2260).

Bugfixes
--------

- vmware_guest - setting vApp properties on virtual machines without vApp options raised an AttributeError. Fix now gracefully handles a `None` value for vApp options when retrieving current vApp properties (https://github.com/ansible-collections/community.vmware/pull/2220).

v5.2.0
======

Expand Down
24 changes: 24 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,27 @@ releases:
name: vmware_drs_override
namespace: ''
release_date: '2024-11-30'
5.3.0:
changes:
bugfixes:
- vmware_guest - setting vApp properties on virtual machines without vApp options
raised an AttributeError. Fix now gracefully handles a `None` value for vApp
options when retrieving current vApp properties (https://github.com/ansible-collections/community.vmware/pull/2220).
deprecated_features:
- vmware_cluster_info - the module has been deprecated and will be removed in
community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2260).
major_changes:
- vmware_dvswitch_pvlans - The VLAN ID type has been updated to be handled as
an integer (https://github.com/ansible-collections/community.vmware/pull/2267).
minor_changes:
- vmware_guest - Add new cutomization spec param `domainOU`. (https://github.com/ansible-collections/community.vmware/issues/2275)
- vmware_guest - Speedup network search (https://github.com/ansible-collections/community.vmware/pull/2278).
- vmware_guest_network - Speedup network search (https://github.com/ansible-collections/community.vmware/pull/2277).
fragments:
- 2216-vmware_dvswitch_pvlans.yml
- 2220-vmware_guest.yml
- 2260-deprecate-vmware_cluster_info.yml
- 2275-vm-ou-customization.yml
- 2277-vmware_guest_network.yml
- 2278-vmware_guest.yml
release_date: '2025-01-23'
3 changes: 0 additions & 3 deletions changelogs/fragments/2216-vmware_dvswitch_pvlans.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/2220-vmware_guest.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/2260-deprecate-vmware_cluster_info.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/2275-vm-ou-customization.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/2277-vmware_guest_network.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/2278-vmware_guest.yml

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.3.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down
Loading