mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
Release 1.5.1 version
Change-Id: Ib87202496ed05a6d2717d13a787f389a9c8d1336
This commit is contained in:
@@ -5,6 +5,30 @@ Openstack Cloud Ansilbe modules Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.5.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfixes for networking modules
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Changed minversion in tox to 3.18.0
|
||||||
|
- Update IRC server in README
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Add mandatory requires_ansible version to metadata
|
||||||
|
- Add protocol listener octavia
|
||||||
|
- Add support check mode for all info modules
|
||||||
|
- Allow to attach multiple floating ips to a server
|
||||||
|
- Only add or remove router interfaces when needed
|
||||||
|
- Wait for pool to be active and online
|
||||||
|
|
||||||
v1.5.0
|
v1.5.0
|
||||||
======
|
======
|
||||||
|
|
||||||
@@ -74,9 +98,9 @@ Bugfixes
|
|||||||
New Modules
|
New Modules
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
- openstack.cloud.address_scope - Create or delete address scopes from OpenStack
|
||||||
- openstack.cloud.dns_zone_info - Getting information about dns zones
|
- openstack.cloud.dns_zone_info - Getting information about dns zones
|
||||||
- openstack.cloud.floating_ip_info - Get information about floating ips
|
- openstack.cloud.floating_ip_info - Get information about floating ips
|
||||||
- openstack.cloud.address_scope - Create or delete address scopes from OpenStack
|
|
||||||
|
|
||||||
v1.4.0
|
v1.4.0
|
||||||
======
|
======
|
||||||
|
|||||||
@@ -222,13 +222,27 @@ releases:
|
|||||||
- image - Add support to setting image tags
|
- image - Add support to setting image tags
|
||||||
release_summary: New modules for DNS and FIPs and bugfixes.
|
release_summary: New modules for DNS and FIPs and bugfixes.
|
||||||
modules:
|
modules:
|
||||||
|
- description: Create or delete address scopes from OpenStack
|
||||||
|
name: address_scope
|
||||||
|
namespace: ''
|
||||||
- description: Getting information about dns zones
|
- description: Getting information about dns zones
|
||||||
name: dns_zone_info
|
name: dns_zone_info
|
||||||
namespace: ''
|
namespace: ''
|
||||||
- description: Get information about floating ips
|
- description: Get information about floating ips
|
||||||
name: floating_ip_info
|
name: floating_ip_info
|
||||||
namespace: ''
|
namespace: ''
|
||||||
- description: Create or delete address scopes from OpenStack
|
|
||||||
name: address_scope
|
|
||||||
namespace: ''
|
|
||||||
release_date: '2021-06-23'
|
release_date: '2021-06-23'
|
||||||
|
1.5.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- Add mandatory requires_ansible version to metadata
|
||||||
|
- Add protocol listener octavia
|
||||||
|
- Add support check mode for all info modules
|
||||||
|
- Allow to attach multiple floating ips to a server
|
||||||
|
- Only add or remove router interfaces when needed
|
||||||
|
- Wait for pool to be active and online
|
||||||
|
minor_changes:
|
||||||
|
- Changed minversion in tox to 3.18.0
|
||||||
|
- Update IRC server in README
|
||||||
|
release_summary: Bugfixes for networking modules
|
||||||
|
release_date: '2021-09-02'
|
||||||
|
|||||||
@@ -33,4 +33,4 @@ build_ignore:
|
|||||||
- ansible_collections_openstack.egg-info
|
- ansible_collections_openstack.egg-info
|
||||||
- contrib
|
- contrib
|
||||||
- changelogs
|
- changelogs
|
||||||
version: 1.5.1-3
|
version: 1.5.1
|
||||||
|
|||||||
Reference in New Issue
Block a user