From 1b03f918ac42315f2fdea6ca572ed6ea3e80494c Mon Sep 17 00:00:00 2001 From: Jakob Meng Date: Tue, 4 Oct 2022 11:07:23 +0200 Subject: [PATCH] Release 1.10.0 version Change-Id: Ia5c6809d820865fd477d6956707a195ab672f069 --- CHANGELOG.rst | 22 ++++++++++++++++++++++ changelogs/changelog.yaml | 19 +++++++++++++++++-- galaxy.yml | 2 +- 3 files changed, 40 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fc350b4c..7feb2ad5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,28 @@ Openstack Cloud Ansilbe modules Release Notes .. contents:: Topics +v1.10.0 +======= + +Release Summary +--------------- + +Enable logging of openstacksdk activities and warn users about incompatible openstacksdk releases when using inventory plugin + +Bugfixes +-------- + +- Add SDK logging option for openstack ansible collections +- Don't use deprecated distutils from python 3.10 +- Ensure openstacksdk compatibility in inventory plugin +- Lowered maximum OpenStack SDK version to 0.98.999 in inventory plugin + +Known Issues +------------ + +- For compatibility with OpenStack SDK >= 0.99.0 use Ansible OpenStack collection 2.0.0 or later which is currently under development. +- Release series 1.x.x of this collection is compatible to OpenStack SDK prior to 0.99.0 only. + v1.9.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 74f6c4f0..16725b92 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -70,6 +70,21 @@ releases: name: volume_info namespace: '' release_date: '2020-08-17' + 1.10.0: + changes: + bugfixes: + - Add SDK logging option for openstack ansible collections + - Don't use deprecated distutils from python 3.10 + - Ensure openstacksdk compatibility in inventory plugin + - Lowered maximum OpenStack SDK version to 0.98.999 in inventory plugin + known_issues: + - For compatibility with OpenStack SDK >= 0.99.0 use Ansible OpenStack collection + 2.0.0 or later which is currently under development. + - Release series 1.x.x of this collection is compatible to OpenStack SDK prior + to 0.99.0 only. + release_summary: Enable logging of openstacksdk activities and warn users about + incompatible openstacksdk releases when using inventory plugin + release_date: '2022-10-04' 1.2.0: changes: minor_changes: @@ -375,8 +390,8 @@ releases: 2.0.0 or later which is currently under development. - Release series 1.x.x of this collection is compatible to OpenStack SDK prior to 0.99.0 only. - release_summary: 'This release will enforce openstacksdk<0.99.0, has a dozen - modules refactored and several bugs fixed.' + release_summary: This release will enforce openstacksdk<0.99.0, has a dozen + modules refactored and several bugs fixed. release_date: '2022-08-25' 1.9.1: changes: diff --git a/galaxy.yml b/galaxy.yml index 5d37d02a..4b49271e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -33,4 +33,4 @@ build_ignore: - ansible_collections_openstack.egg-info - contrib - changelogs -version: 1.9.1 +version: 1.10.0