blob: 1ae9e20dacf3cbb8d867cc1c6e35f4477fc97ada (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
==============================
Vultr Collection Release Notes
==============================
.. contents:: Topics
v1.1.0
======
Minor Changes
-------------
- vultr_block_storage - Included ability to resize, attach and detach Block Storage Volumes.
v1.0.0
======
v0.3.0
======
Minor Changes
-------------
- vultr_server_info, vultr_server - Improved handling of discontinued plans (https://github.com/ansible/ansible/issues/66707).
Bugfixes
--------
- vultr - Fixed the issue retry max delay param was ignored.
New Modules
-----------
- vultr_plan_baremetal_info - Gather information about the Vultr Bare Metal plans available.
- vultr_server_baremetal - Manages baremetal servers on Vultr.
|