From f3e6e85dc2ebbb210e5cebbb6f4068ef6a926011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Tue, 28 Sep 2021 00:05:15 +0200 Subject: [PATCH] release 2.2.1 (#88) * add changelog * bump release 2.2.1 * generate changelog --- 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 da589b7..cad2ef3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Apache CloudStack Collection Release Notes .. contents:: Topics +v2.2.1 +====== + +Bugfixes +-------- + +- cs_instance - Fixed attribute error in custom service offerings handling (https://github.com/ngine-io/ansible-collection-cloudstack/pull/87). + v2.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cbb22ed..450b406 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -86,3 +86,10 @@ releases: - 82-cs_network_offering_new_args.yml - 83-cs_instance_info_host_filter.yml release_date: '2021-09-01' + 2.2.1: + changes: + bugfixes: + - cs_instance - Fixed attribute error in custom service offerings handling (https://github.com/ngine-io/ansible-collection-cloudstack/pull/87). + fragments: + - cs_instance-attribute-error.yml + release_date: '2021-09-27' diff --git a/galaxy.yml b/galaxy.yml index 748b655..c38fad7 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -23,4 +23,4 @@ tags: - cloud - cloudstack - ngine_io -version: 2.2.0 +version: 2.2.1