Release 2.3.1 version

Change-Id: I8fa2c36d08e387c93f61630b55892ff69b4eff6a
This commit is contained in:
Sagi Shnaidman 2024-12-18 13:25:32 +02:00
parent 2ed3ffe1d0
commit 99b7af529c
6 changed files with 20 additions and 15 deletions

View File

@ -5,6 +5,19 @@ Ansible OpenStack Collection Release Notes
.. contents:: Topics
v2.3.1
======
Release Summary
---------------
Client TLS certificate support
Minor Changes
-------------
- Add ability to pass client tls certificate
v2.3.0
======

View File

@ -572,3 +572,9 @@ releases:
name: volume_service_info
namespace: ''
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'

View File

@ -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.

View File

@ -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.

View File

@ -32,4 +32,4 @@ build_ignore:
- .vscode
- ansible_collections_openstack.egg-info
- changelogs
version: 2.3.0
version: 2.3.1