Skip to content

Commit 94751e4

Browse files
authored
prepare 4.1.0 release (#1983)
Prepare 4.0.0 release ansible-playbook tools/prepare_release.yml
1 parent 8d99829 commit 94751e4

9 files changed

+41
-17
lines changed

CHANGELOG.rst

+17
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ community.vmware Release Notes
66

77
This changelog describes changes after version 3.9.0.
88

9+
v4.1.0
10+
======
11+
12+
Minor Changes
13+
-------------
14+
15+
- vmware_guest - Add IPv6 support for VM network interfaces (https://github.com/ansible-collections/community.vmware/pull/1937).
16+
- vmware_guest_sendkey - Add Windows key (https://github.com/ansible-collections/community.vmware/issues/1959).
17+
- vmware_guest_tools_upgrade - Add parameter `installer_options` to pass command line options to the installer to modify the installation procedure for tools (https://github.com/ansible-collections/community.vmware/pull/1059).
18+
19+
Bugfixes
20+
--------
21+
22+
- Fix InsecureRequestWarning for modules based on the VmwareRestClient module util when setting ``validate_certs`` to ``False`` (https://github.com/ansible-collections/community.vmware/pull/1969).
23+
- module_utils/vmware.py - remove ssl.wrap_socet() function. Replaced for code based on ssl.get_server_certificate (https://github.com/ansible-collections/community.vmware/issues/1930).
24+
- vmware_guest - Fix failure of vm reconfiguration with enabled virt_based_security (https://github.com/ansible-collections/community.vmware/pull/1848).
25+
926
v4.0.1
1027
======
1128

changelogs/changelog.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,26 @@ releases:
5858
fragments:
5959
- 1919-vmware_vm_info.yml
6060
release_date: '2023-11-28'
61+
4.1.0:
62+
changes:
63+
bugfixes:
64+
- Fix InsecureRequestWarning for modules based on the VmwareRestClient module
65+
util when setting ``validate_certs`` to ``False`` (https://github.com/ansible-collections/community.vmware/pull/1969).
66+
- module_utils/vmware.py - remove ssl.wrap_socet() function. Replaced for code
67+
based on ssl.get_server_certificate (https://github.com/ansible-collections/community.vmware/issues/1930).
68+
- vmware_guest - Fix failure of vm reconfiguration with enabled virt_based_security
69+
(https://github.com/ansible-collections/community.vmware/pull/1848).
70+
minor_changes:
71+
- vmware_guest - Add IPv6 support for VM network interfaces (https://github.com/ansible-collections/community.vmware/pull/1937).
72+
- vmware_guest_sendkey - Add Windows key (https://github.com/ansible-collections/community.vmware/issues/1959).
73+
- vmware_guest_tools_upgrade - Add parameter `installer_options` to pass command
74+
line options to the installer to modify the installation procedure for tools
75+
(https://github.com/ansible-collections/community.vmware/pull/1059).
76+
fragments:
77+
- 1059-vmware_guest_tools_upgrade.yml
78+
- 1848-fix-vm-reconfiguration-with-enabled-vbs.yml
79+
- 1930-fix_ssl_deprecation_function.yml
80+
- 1937-vmware_guest.yml
81+
- 1959-vmware_guest_sendkey.yml
82+
- 1969-InsecureRequestWarning.yml
83+
release_date: '2024-01-25'

changelogs/fragments/1059-vmware_guest_tools_upgrade.yml

-3
This file was deleted.

changelogs/fragments/1848-fix-vm-reconfiguration-with-enabled-vbs.yml

-3
This file was deleted.

changelogs/fragments/1930-fix_ssl_deprecation_function.yml

-3
This file was deleted.

changelogs/fragments/1937-vmware_guest.yml

-2
This file was deleted.

changelogs/fragments/1959-vmware_guest_sendkey.yml

-2
This file was deleted.

changelogs/fragments/1969-InsecureRequestWarning.yml

-3
This file was deleted.

galaxy.yml

+1-1
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: 4.1.0
99
readme: README.md
1010
authors:
1111
- Ansible (https://github.com/ansible)

0 commit comments

Comments
 (0)