ancestor: null releases: 1.0.0: changes: breaking_changes: - firewall - now requires the `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' 1.1.1: changes: bugfixes: - robot - force HTTP basic authentication to reduce number of HTTPS requests (https://github.com/ansible-collections/community.hrobot/pull/9). release_summary: Bugfix release which reduces the number of HTTPS queries for the modules and plugins. fragments: - 1.1.1.yml - 9-force-basic-auth.yaml release_date: '2021-02-24' 1.2.0: changes: minor_changes: - Avoid internal ansible-core module_utils in favor of equivalent public API available since at least Ansible 2.9 (https://github.com/ansible-collections/community.hrobot/pull/18). - firewall - rename option ``whitelist_hos`` to ``allowlist_hos``, keep old name as alias (https://github.com/ansible-collections/community.hrobot/pull/15). - firewall, firewall_info - add return value ``allowlist_hos``, which contains the same value as ``whitelist_hos``. The old name ``whitelist_hos`` will be removed eventually (https://github.com/ansible-collections/community.hrobot/pull/15). - robot module utils - add ``allow_empty_result`` parameter to ``plugin_open_url_json`` and ``fetch_url_json`` (https://github.com/ansible-collections/community.hrobot/pull/16). release_summary: Feature release with multiple new modules. fragments: - 1.2.0.yml - 15-firewall-allowlist_hos.yml - 16-module_utils-allow_empty_result.yml - ansible-core-_text.yml modules: - description: Set boot configuration name: boot namespace: '' - description: Reset a dedicated server name: reset namespace: '' - description: Set or remove reverse DNS entry for IP name: reverse_dns namespace: '' - description: Update server information name: server namespace: '' - description: Query information on one or more servers name: server_info namespace: '' - description: Add, remove or update SSH key name: ssh_key namespace: '' - description: Query information on SSH keys name: ssh_key_info namespace: '' release_date: '2021-10-20' 1.2.1: changes: minor_changes: - Generic module HTTP support code - fix usage of ``fetch_url`` with changes in latest ansible-core ``devel`` branch (https://github.com/ansible-collections/community.hrobot/pull/30). release_summary: Maintenance release. fragments: - 1.2.1.yml - fetch_url-devel.yml release_date: '2021-11-17' 1.2.2: changes: bugfixes: - boot - fix incorrect handling of SSH authorized keys (https://github.com/ansible-collections/community.hrobot/issues/32, https://github.com/ansible-collections/community.hrobot/pull/33). release_summary: Bugfix release. fragments: - 1.2.2.yml - 33-fix-boot-ssh-key-setting.yaml release_date: '2022-01-04' 1.2.3: changes: release_summary: Docs update release. fragments: - 1.2.3.yml release_date: '2022-03-22' 1.3.0: changes: bugfixes: - robot inventory plugin - do not crash if a server neither has name or primary IP set. Instead, fall back to using the server's number as the name. This can happen if unnamed rack reservations show up in your server list (https://github.com/ansible-collections/community.hrobot/issues/40, https://github.com/ansible-collections/community.hrobot/pull/47). minor_changes: - Prepare collection for inclusion in an Execution Environment by declaring its dependencies (https://github.com/ansible-collections/community.hrobot/pull/45). release_summary: Feature and bugfix release. fragments: - 1.3.0.yml - 45-ee.yml - 47-inventory-crash.yml release_date: '2022-04-21'