Skip to content

Commit c02dcf4

Browse files
authored
prepare 4.0.1 release (#1932)
prepare 4.0.1 release ansible-playbook tools/prepare_release.yml --extra-vars "version=4.0.1"
1 parent fa98edf commit c02dcf4

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ community.vmware Release Notes
44

55
.. contents:: Topics
66

7+
This changelog describes changes after version 3.9.0.
8+
9+
v4.0.1
10+
======
11+
12+
Bugfixes
13+
--------
14+
15+
- vmware_vm_info - Fix an AttributeError when gathering network information (https://github.com/ansible-collections/community.vmware/pull/1919).
716

817
v4.0.0
918
======

changelogs/changelog.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,11 @@ releases:
5050
- 802-vmware_deploy_ovf.yml
5151
- issue_1772.yml
5252
release_date: '2023-10-31'
53+
4.0.1:
54+
changes:
55+
bugfixes:
56+
- vmware_vm_info - Fix an AttributeError when gathering network information
57+
(https://github.com/ansible-collections/community.vmware/pull/1919).
58+
fragments:
59+
- 1919-vmware_vm_info.yml
60+
release_date: '2023-11-28'

changelogs/fragments/1919-vmware_vm_info.yml

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

0 commit comments

Comments
 (0)