From 3c0a9f2d9409bc08147b8d9a383cf7e50cb4691b Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Tue, 21 Oct 2025 13:07:24 +0200 Subject: [PATCH] Release 2.5.0 version Change-Id: Ie96930eda27984833f386bbcd65ebf2eeda4e40c Signed-off-by: Artem Goncharov --- CHANGELOG.rst | 29 +++++++++++++++++++++++++++++ changelogs/changelog.yaml | 20 ++++++++++++++++++++ galaxy.yml | 2 +- 3 files changed, 50 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fcab42cc..fcab94af 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,35 @@ Ansible OpenStack Collection Release Notes .. contents:: Topics +v2.5.0 +====== + +Release Summary +--------------- + +Bugfixes and minor changes + +Major Changes +------------- + +- Add import_method to module +- Add object_containers_info module +- Add support for filters in inventory +- Add volume_manage module +- Introduce share_type modules + +Minor Changes +------------- + +- Allow role_assignment module to work cross domain +- Don't compare current state for `reboot_*` actions +- Fix disable_gateway_ip for subnet +- Fix disable_gateway_ip for subnet +- Fix example in the dns_zone_info module doc +- Fix router module external IPs when only subnet specified +- Fix the bug reporting url +- Let clouds_yaml_path behave as documented (Override path to clouds.yaml file) +- Shows missing data in `stack_info` module output v2.4.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 06c14ae1..fd652717 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -616,3 +616,23 @@ releases: - Update tags when changing server release_summary: Bugfixes and minor changes release_date: '2024-01-20' + 2.5.0: + changes: + major_changes: + - Add import_method to module + - Add object_containers_info module + - Add support for filters in inventory + - Add volume_manage module + - Introduce share_type modules + minor_changes: + - Allow role_assignment module to work cross domain + - Don't compare current state for `reboot_*` actions + - Fix disable_gateway_ip for subnet + - Fix disable_gateway_ip for subnet + - Fix example in the dns_zone_info module doc + - Fix router module external IPs when only subnet specified + - Fix the bug reporting url + - Let clouds_yaml_path behave as documented (Override path to clouds.yaml file) + - Shows missing data in `stack_info` module output + release_summary: Bugfixes and minor changes + release_date: '2025-10-24' diff --git a/galaxy.yml b/galaxy.yml index 7c57a641..11c2423a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -32,4 +32,4 @@ build_ignore: - .vscode - ansible_collections_openstack.egg-info - changelogs -version: 2.4.1 +version: 2.5.0