Release 2.4.0 version
Change-Id: I7e09a849d089962aaec90d30d9e6ab8a3891aa41
This commit is contained in:
parent
6262474c94
commit
5f4db3583e
@ -5,6 +5,30 @@ Ansible OpenStack Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.4.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
New trait module and minor changes
|
||||||
|
|
||||||
|
Major Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Add trait module
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Add loadbalancer quota options
|
||||||
|
- Allow create instance with tags
|
||||||
|
|
||||||
|
New Modules
|
||||||
|
-----------
|
||||||
|
|
||||||
|
- openstack.cloud.trait - Add or Delete a trait from OpenStack
|
||||||
|
|
||||||
v2.3.3
|
v2.3.3
|
||||||
======
|
======
|
||||||
|
|
||||||
|
@ -595,3 +595,16 @@ releases:
|
|||||||
- add an option to use only IPv4 only for ansible_host and ansible_ssh_host
|
- add an option to use only IPv4 only for ansible_host and ansible_ssh_host
|
||||||
release_summary: Bugfixes and minor changes
|
release_summary: Bugfixes and minor changes
|
||||||
release_date: '2024-12-22'
|
release_date: '2024-12-22'
|
||||||
|
2.4.0:
|
||||||
|
changes:
|
||||||
|
major_changes:
|
||||||
|
- Add trait module
|
||||||
|
minor_changes:
|
||||||
|
- Add loadbalancer quota options
|
||||||
|
- Allow create instance with tags
|
||||||
|
release_summary: New trait module and minor changes
|
||||||
|
modules:
|
||||||
|
- description: Add or Delete a trait from OpenStack
|
||||||
|
name: trait
|
||||||
|
namespace: ''
|
||||||
|
release_date: '2025-01-15'
|
||||||
|
@ -32,4 +32,4 @@ build_ignore:
|
|||||||
- .vscode
|
- .vscode
|
||||||
- ansible_collections_openstack.egg-info
|
- ansible_collections_openstack.egg-info
|
||||||
- changelogs
|
- changelogs
|
||||||
version: 2.3.3
|
version: 2.4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user