From c30e4db77c4736ad30df054b3167acfa53d4d316 Mon Sep 17 00:00:00 2001 From: Jakob Meng Date: Tue, 18 Apr 2023 08:46:14 +0200 Subject: [PATCH] Publish 2.1.0 release Change-Id: I142f14dd35720557539b9cf3489a3c12c31f342a --- CHANGELOG.rst | 25 +++++++++++++++++++++++++ changelogs/changelog.yaml | 15 +++++++++++++++ galaxy.yml | 2 +- 3 files changed, 41 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2a3d17aa..bebf2e90 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,31 @@ Ansible OpenStack Collection Release Notes .. contents:: Topics +v2.1.0 +====== + +Release Summary +--------------- + +New module for Ironic and bugfixes + +Minor Changes +------------- + +- Add baremetal_deploy_template module +- Highlight our mode of operation more prominently + +Bugfixes +-------- + +- Change security group rules only when instructed to do so +- Fix for AttributeError: 'dict' object has no attribute 'status' +- Fix issue with multiple records in recordset +- Fix mistake in compute_flavor_access notes +- Fixed private option in inventory plugin +- Respect description option and delete security group rules first +- Use true and false instead of yes and no for boolean values + v2.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 8c72240f..8ac52f93 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -500,3 +500,18 @@ releases: directory which could be used to generate and develop new Ansible modules for this collection have been removed. release_date: '2023-01-31' + 2.1.0: + changes: + bugfixes: + - Change security group rules only when instructed to do so + - 'Fix for AttributeError: ''dict'' object has no attribute ''status''' + - Fix issue with multiple records in recordset + - Fix mistake in compute_flavor_access notes + - Fixed private option in inventory plugin + - Respect description option and delete security group rules first + - Use true and false instead of yes and no for boolean values + minor_changes: + - Add baremetal_deploy_template module + - Highlight our mode of operation more prominently + release_summary: New module for Ironic and bugfixes + release_date: '2023-04-19' diff --git a/galaxy.yml b/galaxy.yml index 83ba687f..c4033f13 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -32,4 +32,4 @@ build_ignore: - .vscode - ansible_collections_openstack.egg-info - changelogs -version: 2.0.0 +version: 2.1.0