summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/cloudscale_ch/cloud/CHANGELOG.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 20:03:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 20:03:01 +0000
commita453ac31f3428614cceb99027f8efbdb9258a40b (patch)
treef61f87408f32a8511cbd91799f9cececb53e0374 /collections-debian-merged/ansible_collections/cloudscale_ch/cloud/CHANGELOG.rst
parentInitial commit. (diff)
downloadansible-upstream.tar.xz
ansible-upstream.zip
Adding upstream version 2.10.7+merged+base+2.10.8+dfsg.upstream/2.10.7+merged+base+2.10.8+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'collections-debian-merged/ansible_collections/cloudscale_ch/cloud/CHANGELOG.rst')
-rw-r--r--collections-debian-merged/ansible_collections/cloudscale_ch/cloud/CHANGELOG.rst60
1 files changed, 60 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/cloudscale_ch/cloud/CHANGELOG.rst b/collections-debian-merged/ansible_collections/cloudscale_ch/cloud/CHANGELOG.rst
new file mode 100644
index 00000000..8b350cfb
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cloudscale_ch/cloud/CHANGELOG.rst
@@ -0,0 +1,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