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-11-10 06:34:13 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a2d5d1f695
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 4.2.0 (#551) :robot: I have created a release *beep* *boop* --- ## [4.2.0](https://github.com/ansible-collections/hetzner.hcloud/compare/4.1.0...4.2.0) (2024-08-30) ### Features * compute load balancer targets status using a filter ([#550](https://github.com/ansible-collections/hetzner.hcloud/issues/550)) ([fce8bc9](https://github.com/ansible-collections/hetzner.hcloud/commit/fce8bc9bb971e87cacfeca115fe7be01b0f908d9)) ### Bug Fixes * check label_selector child targets with load_balancer_status filter ([#552](https://github.com/ansible-collections/hetzner.hcloud/issues/552)) ([abdf722](https://github.com/ansible-collections/hetzner.hcloud/commit/abdf72212b73ad1fc67856e88df97b5173ed1767)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
2024-08-30 13:20:16 +00:00
version
=
"
4.2.0
"
# x-release-please-version
Reference in a new issue
Copy permalink