Release 1.9.1 version

Change-Id: I2d53fb4ef05c916f38482bd694a1b42d30d3d1d5
This commit is contained in:
Jakob Meng
2022-09-08 14:05:36 +02:00
parent 8dfcd17731
commit 478f325f29
3 changed files with 31 additions and 2 deletions

View File

@@ -5,6 +5,25 @@ Openstack Cloud Ansilbe modules Release Notes
.. 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
======
@@ -13,7 +32,6 @@ Release Summary
This release will enforce openstacksdk<0.99.0, has a dozen modules refactored and several bugs fixed.
Bugfixes
--------

View File

@@ -378,3 +378,14 @@ releases:
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:
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'

View File

@@ -33,4 +33,4 @@ build_ignore:
- ansible_collections_openstack.egg-info
- contrib
- changelogs
version: 1.9.0
version: 1.9.1