diff options
Diffstat (limited to 'collections-debian-merged/ansible_collections/community/hrobot/changelogs/changelog.yaml')
-rw-r--r-- | collections-debian-merged/ansible_collections/community/hrobot/changelogs/changelog.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/community/hrobot/changelogs/changelog.yaml b/collections-debian-merged/ansible_collections/community/hrobot/changelogs/changelog.yaml new file mode 100644 index 00000000..f15dd112 --- /dev/null +++ b/collections-debian-merged/ansible_collections/community/hrobot/changelogs/changelog.yaml @@ -0,0 +1,27 @@ +ancestor: null +releases: + 1.0.0: + changes: + breaking_changes: + - firewall - now requires the `ipaddress <https://pypi.org/project/ipaddress/>`_ + library (https://github.com/ansible-collections/community.hrobot/pull/2). + release_summary: 'The ``community.hrobot`` continues the work on the Hetzner + Robot modules from their state in ``community.general`` 1.2.0. The changes + listed here are thus relative to the modules ``community.general.hetzner_*``. + + ' + fragments: + - 1.0.0.yml + - firewall-add-ipaddress.yml + release_date: '2020-11-23' + 1.1.0: + changes: + release_summary: Release with a new inventory plugin. + fragments: + - 1.1.0.yml + plugins: + inventory: + - description: Hetzner Robot inventory source + name: robot + namespace: null + release_date: '2020-12-11' |