diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4e2bb0cc..d17b548b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,50 @@ Openstack Cloud Ansilbe modules Release Notes .. contents:: Topics +v1.9.0 +====== + +Release Summary +--------------- + +This release will enforce openstacksdk<0.99.0, has a dozen modules refactored and several bugs fixed. + + +Bugfixes +-------- + +- Added support for specifying a maximum version of the OpenStack SDK +- Constrain filters in compute_service_info to SDK >= 0.53.0 +- Drop username from return values of identity_user_info +- Fix logic in routers_info +- Fixed return value disable{d,s}_reason in compute_service_info module +- Fixed return values in compute_service_info module again +- Follow up to bump of minimum required OpenStack SDK release to SDK 0.36.0 (Train) +- Lowered maximum OpenStack SDK version to 0.98.999 +- Move dns zone info to use proxy layer +- Refactored catalog_service module +- Refactored endpoint module +- Refactored host_aggregate module +- Refactored identity_domain_info module +- Refactored identity_group_info module +- Refactored identity_role module +- Refactored identity_role_info module +- Refactored identity_user module +- Refactored identity_user_info module +- Refactored image_info module +- Refactored keypair_info module +- Refactored recordset module +- Refactored role_assignment module +- Set owner in image module +- Support description in sg-rule creation +- Warn users about us breaking backward compatibility + +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.8.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 07881ef3..d31c0921 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -332,7 +332,7 @@ releases: - Fix assertion after stack deletion - Handle aggregate host list set to None - Reenabled check-import.sh which tests imports to Ansible Galaxy - - Remove old, unsupported parameters from documentation in image_info module + - Remove old, unsupported parameters from documentation in image_info module - Router - Remove unneeded 'filter' parameter - Updated return value docs of compute_service_info module release_summary: Subnet pool module and bugfixes @@ -341,3 +341,40 @@ releases: name: subnet_pool namespace: '' release_date: '2022-04-08' + 1.9.0: + changes: + bugfixes: + - Added support for specifying a maximum version of the OpenStack SDK + - Constrain filters in compute_service_info to SDK >= 0.53.0 + - Drop username from return values of identity_user_info + - Fix logic in routers_info + - Fixed return value disable{d,s}_reason in compute_service_info module + - Fixed return values in compute_service_info module again + - Follow up to bump of minimum required OpenStack SDK release to SDK 0.36.0 + (Train) + - Lowered maximum OpenStack SDK version to 0.98.999 + - Move dns zone info to use proxy layer + - Refactored catalog_service module + - Refactored endpoint module + - Refactored host_aggregate module + - Refactored identity_domain_info module + - Refactored identity_group_info module + - Refactored identity_role module + - Refactored identity_role_info module + - Refactored identity_user module + - Refactored identity_user_info module + - Refactored image_info module + - Refactored keypair_info module + - Refactored recordset module + - Refactored role_assignment module + - Set owner in image module + - Support description in sg-rule creation + - Warn users about us breaking backward compatibility + 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: 'This release will enforce openstacksdk<0.99.0, has a dozen + modules refactored and several bugs fixed.' + release_date: '2022-08-25' diff --git a/galaxy.yml b/galaxy.yml index 8d2c1e9d..e15fa200 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -33,4 +33,4 @@ build_ignore: - ansible_collections_openstack.egg-info - contrib - changelogs -version: 1.8.0 +version: 1.9.0