This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
ansible-collection-hetzner-hcloud
Watch
2
Star
0
Fork
You've already forked ansible-collection-hetzner-hcloud
0
mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced
2024-12-16 07:22:32 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5358110ed3
ansible-collection-hetzner-...
/
plugins
/
module_utils
/
version.py
4 lines
82 B
Python
Raw
Normal View
History
Unescape
Escape
refactor: add future annotations imports (#398) ##### SUMMARY This adds future annotations imports to benefit from the modern python typing system.
2023-11-23 13:53:10 +00:00
from
__future__
import
annotations
chore(main): release 2.5.0 (#419) :robot: 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](https://github.com/ansible-collections/hetzner.hcloud/commit/4e3f89aed3be6f040e304521d69329c313616df5)) * allow forcing the deletion of firewalls that are still in use ([#447](https://github.com/ansible-collections/hetzner.hcloud/issues/447)) ([559d315](https://github.com/ansible-collections/hetzner.hcloud/commit/559d31561ad1e0fcf8dd14523bd3eb4262a8a3c1)) * improve firewall resources management ([#324](https://github.com/ansible-collections/hetzner.hcloud/issues/324)) ([2757fe7](https://github.com/ansible-collections/hetzner.hcloud/commit/2757fe745fcd80409290a453db72e9e6e4016f8f)) * replace `ansible.netcommon` utils with python3 `ipaddress` module ([#416](https://github.com/ansible-collections/hetzner.hcloud/issues/416)) ([4cfdf50](https://github.com/ansible-collections/hetzner.hcloud/commit/4cfdf50b26536c468705c729cdb48d4b2d421571)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
2024-02-02 09:45:50 +00:00
version
=
"
2.5.0
"
# x-release-please-version
Reference in a new issue
Copy permalink