Skip to content

Commit 6c6348c

Browse files
authored
release 1.0.1 (#29)
1 parent 0ec47e6 commit 6c6348c

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGELOG.rst

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

77

8+
v1.0.1
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- cs_configuration - Workaround for empty global settings idempotency (https://github.com/ngine-io/ansible-collection-cloudstack/pull/25).
15+
816
v1.0.0
917
======
1018

changelogs/changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ releases:
1616
- 18-for_system_vms_cs_vlan_ip_range.yml
1717
- 20-cs_vlan_ip_range_pod.yml
1818
release_date: '2020-08-15'
19+
1.0.1:
20+
changes:
21+
minor_changes:
22+
- cs_configuration - Workaround for empty global settings idempotency (https://github.com/ngine-io/ansible-collection-cloudstack/pull/25).
23+
fragments:
24+
- 25-empty_config_idempotency.yml
25+
release_date: '2020-08-30'

changelogs/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ changelog_filename_template: ../CHANGELOG.rst
22
changelog_filename_version_depth: 0
33
changes_file: changelog.yaml
44
changes_format: combined
5-
keep_fragments: true
5+
keep_fragments: false
66
mention_ancestor: true
77
new_plugins_after_name: removed_features
88
notesdir: fragments

changelogs/fragments/25-empty_config_idempotency.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: 1.0.0
25+
version: 1.0.1

0 commit comments

Comments
 (0)