From fff978d27344f4ff6633d9bc4d46af47d5ae9226 Mon Sep 17 00:00:00 2001 From: gtema Date: Fri, 1 Dec 2023 17:29:42 +0100 Subject: [PATCH] Prepare release 2.2.0 Prepare data for the v2.2.0 release with few new modules and bugfixes. Change-Id: Id593b623b389cedb140fb05e8063f48ef7eacc36 --- CHANGELOG.rst | 21 +++++++++++++++++++++ changelogs/changelog.yaml | 11 +++++++++++ galaxy.yml | 2 +- 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bebf2e90..858fd93a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,27 @@ Ansible OpenStack Collection Release Notes .. contents:: Topics +v2.2.0 +====== + +Release Summary +--------------- + +New module for volume_type and bugfixes + +Minor Changes +------------- + +- Add volume_encryption_type modules +- Add volume_type modules + +Bugfixes +-------- + +- Fix image module filter +- Fix port module idempotency +- Fix router module idempotency + v2.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 8ac52f93..1317ea19 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -515,3 +515,14 @@ releases: - Highlight our mode of operation more prominently release_summary: New module for Ironic and bugfixes release_date: '2023-04-19' + 2.2.0: + changes: + bugfixes: + - Fix image module filter + - Fix port module idempotency + - Fix router module idempotency + minor_changes: + - Add volume_encryption_type modules + - Add volume_type modules + release_summary: New module for volume_type and bugfixes + release_date: '2023-12-01' diff --git a/galaxy.yml b/galaxy.yml index c4033f13..71de006f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -32,4 +32,4 @@ build_ignore: - .vscode - ansible_collections_openstack.egg-info - changelogs -version: 2.1.0 +version: 2.2.0