Skip to content

Commit

Permalink
prepare 4.1.0 release (#1983)
Browse files Browse the repository at this point in the history
Prepare 4.0.0 release

ansible-playbook tools/prepare_release.yml
  • Loading branch information
mariolenz authored Jan 25, 2024
1 parent 8d99829 commit 94751e4
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 17 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ community.vmware Release Notes

This changelog describes changes after version 3.9.0.

v4.1.0
======

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

- vmware_guest - Add IPv6 support for VM network interfaces (https://github.com/ansible-collections/community.vmware/pull/1937).
- vmware_guest_sendkey - Add Windows key (https://github.com/ansible-collections/community.vmware/issues/1959).
- 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).

Bugfixes
--------

- 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).
- 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).
- vmware_guest - Fix failure of vm reconfiguration with enabled virt_based_security (https://github.com/ansible-collections/community.vmware/pull/1848).

v4.0.1
======

Expand Down
23 changes: 23 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,26 @@ releases:
fragments:
- 1919-vmware_vm_info.yml
release_date: '2023-11-28'
4.1.0:
changes:
bugfixes:
- 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).
- 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).
- vmware_guest - Fix failure of vm reconfiguration with enabled virt_based_security
(https://github.com/ansible-collections/community.vmware/pull/1848).
minor_changes:
- vmware_guest - Add IPv6 support for VM network interfaces (https://github.com/ansible-collections/community.vmware/pull/1937).
- vmware_guest_sendkey - Add Windows key (https://github.com/ansible-collections/community.vmware/issues/1959).
- 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).
fragments:
- 1059-vmware_guest_tools_upgrade.yml
- 1848-fix-vm-reconfiguration-with-enabled-vbs.yml
- 1930-fix_ssl_deprecation_function.yml
- 1937-vmware_guest.yml
- 1959-vmware_guest_sendkey.yml
- 1969-InsecureRequestWarning.yml
release_date: '2024-01-25'
3 changes: 0 additions & 3 deletions changelogs/fragments/1059-vmware_guest_tools_upgrade.yml

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/1930-fix_ssl_deprecation_function.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1937-vmware_guest.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1959-vmware_guest_sendkey.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/1969-InsecureRequestWarning.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: 4.1.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit 94751e4

Please sign in to comment.