Skip to content

Commit 3f72f1a

Browse files
authored
release 2.2.2 (#92)
1 parent 849af29 commit 3f72f1a

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Apache CloudStack Collection Release Notes
55
.. contents:: Topics
66

77

8+
v2.2.2
9+
======
10+
11+
Bugfixes
12+
--------
13+
14+
- cs_instance - Fixed missing project ID to volume query when checking root disk size. (https://github.com/ngine-io/ansible-collection-cloudstack/pull/90).
15+
816
v2.2.1
917
======
1018

changelogs/changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,11 @@ releases:
9393
fragments:
9494
- cs_instance-attribute-error.yml
9595
release_date: '2021-09-27'
96+
2.2.2:
97+
changes:
98+
bugfixes:
99+
- cs_instance - Fixed missing project ID to volume query when checking root
100+
disk size. (https://github.com/ngine-io/ansible-collection-cloudstack/pull/90).
101+
fragments:
102+
- 90-cs_instance-project-id-volume-query.yml
103+
release_date: '2021-10-27'

changelogs/fragments/90-cs_instance-project-id-volume-query.yml

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

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ tags:
2323
- cloud
2424
- cloudstack
2525
- ngine_io
26-
version: 2.2.1
26+
version: 2.2.2

0 commit comments

Comments
 (0)