diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d17b548b..fc350b4c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 -------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d31c0921..74f6c4f0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/galaxy.yml b/galaxy.yml index e15fa200..5d37d02a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -33,4 +33,4 @@ build_ignore: - ansible_collections_openstack.egg-info - contrib - changelogs -version: 1.9.0 +version: 1.9.1