Release 1.10.0 version
Change-Id: Ia5c6809d820865fd477d6956707a195ab672f069
This commit is contained in:
parent
c435002734
commit
1b03f918ac
@ -5,6 +5,28 @@ Openstack Cloud Ansilbe modules Release Notes
|
|||||||
.. contents:: Topics
|
.. 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
|
v1.9.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
@ -70,6 +70,21 @@ releases:
|
|||||||
name: volume_info
|
name: volume_info
|
||||||
namespace: ''
|
namespace: ''
|
||||||
release_date: '2020-08-17'
|
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:
|
1.2.0:
|
||||||
changes:
|
changes:
|
||||||
minor_changes:
|
minor_changes:
|
||||||
@ -375,8 +390,8 @@ releases:
|
|||||||
2.0.0 or later which is currently under development.
|
2.0.0 or later which is currently under development.
|
||||||
- Release series 1.x.x of this collection is compatible to OpenStack SDK prior
|
- Release series 1.x.x of this collection is compatible to OpenStack SDK prior
|
||||||
to 0.99.0 only.
|
to 0.99.0 only.
|
||||||
release_summary: 'This release will enforce openstacksdk<0.99.0, has a dozen
|
release_summary: This release will enforce openstacksdk<0.99.0, has a dozen
|
||||||
modules refactored and several bugs fixed.'
|
modules refactored and several bugs fixed.
|
||||||
release_date: '2022-08-25'
|
release_date: '2022-08-25'
|
||||||
1.9.1:
|
1.9.1:
|
||||||
changes:
|
changes:
|
||||||
|
@ -33,4 +33,4 @@ build_ignore:
|
|||||||
- ansible_collections_openstack.egg-info
|
- ansible_collections_openstack.egg-info
|
||||||
- contrib
|
- contrib
|
||||||
- changelogs
|
- changelogs
|
||||||
version: 1.9.1
|
version: 1.10.0
|
||||||
|
Loading…
Reference in New Issue
Block a user