From b7765776a724d8e44613696f00947c55db5b2278 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Wed, 23 Jun 2021 14:13:45 +0300 Subject: [PATCH] Release 1.5.0 version Change-Id: I433087510adf633e9656f844680ef22c1aff1a72 --- CHANGELOG.rst | 72 +++++++++++++++++++++++++++++++++++++++ changelogs/changelog.yaml | 63 ++++++++++++++++++++++++++++++++++ galaxy.yml | 2 +- 3 files changed, 136 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3173f671..02e91507 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,78 @@ Openstack Cloud Ansilbe modules Release Notes .. 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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9e20cc2e..0558910c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -166,3 +166,66 @@ releases: name: object_container namespace: '' 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' diff --git a/galaxy.yml b/galaxy.yml index ee333bfc..7a9688da 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -33,4 +33,4 @@ build_ignore: - ansible_collections_openstack.egg-info - contrib - changelogs -version: 1.4.1-dev +version: 1.5.0