diff options
Diffstat (limited to 'collections-debian-merged/ansible_collections/ngine_io/cloudstack/changelogs')
4 files changed, 77 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/ngine_io/cloudstack/changelogs/.gitignore b/collections-debian-merged/ansible_collections/ngine_io/cloudstack/changelogs/.gitignore new file mode 100644 index 00000000..6be6b533 --- /dev/null +++ b/collections-debian-merged/ansible_collections/ngine_io/cloudstack/changelogs/.gitignore @@ -0,0 +1 @@ +/.plugin-cache.yaml diff --git a/collections-debian-merged/ansible_collections/ngine_io/cloudstack/changelogs/changelog.yaml b/collections-debian-merged/ansible_collections/ngine_io/cloudstack/changelogs/changelog.yaml new file mode 100644 index 00000000..aa38f675 --- /dev/null +++ b/collections-debian-merged/ansible_collections/ngine_io/cloudstack/changelogs/changelog.yaml @@ -0,0 +1,47 @@ +ancestor: null +releases: + 0.3.0: + changes: + minor_changes: + - Added support for SSL CA cert verification (https://github.com/ngine-io/ansible-collection-cloudstack/pull/3) + 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' + 1.0.1: + changes: + minor_changes: + - cs_configuration - Workaround for empty global settings idempotency (https://github.com/ngine-io/ansible-collection-cloudstack/pull/25). + fragments: + - 25-empty_config_idempotency.yml + release_date: '2020-08-30' + 1.1.0: + changes: + minor_changes: + - Deprecated the funtionality of first returned zone to be the default zone + because of an unreliable API. Zone will be required beginning with next major + version 2.0.0. + - cs_ip_address - allow to pick a particular IP address for a network, available + since CloudStack v4.13 (https://github.com/ngine-io/ansible-collection-cloudstack/issues/30). + fragments: + - 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/collections-debian-merged/ansible_collections/ngine_io/cloudstack/changelogs/config.yaml b/collections-debian-merged/ansible_collections/ngine_io/cloudstack/changelogs/config.yaml new file mode 100644 index 00000000..3cb90f28 --- /dev/null +++ b/collections-debian-merged/ansible_collections/ngine_io/cloudstack/changelogs/config.yaml @@ -0,0 +1,29 @@ +changelog_filename_template: ../CHANGELOG.rst +changelog_filename_version_depth: 0 +changes_file: changelog.yaml +changes_format: combined +keep_fragments: false +mention_ancestor: true +new_plugins_after_name: removed_features +notesdir: fragments +prelude_section_name: release_summary +prelude_section_title: Release Summary +sections: +- - major_changes + - Major Changes +- - minor_changes + - Minor Changes +- - breaking_changes + - Breaking Changes / Porting Guide +- - deprecated_features + - Deprecated Features +- - removed_features + - Removed Features (previously deprecated) +- - security_fixes + - Security Fixes +- - bugfixes + - Bugfixes +- - known_issues + - Known Issues +title: Apache CloudStack Collection +trivial_section_name: trivial diff --git a/collections-debian-merged/ansible_collections/ngine_io/cloudstack/changelogs/fragments/.keep b/collections-debian-merged/ansible_collections/ngine_io/cloudstack/changelogs/fragments/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/collections-debian-merged/ansible_collections/ngine_io/cloudstack/changelogs/fragments/.keep |