diff options
Diffstat (limited to 'collections-debian-merged/ansible_collections/community/digitalocean/changelogs/changelog.yaml')
-rw-r--r-- | collections-debian-merged/ansible_collections/community/digitalocean/changelogs/changelog.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/community/digitalocean/changelogs/changelog.yaml b/collections-debian-merged/ansible_collections/community/digitalocean/changelogs/changelog.yaml new file mode 100644 index 00000000..af9d7535 --- /dev/null +++ b/collections-debian-merged/ansible_collections/community/digitalocean/changelogs/changelog.yaml @@ -0,0 +1,18 @@ +ancestor: null +releases: + 0.1.0: + changes: + release_summary: Initial release of the collection after extracing the modules + from `community.general <https://github.com/ansible-collections/community.general/>`_. + fragments: + - 0.1.0.yml + release_date: '2020-07-07' + 1.0.0: + changes: + bugfixes: + - Sanity test documentation fixes (https://github.com/ansible-collections/community.digitalocean/pull/3). + - Update docs examples to use FQCN (https://github.com/ansible-collections/community.digitalocean/issues/14). + fragments: + - 14-docs-fqcn.yaml + - 3-sanity-docs-fixes.yaml + release_date: '2020-08-17' |