Commit c02dcf4 1 parent fa98edf commit c02dcf4 Copy full SHA for c02dcf4
File tree 4 files changed +18
-3
lines changed
4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ community.vmware Release Notes
4
4
5
5
.. contents :: Topics
6
6
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).
7
16
8
17
v4.0.0
9
18
======
Original file line number Diff line number Diff line change @@ -50,3 +50,11 @@ releases:
50
50
- 802-vmware_deploy_ovf.yml
51
51
- issue_1772.yml
52
52
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'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: vmware
5
5
# https://github.com/ansible-network/releases/tree/master/ansible_releases/cmd
6
6
# A script based on https://pypi.org/project/pbr/ will generate the version
7
7
# key. The version value depends on the tag or the last git tag.
8
- version : null
8
+ version : 4.0.1
9
9
readme : README.md
10
10
authors :
11
11
- Ansible (https://github.com/ansible)
You can’t perform that action at this time.
0 commit comments