From 3f72f1a7060773e4a4fb4978db89631d6c078a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Wed, 27 Oct 2021 08:46:25 +0200 Subject: [PATCH] release 2.2.2 (#92) --- CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 8 ++++++++ .../fragments/90-cs_instance-project-id-volume-query.yml | 2 -- galaxy.yml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) delete mode 100644 changelogs/fragments/90-cs_instance-project-id-volume-query.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cad2ef3..814c537 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Apache CloudStack Collection Release Notes .. contents:: Topics +v2.2.2 +====== + +Bugfixes +-------- + +- cs_instance - Fixed missing project ID to volume query when checking root disk size. (https://github.com/ngine-io/ansible-collection-cloudstack/pull/90). + v2.2.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 450b406..ffb6f6a 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -93,3 +93,11 @@ releases: fragments: - cs_instance-attribute-error.yml release_date: '2021-09-27' + 2.2.2: + changes: + bugfixes: + - cs_instance - Fixed missing project ID to volume query when checking root + disk size. (https://github.com/ngine-io/ansible-collection-cloudstack/pull/90). + fragments: + - 90-cs_instance-project-id-volume-query.yml + release_date: '2021-10-27' diff --git a/changelogs/fragments/90-cs_instance-project-id-volume-query.yml b/changelogs/fragments/90-cs_instance-project-id-volume-query.yml deleted file mode 100644 index 1899fbd..0000000 --- a/changelogs/fragments/90-cs_instance-project-id-volume-query.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- cs_instance - Fixed missing project ID to volume query when checking root disk size. (https://github.com/ngine-io/ansible-collection-cloudstack/pull/90). diff --git a/galaxy.yml b/galaxy.yml index c38fad7..ce14a37 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -23,4 +23,4 @@ tags: - cloud - cloudstack - ngine_io -version: 2.2.1 +version: 2.2.2