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.2.0
======

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

- cs_instance - Fixed an edge case caused by `displaytext` not available (https://github.com/ngine-io/ansible-collection-cloudstack/pull/49).
- cs_network - Fixed constraints when creating networks. The param `gateway` is no longer required if the param `netmask` is given (https://github.com/ngine-io/ansible-collection-cloudstack/pull/54).

v1.1.0
======

Expand Down
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,13 @@ releases:
- cs_ip_address_reservation.yaml
- default_zone_deprecation.yaml
release_date: '2020-11-26'
1.2.0:
changes:
minor_changes:
- cs_instance - Fixed an edge case caused by `displaytext` not available (https://github.com/ngine-io/ansible-collection-cloudstack/pull/49).
- cs_network - Fixed constraints when creating networks. The param `gateway`
is no longer required if the param `netmask` is given (https://github.com/ngine-io/ansible-collection-cloudstack/pull/54).
fragments:
- 49-cs_instance-fix-keyerror.yml
- 54-cs_network-fix-constraints.yml
release_date: '2021-02-02'
2 changes: 0 additions & 2 deletions changelogs/fragments/49-cs_instance-fix-keyerror.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/54-cs_network-fix-constraints.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: 1.1.0
version: 1.2.0