Skip to content

Commit 0dcb63d

Browse files
authored
release 1.0.0 (#21)
1 parent 9d27ebf commit 0dcb63d

File tree

6 files changed

+19
-7
lines changed

6 files changed

+19
-7
lines changed

CHANGELOG.rst

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

77

8+
v1.0.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- cs_vlan_ip_range - Added support to set IP range for system VMs (https://github.com/ngine-io/ansible-collection-cloudstack/pull/18)
15+
- cs_vlan_ip_range - Added support to specify pod name (https://github.com/ngine-io/ansible-collection-cloudstack/pull/20)
16+
817
v0.3.0
918
======
1019

changelogs/changelog.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ releases:
77
fragments:
88
- 3-ca-cert-verification.yml
99
release_date: '2020-07-04'
10+
1.0.0:
11+
changes:
12+
minor_changes:
13+
- cs_vlan_ip_range - Added support to set IP range for system VMs (https://github.com/ngine-io/ansible-collection-cloudstack/pull/18)
14+
- cs_vlan_ip_range - Added support to specify pod name (https://github.com/ngine-io/ansible-collection-cloudstack/pull/20)
15+
fragments:
16+
- 18-for_system_vms_cs_vlan_ip_range.yml
17+
- 20-cs_vlan_ip_range_pod.yml
18+
release_date: '2020-08-15'

changelogs/fragments/18-for_system_vms_cs_vlan_ip_range.yml

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

changelogs/fragments/20-cs_vlan_ip_range_pod.yml

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

changelogs/fragments/3-ca-cert-verification.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
@@ -22,4 +22,4 @@ tags:
2222
- cloud
2323
- cloudstack
2424
- ngine_io
25-
version: 0.3.0
25+
version: 1.0.0

0 commit comments

Comments
 (0)