From dc89b6dd403255b8ff840b914ac7f6eeccced6fb Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Sun, 4 Dec 2022 15:32:00 +0100 Subject: [PATCH] release 2.3.0 --- CHANGELOG.rst | 9 +++++++++ changelogs/changelog.yaml | 10 ++++++++++ changelogs/fragments/cs_instance-pod-cluster-args.yml | 2 -- changelogs/fragments/details_cpu_memory.yml | 2 -- galaxy.yml | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/cs_instance-pod-cluster-args.yml delete mode 100644 changelogs/fragments/details_cpu_memory.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 90c903f..b4cdf16 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,15 @@ Apache CloudStack Collection Release Notes .. contents:: Topics +v2.3.0 +====== + +Minor Changes +------------- + +- 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). +- cs_instance - The optional arguments ``pod`` and ``cluster`` has been added. + v2.2.4 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 8acd19d..271375e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -116,3 +116,13 @@ releases: fragments: - doc-fix.yml release_date: '2022-05-22' + 2.3.0: + changes: + minor_changes: + - 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). + - cs_instance - The optional arguments ``pod`` and ``cluster`` has been added. + fragments: + - cs_instance-pod-cluster-args.yml + - details_cpu_memory.yml + release_date: '2022-12-04' diff --git a/changelogs/fragments/cs_instance-pod-cluster-args.yml b/changelogs/fragments/cs_instance-pod-cluster-args.yml deleted file mode 100644 index 42717c1..0000000 --- a/changelogs/fragments/cs_instance-pod-cluster-args.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - cs_instance - The optional arguments ``pod`` and ``cluster`` has been added. diff --git a/changelogs/fragments/details_cpu_memory.yml b/changelogs/fragments/details_cpu_memory.yml deleted file mode 100644 index d66875b..0000000 --- a/changelogs/fragments/details_cpu_memory.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - 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). diff --git a/galaxy.yml b/galaxy.yml index 883ad13..166538b 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -23,4 +23,4 @@ tags: - cloud - cloudstack - ngine_io -version: 2.2.4 +version: 2.3.0