1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
|
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'
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'
1.3.1:
changes:
bugfixes:
- Include ``simplified_bsd.txt`` license file for the ``robot`` and ``failover``
module utils.
release_summary: Maintenance release.
fragments:
- 1.3.1.yml
- simplified-bsd-license.yml
release_date: '2022-06-02'
1.4.0:
changes:
minor_changes:
- robot inventory plugin - allow to template ``hetzner_user`` and ``hetzner_password``
(https://github.com/ansible-collections/community.hrobot/pull/49).
release_summary: Feature release.
fragments:
- 1.4.0.yml
- 49-inventory-templated.yml
release_date: '2022-06-03'
1.5.0:
changes:
minor_changes:
- All software licenses are now in the ``LICENSES/`` directory of the collection
root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable
license for every file that is not automatically generated (https://github.com/ansible-collections/community.hrobot/pull/52).
release_summary: Maintenance release changing the way licenses are declared.
No functional changes.
fragments:
- 1.5.0.yml
- 52-licenses.yml
release_date: '2022-07-23'
1.5.1:
changes:
release_summary: Maintenance release with small documentation fixes.
fragments:
- 1.5.1.yml
release_date: '2022-08-04'
1.5.2:
changes:
minor_changes:
- The collection repository conforms to the `REUSE specification <https://reuse.software/spec/>`__
except for the changelog fragments (https://github.com/ansible-collections/community.hrobot/pull/60).
release_summary: Maintenance release with a documentation improvement.
fragments:
- 1.5.2.yml
- licenses.yml
release_date: '2022-08-21'
1.6.0:
changes:
minor_changes:
- Added a ``community.hrobot.robot`` module defaults group / action group. Use
with ``group/community.hrobot.robot`` to provide options for all Hetzner Robot
modules (https://github.com/ansible-collections/community.hrobot/pull/65).
release_summary: Feature release with improved documentation.
fragments:
- 1.6.0.yml
- action_group.yml
release_date: '2022-11-06'
1.7.0:
changes:
release_summary: Feature release.
fragments:
- 1.7.0.yml
modules:
- description: Manage Hetzner's vSwitch
name: v_switch
namespace: ''
release_date: '2023-01-27'
1.8.0:
changes:
major_changes:
- firewall - Hetzner added output rules support to the firewall. This change
unfortunately means that using old versions of the firewall module will always
set the output rule list to empty, thus disallowing the server to send out
packets (https://github.com/ansible-collections/community.hrobot/issues/75,
https://github.com/ansible-collections/community.hrobot/pull/76).
minor_changes:
- firewall, firewall_info - add ``filter_ipv6`` and ``rules.output`` output
to support the new IPv6 filtering and output rules features (https://github.com/ansible-collections/community.hrobot/issues/75,
https://github.com/ansible-collections/community.hrobot/pull/76).
- firewall, firewall_info - add ``server_number`` option that can be used instead
of ``server_ip`` to identify the server. Hetzner deprecated configuring the
firewall by ``server_ip``, so using ``server_ip`` will stop at some point
in the future (https://github.com/ansible-collections/community.hrobot/pull/77).
release_summary: Feature release for the Hetzner firewall changes.
fragments:
- 1.8.0.yml
- 76-firewall-ipv6-output.yml
- 77-firewall-server_number.yml
release_date: '2023-03-15'
1.8.1:
changes:
known_issues:
- Ansible markup will show up in raw form on ansible-doc text output for ansible-core
before 2.15. If you have trouble deciphering the documentation markup, please
upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on
https://docs.ansible.com/ansible/devel/collections/community/hrobot/.
release_summary: 'Maintenance release with updated documentation.
From this version on, community.hrobot is using the new `Ansible semantic
markup
<https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_documenting.html#semantic-markup-within-module-documentation>`__
in its documentation. If you look at documentation with the ansible-doc CLI
tool
from ansible-core before 2.15, please note that it does not render the markup
correctly. You should be still able to read it in most cases, but you need
ansible-core 2.15 or later to see it as it is intended. Alternatively you
can
look at `the devel docsite <https://docs.ansible.com/ansible/devel/collections/community/hrobot/>`__
for the rendered HTML version of the documentation of the latest release.
'
fragments:
- 1.8.1.yml
- semantic-markup.yml
release_date: '2023-06-27'
1.8.2:
changes:
bugfixes:
- Show more information (if available) from error messages (https://github.com/ansible-collections/community.hrobot/pull/89).
release_summary: Maintenance release with updated documentation.
fragments:
- 1.8.2.yml
- 89-firewall.yml
release_date: '2023-11-11'
1.9.0:
changes:
deprecated_features:
- robot inventory plugin - the ``filters`` option has been renamed to ``simple_filters``.
The old name will stop working in community.hrobot 2.0.0 (https://github.com/ansible-collections/community.hrobot/pull/94).
minor_changes:
- robot inventory plugin - the ``filters`` option has been renamed to ``simple_filters``.
The old name still works until community.hrobot 2.0.0. Then it will change
to allow more complex filtering with the ``community.library_inventory_filtering_v1``
collection's functionality (https://github.com/ansible-collections/community.hrobot/pull/94).
release_summary: Feature and maintenance release.
fragments:
- 1.9.0.yml
- 94-inventory-filters.yml
release_date: '2024-01-21'
1.9.1:
changes:
release_summary: Bugfix release.
security_fixes:
- robot inventory plugin - make sure all data received from the Hetzner robot
service server is marked as unsafe, so remote code execution by obtaining
texts that can be evaluated as templates is not possible (https://www.die-welt.net/2024/03/remote-code-execution-in-ansible-dynamic-inventory-plugins/,
https://github.com/ansible-collections/community.hrobot/pull/99).
fragments:
- 1.9.1.yml
- inventory-rce.yml
release_date: '2024-03-16'
1.9.2:
changes:
bugfixes:
- inventory plugins - add unsafe wrapper to avoid marking strings that do not
contain ``{`` or ``}`` as unsafe, to work around a bug in AWX (https://github.com/ansible-collections/community.hrobot/pull/102).
release_summary: Bugfix release.
fragments:
- 1.9.2.yml
- 102-unsafe.yml
release_date: '2024-04-16'
|