Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Apache CloudStack Collection Release Notes
.. contents:: Topics


v1.0.0
======

Minor Changes
-------------

- cs_vlan_ip_range - Added support to set IP range for system VMs (https://github.com/ngine-io/ansible-collection-cloudstack/pull/18)
- cs_vlan_ip_range - Added support to specify pod name (https://github.com/ngine-io/ansible-collection-cloudstack/pull/20)

v0.3.0
======

Expand Down
9 changes: 9 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ releases:
fragments:
- 3-ca-cert-verification.yml
release_date: '2020-07-04'
1.0.0:
changes:
minor_changes:
- cs_vlan_ip_range - Added support to set IP range for system VMs (https://github.com/ngine-io/ansible-collection-cloudstack/pull/18)
- cs_vlan_ip_range - Added support to specify pod name (https://github.com/ngine-io/ansible-collection-cloudstack/pull/20)
fragments:
- 18-for_system_vms_cs_vlan_ip_range.yml
- 20-cs_vlan_ip_range_pod.yml
release_date: '2020-08-15'
2 changes: 0 additions & 2 deletions changelogs/fragments/18-for_system_vms_cs_vlan_ip_range.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20-cs_vlan_ip_range_pod.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/3-ca-cert-verification.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ tags:
- cloud
- cloudstack
- ngine_io
version: 0.3.0
version: 1.0.0