Skip to content

Commit dc89b6d

Browse files
committed
release 2.3.0
1 parent 3735191 commit dc89b6d

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Apache CloudStack Collection Release Notes
55
.. contents:: Topics
66

77

8+
v2.3.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- cs_instance - The arguments ``cpu``, ``cpu_speed`` and ``memory`` are no longer required to be set together (https://github.com/ngine-io/ansible-collection-cloudstack/issues/111).
15+
- cs_instance - The optional arguments ``pod`` and ``cluster`` has been added.
16+
817
v2.2.4
918
======
1019

changelogs/changelog.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,13 @@ releases:
116116
fragments:
117117
- doc-fix.yml
118118
release_date: '2022-05-22'
119+
2.3.0:
120+
changes:
121+
minor_changes:
122+
- cs_instance - The arguments ``cpu``, ``cpu_speed`` and ``memory`` are no longer
123+
required to be set together (https://github.com/ngine-io/ansible-collection-cloudstack/issues/111).
124+
- cs_instance - The optional arguments ``pod`` and ``cluster`` has been added.
125+
fragments:
126+
- cs_instance-pod-cluster-args.yml
127+
- details_cpu_memory.yml
128+
release_date: '2022-12-04'

changelogs/fragments/cs_instance-pod-cluster-args.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/details_cpu_memory.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ tags:
2323
- cloud
2424
- cloudstack
2525
- ngine_io
26-
version: 2.2.4
26+
version: 2.3.0

0 commit comments

Comments
 (0)