From 9c514efc083e57f82da3158697468331104a18b4 Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Fri, 4 Feb 2022 17:39:36 +0100 Subject: [PATCH] release 2.2.3 --- CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 7 +++++++ galaxy.yml | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 814c537..5862e08 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Apache CloudStack Collection Release Notes .. contents:: Topics +v2.2.3 +====== + +Bugfixes +-------- + +- cs_instance - Fixed regression project ID KeyError if no project is used (https://github.com/ngine-io/ansible-collection-cloudstack/pull/94). + v2.2.2 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index ffb6f6a..9504444 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -101,3 +101,10 @@ releases: fragments: - 90-cs_instance-project-id-volume-query.yml release_date: '2021-10-27' + 2.2.3: + changes: + bugfixes: + - cs_instance - Fixed regression project ID KeyError if no project is used (https://github.com/ngine-io/ansible-collection-cloudstack/pull/94). + fragments: + - cs_insance.md + release_date: '2022-02-04' diff --git a/galaxy.yml b/galaxy.yml index ce14a37..e16b2e6 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -23,4 +23,4 @@ tags: - cloud - cloudstack - ngine_io -version: 2.2.2 +version: 2.2.3