Release 2.3.3 version

Change-Id: I9d78fdc98fdb986c926f196077d9b401de573218
This commit is contained in:
Sagi Shnaidman 2024-12-22 16:57:48 +02:00
parent b025e7c356
commit ed5829d462
3 changed files with 29 additions and 1 deletions

View File

@ -5,6 +5,25 @@ Ansible OpenStack Collection Release Notes
.. contents:: Topics
v2.3.3
======
Release Summary
---------------
Bugfixes and minor changes
Minor Changes
-------------
- Add test to only_ipv4 in inventory
- add an option to use only IPv4 only for ansible_host and ansible_ssh_host
Bugfixes
--------
- CI - Fix deprecated ANSIBLE_COLLECTIONS_PATHS variable
v2.3.2
======

View File

@ -586,3 +586,12 @@ releases:
- Drop compat implementations for tests
release_summary: Bugfixes and minor changes
release_date: '2024-12-20'
2.3.3:
changes:
bugfixes:
- CI - Fix deprecated ANSIBLE_COLLECTIONS_PATHS variable
minor_changes:
- Add test to only_ipv4 in inventory
- add an option to use only IPv4 only for ansible_host and ansible_ssh_host
release_summary: Bugfixes and minor changes
release_date: '2024-12-22'

View File

@ -32,4 +32,4 @@ build_ignore:
- .vscode
- ansible_collections_openstack.egg-info
- changelogs
version: 2.3.2
version: 2.3.3