Skip to content

Commit 0189c0d

Browse files
authored
prepare 6.2.0 release (#2535)
ansible-playbook tools/prepare_release.yml
1 parent 3a52d2c commit 0189c0d

File tree

5 files changed

+25
-8
lines changed

5 files changed

+25
-8
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ community.vmware Release Notes
66

77
This changelog describes changes after version 5.7.2.
88

9+
v6.2.0
10+
======
11+
12+
Major Changes
13+
-------------
14+
15+
- Bump required ``vmware.vmware`` collection version to 2.5.0 (https://github.com/ansible-collections/community.vmware/pull/2503).
16+
17+
Bugfixes
18+
--------
19+
20+
- vmware_guest_storage_policy - Fix storage policy search to return None if no policies are found, instead of causing an exception. fixes https://github.com/ansible-collections/community.vmware/issues/2527
21+
922
v6.1.0
1023
======
1124

changelogs/changelog.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,14 @@ releases:
5454
- 2504-replace-ansible.module_utils.common._collections_compat.yml
5555
- 2504-replace_ansible.module_utils._text.yml
5656
release_date: '2025-11-02'
57+
6.2.0:
58+
changes:
59+
bugfixes:
60+
- vmware_guest_storage_policy - Fix storage policy search to return None if
61+
no policies are found, instead of causing an exception. fixes https://github.com/ansible-collections/community.vmware/issues/2527
62+
major_changes:
63+
- Bump required ``vmware.vmware`` collection version to 2.5.0 (https://github.com/ansible-collections/community.vmware/pull/2503).
64+
fragments:
65+
- 2503-vmware.vmware-2.5.0.yml
66+
- 2532-fix-storage-policy-search.yml
67+
release_date: '2026-01-23'

changelogs/fragments/2503-vmware.vmware-2.5.0.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/2532-fix-storage-policy-search.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: vmware
55
# https://github.com/ansible-network/releases/tree/master/ansible_releases/cmd
66
# A script based on https://pypi.org/project/pbr/ will generate the version
77
# key. The version value depends on the tag or the last git tag.
8-
version: null
8+
version: 6.2.0
99
readme: README.md
1010
authors:
1111
- Ansible (https://github.com/ansible)

0 commit comments

Comments
 (0)