blob: 8b350cfb11a9d4edc7d6d7e65721b064b2aca162 (
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
==============================================
Ansible Collection cloudscale.ch Release Notes
==============================================
.. contents:: Topics
v1.3.1
======
Minor Changes
-------------
- Implemented identical naming support of the same resource type per zone (https://github.com/cloudscale-ch/ansible-collection-cloudscale/pull/46).
Bugfixes
--------
- Fix inventory plugin failing to launch (https://github.com/cloudscale-ch/ansible-collection-cloudscale/issues/49).
v1.3.0
======
Minor Changes
-------------
- floating_ip - Added an optional name parameter to gain idempotency. The parameter will be required for assigning a new floating IP with release of version 2.0.0 (https://github.com/cloudscale-ch/ansible-collection-cloudscale/pull/43/).
- floating_ip - Allow to reserve an IP without assignment to a server (https://github.com/cloudscale-ch/ansible-collection-cloudscale/pull/31/).
New Modules
-----------
- subnet - Manages subnets on the cloudscale.ch IaaS service
v1.2.0
======
Minor Changes
-------------
- server_group - The module has been refactored and the code simplifed (https://github.com/cloudscale-ch/ansible-collection-cloudscale/pull/23).
- volume - The module has been refactored and the code simplifed (https://github.com/cloudscale-ch/ansible-collection-cloudscale/pull/24).
New Modules
-----------
- network - Manages networks on the cloudscale.ch IaaS service
v1.1.0
======
Minor Changes
-------------
- floating_ip - added tags support (https://github.com/cloudscale-ch/ansible-collection-cloudscale/pull/16)
New Modules
-----------
- objects_user - Manages objects users on the cloudscale.ch IaaS service
|