mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-08 14:23:03 +00:00
Release 1.5.0 version
Change-Id: I433087510adf633e9656f844680ef22c1aff1a72
This commit is contained in:
@@ -5,6 +5,78 @@ Openstack Cloud Ansilbe modules Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.5.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
New modules for DNS and FIPs and bugfixes.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Add bindep.txt for ansible-builder
|
||||||
|
- Add check_mode attribute to OpenstackModule
|
||||||
|
- Migrating image module from AnsibleModule to OpenStackModule
|
||||||
|
- Switch KeystoneFederationProtocolInfo module to OpenStackModule
|
||||||
|
- Switch ProjectAccess module to OpenStackModule
|
||||||
|
- Switch Quota module to OpenStackModule
|
||||||
|
- Switch Recordset module to OpenStackModule
|
||||||
|
- Switch ServerGroup module to OpenStackModule
|
||||||
|
- Switch ServerMetadata module to OpenStackModule
|
||||||
|
- Switch Snapshot module to OpenStackModule
|
||||||
|
- Switch Stack module to OpenStackModule
|
||||||
|
- Switch auth module to OpenStackModule
|
||||||
|
- Switch catalog_service module to OpenStackModule
|
||||||
|
- Switch coe_cluster module to OpenStackModule
|
||||||
|
- Switch coe_cluster_template module to OpenStackModule
|
||||||
|
- Switch endpoint module to OpenStackModule
|
||||||
|
- Switch federation_idp module to OpenStackModule
|
||||||
|
- Switch federation_idp_info module to OpenStackModule
|
||||||
|
- Switch federation_mapping module to OpenStackModule
|
||||||
|
- Switch federation_mapping_info module to OpenStackModule
|
||||||
|
- Switch federation_protocol module to OpenStackModule
|
||||||
|
- Switch flavor module to OpenStackModule
|
||||||
|
- Switch flavor_info module to OpenStackModule
|
||||||
|
- Switch floating_ip module to OpenStackModule
|
||||||
|
- Switch group_assignment module to OpenStackModule
|
||||||
|
- Switch hostaggregate module to OpenStackModule
|
||||||
|
- Switch identity_domain module to OpenStackModule
|
||||||
|
- Switch identity_domain_info module to OpenStackModule
|
||||||
|
- Switch identity_group module to OpenStackModule
|
||||||
|
- Switch identity_group_info module to OpenStackModule
|
||||||
|
- Switch identity_role module to OpenStackModule
|
||||||
|
- Switch identity_user module to OpenStackModule
|
||||||
|
- Switch lb_listener module to OpenStackModule
|
||||||
|
- Switch lb_member module to OpenStackModule
|
||||||
|
- Switch lb_pool module to OpenStackModule
|
||||||
|
- Switch object module to OpenStackModule
|
||||||
|
- Switch port module to OpenStackModule
|
||||||
|
- Switch port_info module to OpenStackModule
|
||||||
|
- Switch project and project_info module to OpenStackModule
|
||||||
|
- Switch role_assignment module to OpenStackModule
|
||||||
|
- Switch user_info module to OpenStackModule
|
||||||
|
- image - Add support to setting image tags
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Update checks for validate_certs in openstack_cloud_from_module
|
||||||
|
- compute_flavor - Fix the idempotent of compute_flavor module
|
||||||
|
- host_aggregate - Fix host_aggregate to tolerate aggregate.hosts being None
|
||||||
|
- inventory/openstack - Fix inventory plugin on Ansible 2.11
|
||||||
|
- port - fix update on empty list of allowed address pairs
|
||||||
|
- setup.cfg Replace dashes with underscores
|
||||||
|
- subnet - Only apply necessary changes to subnets
|
||||||
|
- volume - Fail if referenced source image for a new volume does not exist
|
||||||
|
|
||||||
|
New Modules
|
||||||
|
-----------
|
||||||
|
|
||||||
|
- openstack.cloud.dns_zone_info - Getting information about dns zones
|
||||||
|
- openstack.cloud.floating_ip_info - Get information about floating ips
|
||||||
|
|
||||||
v1.4.0
|
v1.4.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@@ -166,3 +166,66 @@ releases:
|
|||||||
name: object_container
|
name: object_container
|
||||||
namespace: ''
|
namespace: ''
|
||||||
release_date: '2021-04-08'
|
release_date: '2021-04-08'
|
||||||
|
1.5.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- Update checks for validate_certs in openstack_cloud_from_module
|
||||||
|
- compute_flavor - Fix the idempotent of compute_flavor module
|
||||||
|
- host_aggregate - Fix host_aggregate to tolerate aggregate.hosts being None
|
||||||
|
- inventory/openstack - Fix inventory plugin on Ansible 2.11
|
||||||
|
- port - fix update on empty list of allowed address pairs
|
||||||
|
- setup.cfg Replace dashes with underscores
|
||||||
|
- subnet - Only apply necessary changes to subnets
|
||||||
|
- volume - Fail if referenced source image for a new volume does not exist
|
||||||
|
minor_changes:
|
||||||
|
- Add bindep.txt for ansible-builder
|
||||||
|
- Add check_mode attribute to OpenstackModule
|
||||||
|
- Migrating image module from AnsibleModule to OpenStackModule
|
||||||
|
- Switch KeystoneFederationProtocolInfo module to OpenStackModule
|
||||||
|
- Switch ProjectAccess module to OpenStackModule
|
||||||
|
- Switch Quota module to OpenStackModule
|
||||||
|
- Switch Recordset module to OpenStackModule
|
||||||
|
- Switch ServerGroup module to OpenStackModule
|
||||||
|
- Switch ServerMetadata module to OpenStackModule
|
||||||
|
- Switch Snapshot module to OpenStackModule
|
||||||
|
- Switch Stack module to OpenStackModule
|
||||||
|
- Switch auth module to OpenStackModule
|
||||||
|
- Switch catalog_service module to OpenStackModule
|
||||||
|
- Switch coe_cluster module to OpenStackModule
|
||||||
|
- Switch coe_cluster_template module to OpenStackModule
|
||||||
|
- Switch endpoint module to OpenStackModule
|
||||||
|
- Switch federation_idp module to OpenStackModule
|
||||||
|
- Switch federation_idp_info module to OpenStackModule
|
||||||
|
- Switch federation_mapping module to OpenStackModule
|
||||||
|
- Switch federation_mapping_info module to OpenStackModule
|
||||||
|
- Switch federation_protocol module to OpenStackModule
|
||||||
|
- Switch flavor module to OpenStackModule
|
||||||
|
- Switch flavor_info module to OpenStackModule
|
||||||
|
- Switch floating_ip module to OpenStackModule
|
||||||
|
- Switch group_assignment module to OpenStackModule
|
||||||
|
- Switch hostaggregate module to OpenStackModule
|
||||||
|
- Switch identity_domain module to OpenStackModule
|
||||||
|
- Switch identity_domain_info module to OpenStackModule
|
||||||
|
- Switch identity_group module to OpenStackModule
|
||||||
|
- Switch identity_group_info module to OpenStackModule
|
||||||
|
- Switch identity_role module to OpenStackModule
|
||||||
|
- Switch identity_user module to OpenStackModule
|
||||||
|
- Switch lb_listener module to OpenStackModule
|
||||||
|
- Switch lb_member module to OpenStackModule
|
||||||
|
- Switch lb_pool module to OpenStackModule
|
||||||
|
- Switch object module to OpenStackModule
|
||||||
|
- Switch port module to OpenStackModule
|
||||||
|
- Switch port_info module to OpenStackModule
|
||||||
|
- Switch project and project_info module to OpenStackModule
|
||||||
|
- Switch role_assignment module to OpenStackModule
|
||||||
|
- Switch user_info module to OpenStackModule
|
||||||
|
- image - Add support to setting image tags
|
||||||
|
release_summary: New modules for DNS and FIPs and bugfixes.
|
||||||
|
modules:
|
||||||
|
- description: Getting information about dns zones
|
||||||
|
name: dns_zone_info
|
||||||
|
namespace: ''
|
||||||
|
- description: Get information about floating ips
|
||||||
|
name: floating_ip_info
|
||||||
|
namespace: ''
|
||||||
|
release_date: '2021-06-23'
|
||||||
|
|||||||
@@ -33,4 +33,4 @@ build_ignore:
|
|||||||
- ansible_collections_openstack.egg-info
|
- ansible_collections_openstack.egg-info
|
||||||
- contrib
|
- contrib
|
||||||
- changelogs
|
- changelogs
|
||||||
version: 1.4.1-dev
|
version: 1.5.0
|
||||||
|
|||||||
Reference in New Issue
Block a user