Skip to content

Commit 925b18f

Browse files
committed
Release 3.0.0
1 parent 08d2ab7 commit 925b18f

File tree

4 files changed

+38
-6
lines changed

4 files changed

+38
-6
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ Apache CloudStack Collection Release Notes
44

55
.. contents:: Topics
66

7+
v3.0.0
8+
======
9+
10+
Major Changes
11+
-------------
12+
13+
- Ensuring backwards compatibility and integration tests with CloudStack 4.17 and 4.18.
14+
- General overhaul (black code style) and renaming of all modules (dropping ``cs_`` prefix) (https://github.com/ngine-io/ansible-collection-cloudstack/pull/141).
15+
- Update cs dependency to ``>=3.4.0``.
16+
17+
Bugfixes
18+
--------
19+
20+
- Ensure tags are applied when creating or updating a template (https://github.com/ngine-io/ansible-collection-cloudstack/pull/154).
21+
22+
New Modules
23+
-----------
24+
25+
- configuration_info - Gathering information about configurations from Apache CloudStack based clouds.
726

827
v2.5.0
928
======

changelogs/changelog.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,22 @@ releases:
154154
- cs_instance-user_data_name.yml
155155
- cs_service_offering-storage-tag.yml
156156
release_date: '2024-09-26'
157+
3.0.0:
158+
changes:
159+
bugfixes:
160+
- Ensure tags are applied when creating or updating a template (https://github.com/ngine-io/ansible-collection-cloudstack/pull/154).
161+
major_changes:
162+
- Ensuring backwards compatibility and integration tests with CloudStack 4.17
163+
and 4.18.
164+
- General overhaul (black code style) and renaming of all modules (dropping
165+
``cs_`` prefix) (https://github.com/ngine-io/ansible-collection-cloudstack/pull/141).
166+
- Update cs dependency to >=3.4.0.
167+
fragments:
168+
- 124-template-ensure-tags.yml
169+
- v3.yml
170+
modules:
171+
- description: Gathering information about configurations from Apache CloudStack
172+
based clouds.
173+
name: configuration_info
174+
namespace: ''
175+
release_date: '2025-10-22'

changelogs/fragments/124-template-ensure-tags.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/v3.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)