mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-12-16 07:22:32 +00:00
3d689aa992
🤖 I have created a release *beep* *boop* --- ## [2.5.0](https://github.com/ansible-collections/hetzner.hcloud/compare/2.4.1...2.5.0) (2024-02-02) ### Features * add `hostvars_prefix` and `hostvars_suffix` options to inventory hostvars ([#423](https://github.com/ansible-collections/hetzner.hcloud/issues/423)) ([4e3f89a
](4e3f89aed3
)) * allow forcing the deletion of firewalls that are still in use ([#447](https://github.com/ansible-collections/hetzner.hcloud/issues/447)) ([559d315
](559d31561a
)) * improve firewall resources management ([#324](https://github.com/ansible-collections/hetzner.hcloud/issues/324)) ([2757fe7
](2757fe745f
)) * replace `ansible.netcommon` utils with python3 `ipaddress` module ([#416](https://github.com/ansible-collections/hetzner.hcloud/issues/416)) ([4cfdf50
](4cfdf50b26
)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
3 lines
82 B
Python
3 lines
82 B
Python
from __future__ import annotations
|
|
|
|
version = "2.5.0" # x-release-please-version
|