diff options
Diffstat (limited to 'collections-debian-merged/ansible_collections/community/hrobot/CHANGELOG.rst')
-rw-r--r-- | collections-debian-merged/ansible_collections/community/hrobot/CHANGELOG.rst | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/community/hrobot/CHANGELOG.rst b/collections-debian-merged/ansible_collections/community/hrobot/CHANGELOG.rst new file mode 100644 index 00000000..fc238dac --- /dev/null +++ b/collections-debian-merged/ansible_collections/community/hrobot/CHANGELOG.rst @@ -0,0 +1,36 @@ +================================================ +Community Hetzner Robot Collection Release Notes +================================================ + +.. contents:: Topics + + +v1.1.0 +====== + +Release Summary +--------------- + +Release with a new inventory plugin. + +New Plugins +----------- + +Inventory +~~~~~~~~~ + +- robot - Hetzner Robot inventory source + +v1.0.0 +====== + +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_*``. + + +Breaking Changes / Porting Guide +-------------------------------- + +- firewall - now requires the `ipaddress <https://pypi.org/project/ipaddress/>`_ library (https://github.com/ansible-collections/community.hrobot/pull/2). |