You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,49 @@ Community.Libvirt Release Notes
4
4
5
5
.. contents:: Topics
6
6
7
+
v2.0.0
8
+
======
9
+
10
+
Release Summary
11
+
---------------
12
+
13
+
This is a major release of the ``community.libvirt`` collection.
14
+
This changelog contains all changes to the modules and plugins in this collection
15
+
that have been made after the previous release.
16
+
17
+
Major Changes
18
+
-------------
19
+
20
+
- virt_volume - a new command 'create_cidata_cdrom' enables the creation of a cloud-init CDROM, which can be attached to a cloud-init enabled base image, for bootstrapping networking, users etc.
21
+
- virt_volume - the commands create_from, delete, download, info, resize, upload, wipe, facts did not work and were not tested. They have either been refactored to work, and tested, or removed.
22
+
- virt_volume - the mechanism of passing variables to the member functions was not flexible enough to cope with differing parameter requirements. All parameters are now passed as kwargs, which allows the member functions to select the parameters they need.
23
+
- virt_volume - the module appears to have been derived from virt_pool, but not cleaned up to remove much non-functional code. It has been refactored to remove the pool-specific code, and to make it more flexible.
24
+
25
+
Removed Features (previously deprecated)
26
+
----------------------------------------
27
+
28
+
- virt_volume - PoolConnection class has been removed
29
+
- virt_volume - the 'deleted' state has been removed as its definition was not entirely accurate, and the 'wipe' boolean option is added to 'state/absent' and 'command/delete'.
30
+
- virt_volume - undocumented but unused FLAGS have been removed.
31
+
- virt_volume - undocumented but unused/non-functional functions (get_status, get_status2, get_state, get_uuid, build) have been removed.
32
+
33
+
Bugfixes
34
+
--------
35
+
36
+
- virt_volume - create_from was non-functional, and is now folded into create (added clone_source parameter). Fixes
37
+
- virt_volume - info, facts, download, upload commands have been removed as they were not functional (and not tested).
38
+
- virt_volume - wipe command now works (and is also a boolean option for 'state/absent' and 'command/delete').
39
+
40
+
Known Issues
41
+
------------
42
+
43
+
- virt_volume - check_mode is disabled. It was not fully supported in the previous code either ('state/present', 'command/create' did not support it).
44
+
45
+
New Modules
46
+
-----------
47
+
48
+
- community.libvirt.virt_install - Provision new virtual machines using virt-install tool
0 commit comments