mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-28 18:54:29 +00:00
Release 1.9.1 version
Change-Id: I2d53fb4ef05c916f38482bd694a1b42d30d3d1d5
This commit is contained in:
@@ -5,6 +5,25 @@ Openstack Cloud Ansilbe modules Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.9.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix in keypair module
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Do not remove trailing spaces when reading public key in keypair module
|
||||||
|
|
||||||
|
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.0
|
v1.9.0
|
||||||
======
|
======
|
||||||
|
|
||||||
@@ -13,7 +32,6 @@ Release Summary
|
|||||||
|
|
||||||
This release will enforce openstacksdk<0.99.0, has a dozen modules refactored and several bugs fixed.
|
This release will enforce openstacksdk<0.99.0, has a dozen modules refactored and several bugs fixed.
|
||||||
|
|
||||||
|
|
||||||
Bugfixes
|
Bugfixes
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|||||||
@@ -378,3 +378,14 @@ releases:
|
|||||||
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:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- Do not remove trailing spaces when reading public key in keypair module
|
||||||
|
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: Bugfix in keypair module
|
||||||
|
release_date: '2022-09-08'
|
||||||
|
|||||||
@@ -33,4 +33,4 @@ build_ignore:
|
|||||||
- ansible_collections_openstack.egg-info
|
- ansible_collections_openstack.egg-info
|
||||||
- contrib
|
- contrib
|
||||||
- changelogs
|
- changelogs
|
||||||
version: 1.9.0
|
version: 1.9.1
|
||||||
|
|||||||
Reference in New Issue
Block a user