Release 1.9.0 version
Change-Id: I50bfae762f4e3f0f5de41db749942b8bdb51f5fd Signed-off-by: Jakob Meng <code@jakobmeng.de>
This commit is contained in:
@@ -5,6 +5,50 @@ Openstack Cloud Ansilbe modules Release Notes
|
|||||||
.. contents:: Topics
|
.. 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
|
v1.8.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
@@ -332,7 +332,7 @@ releases:
|
|||||||
- Fix assertion after stack deletion
|
- Fix assertion after stack deletion
|
||||||
- Handle aggregate host list set to None
|
- Handle aggregate host list set to None
|
||||||
- Reenabled check-import.sh which tests imports to Ansible Galaxy
|
- 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
|
- Router - Remove unneeded 'filter' parameter
|
||||||
- Updated return value docs of compute_service_info module
|
- Updated return value docs of compute_service_info module
|
||||||
release_summary: Subnet pool module and bugfixes
|
release_summary: Subnet pool module and bugfixes
|
||||||
@@ -341,3 +341,40 @@ releases:
|
|||||||
name: subnet_pool
|
name: subnet_pool
|
||||||
namespace: ''
|
namespace: ''
|
||||||
release_date: '2022-04-08'
|
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'
|
||||||
|
@@ -33,4 +33,4 @@ build_ignore:
|
|||||||
- ansible_collections_openstack.egg-info
|
- ansible_collections_openstack.egg-info
|
||||||
- contrib
|
- contrib
|
||||||
- changelogs
|
- changelogs
|
||||||
version: 1.8.0
|
version: 1.9.0
|
||||||
|
Reference in New Issue
Block a user