diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 45d6af60..fd6f1c08 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 23f8badd..aa38f675 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/changelogs/fragments/49-cs_instance-fix-keyerror.yml b/changelogs/fragments/49-cs_instance-fix-keyerror.yml deleted file mode 100644 index 96c323ab..00000000 --- a/changelogs/fragments/49-cs_instance-fix-keyerror.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - cs_instance - Fixed an edge case caused by `displaytext` not available (https://github.com/ngine-io/ansible-collection-cloudstack/pull/49). diff --git a/changelogs/fragments/54-cs_network-fix-constraints.yml b/changelogs/fragments/54-cs_network-fix-constraints.yml deleted file mode 100644 index 70e54c5a..00000000 --- a/changelogs/fragments/54-cs_network-fix-constraints.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - 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). diff --git a/galaxy.yml b/galaxy.yml index a783d144..45e4a9c9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -22,4 +22,4 @@ tags: - cloud - cloudstack - ngine_io -version: 1.1.0 +version: 1.2.0