diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ffa101e2..c9ca6ade 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 97c57e8f..e2315d4c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/galaxy.yml b/galaxy.yml index aa79764f..63581643 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -32,4 +32,4 @@ build_ignore: - .vscode - ansible_collections_openstack.egg-info - changelogs -version: 2.3.2 +version: 2.3.3