Release 2.3.1 version
Change-Id: I8fa2c36d08e387c93f61630b55892ff69b4eff6a
This commit is contained in:
parent
2ed3ffe1d0
commit
99b7af529c
@ -5,6 +5,19 @@ Ansible OpenStack Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.3.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Client TLS certificate support
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Add ability to pass client tls certificate
|
||||||
|
|
||||||
v2.3.0
|
v2.3.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
@ -572,3 +572,9 @@ releases:
|
|||||||
name: volume_service_info
|
name: volume_service_info
|
||||||
namespace: ''
|
namespace: ''
|
||||||
release_date: '2024-11-28'
|
release_date: '2024-11-28'
|
||||||
|
2.3.1:
|
||||||
|
changes:
|
||||||
|
minor_changes:
|
||||||
|
- Add ability to pass client tls certificate
|
||||||
|
release_summary: Client TLS certificate support
|
||||||
|
release_date: '2024-12-18'
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
bugfixes:
|
|
||||||
- |
|
|
||||||
coe_cluster_template - now labels are converted to strings by module that
|
|
||||||
fixes module idempotence in case label values defined by users are
|
|
||||||
integers or booleans.
|
|
@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
minor_changes:
|
|
||||||
- |
|
|
||||||
openstack.cloud.image - Added new `inactive` option for the image `state`
|
|
||||||
It will deactivate the image. Setting state `present` can re-activate it
|
|
||||||
again for deactivated previously images.
|
|
@ -32,4 +32,4 @@ build_ignore:
|
|||||||
- .vscode
|
- .vscode
|
||||||
- ansible_collections_openstack.egg-info
|
- ansible_collections_openstack.egg-info
|
||||||
- changelogs
|
- changelogs
|
||||||
version: 2.3.0
|
version: 2.3.1
|
||||||
|
Loading…
Reference in New Issue
Block a user