From 83456005fc772a88564cb6044089258a8cab0324 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Thu, 28 Nov 2024 19:19:51 +0200 Subject: [PATCH] Release 2.3.0 version Change-Id: Ibe054979b707645722f9dd1133b40db95f1aba4e --- CHANGELOG.rst | 56 +++++++++++++++++++++++++++++++++++++++ changelogs/changelog.yaml | 46 ++++++++++++++++++++++++++++++++ galaxy.yml | 2 +- meta/runtime.yml | 2 ++ 4 files changed, 105 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 858fd93a..bab38357 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,62 @@ Ansible OpenStack Collection Release Notes .. contents:: Topics +v2.3.0 +====== + +Release Summary +--------------- + +Bugfixes and new modules + +Major Changes +------------- + +- Add Neutron trunk module +- Add application_credential module +- Add module to filter available volume services + +Minor Changes +------------- + +- Add inactive state for the images +- Add insecure_registry property to coe_cluster_templates +- Add support for creation of the default external networks +- Add target_all_project option +- Add vlan_tranparency for creation networks +- Allow munch results in server_info module +- Allow to specify multiple allocation pools when creating a subnet +- CI - Disable auto-discovery for setuptools +- CI - Don't create port with binding profile +- CI - Fix CI in collection +- CI - Fix linters-devel and devstack tests +- CI - Fix regression in quota module +- CI - Fix test for server shelve +- CI - Migrate Bifrost jobs to Ubuntu Jammy +- CI - Remove 2.9 jobs from Zuul config +- CI - Run functional testing regardless of pep8/linter results +- Enable glance-direct interop image import +- Ensure coe_cluster_template compare labels properly +- Wait for deleted server to disappear from results +- router - Allow specifying external network name in a different project + +Bugfixes +-------- + +- Allow wait false when auto_ip is false +- Fix exception when creating object from file +- Fix exception when updating container with metadata +- Fix typo in openstack.cloud.lb_pool +- Fix typo in parameter description +- fix subnet module - allow cidr option with subnet_pool + +New Modules +----------- + +- openstack.cloud.application_credential - Manage OpenStack Identity (Keystone) application credentials +- openstack.cloud.trunk - Add or delete trunks from an OpenStack cloud +- openstack.cloud.volume_service_info - Fetch OpenStack Volume (Cinder) services + v2.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1317ea19..d208ff12 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -526,3 +526,49 @@ releases: - Add volume_type modules release_summary: New module for volume_type and bugfixes release_date: '2023-12-01' + 2.3.0: + changes: + bugfixes: + - Allow wait false when auto_ip is false + - Fix exception when creating object from file + - Fix exception when updating container with metadata + - Fix typo in openstack.cloud.lb_pool + - Fix typo in parameter description + - fix subnet module - allow cidr option with subnet_pool + major_changes: + - Add Neutron trunk module + - Add application_credential module + - Add module to filter available volume services + minor_changes: + - Add inactive state for the images + - Add insecure_registry property to coe_cluster_templates + - Add support for creation of the default external networks + - Add target_all_project option + - Add vlan_tranparency for creation networks + - Allow munch results in server_info module + - Allow to specify multiple allocation pools when creating a subnet + - CI - Disable auto-discovery for setuptools + - CI - Don't create port with binding profile + - CI - Fix CI in collection + - CI - Fix linters-devel and devstack tests + - CI - Fix regression in quota module + - CI - Fix test for server shelve + - CI - Migrate Bifrost jobs to Ubuntu Jammy + - CI - Remove 2.9 jobs from Zuul config + - CI - Run functional testing regardless of pep8/linter results + - Enable glance-direct interop image import + - Ensure coe_cluster_template compare labels properly + - Wait for deleted server to disappear from results + - router - Allow specifying external network name in a different project + release_summary: Bugfixes and new modules + modules: + - description: Manage OpenStack Identity (Keystone) application credentials + name: application_credential + namespace: '' + - description: Add or delete trunks from an OpenStack cloud + name: trunk + namespace: '' + - description: Fetch OpenStack Volume (Cinder) services + name: volume_service_info + namespace: '' + release_date: '2024-11-28' diff --git a/galaxy.yml b/galaxy.yml index 71de006f..902a1b18 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -32,4 +32,4 @@ build_ignore: - .vscode - ansible_collections_openstack.egg-info - changelogs -version: 2.2.0 +version: 2.3.0 diff --git a/meta/runtime.yml b/meta/runtime.yml index 81aaa08a..2ea6ae11 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -2,6 +2,7 @@ requires_ansible: ">=2.8" action_groups: openstack: - address_scope + - application_credential - auth - baremetal_deploy_template - baremetal_inspect @@ -81,6 +82,7 @@ action_groups: - subnet - subnet_pool - subnets_info + - trunk - volume - volume_backup - volume_backup_info