From 5f4db3583e733b8acfaa071373b958c7ba4c78af Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Wed, 15 Jan 2025 18:18:47 +0200 Subject: [PATCH] Release 2.4.0 version Change-Id: I7e09a849d089962aaec90d30d9e6ab8a3891aa41 --- CHANGELOG.rst | 24 ++++++++++++++++++++++++ changelogs/changelog.yaml | 13 +++++++++++++ galaxy.yml | 2 +- 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c9ca6ade..a05d5b95 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,30 @@ Ansible OpenStack Collection Release Notes .. contents:: Topics +v2.4.0 +====== + +Release Summary +--------------- + +New trait module and minor changes + +Major Changes +------------- + +- Add trait module + +Minor Changes +------------- + +- Add loadbalancer quota options +- Allow create instance with tags + +New Modules +----------- + +- openstack.cloud.trait - Add or Delete a trait from OpenStack + v2.3.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e2315d4c..5603b48d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -595,3 +595,16 @@ releases: - 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' + 2.4.0: + changes: + major_changes: + - Add trait module + minor_changes: + - Add loadbalancer quota options + - Allow create instance with tags + release_summary: New trait module and minor changes + modules: + - description: Add or Delete a trait from OpenStack + name: trait + namespace: '' + release_date: '2025-01-15' diff --git a/galaxy.yml b/galaxy.yml index 63581643..eb31fa75 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -32,4 +32,4 @@ build_ignore: - .vscode - ansible_collections_openstack.egg-info - changelogs -version: 2.3.3 +version: 2.4.0