Releases: ansible-collections/hetzner.hcloud
Releases · ansible-collections/hetzner.hcloud
v4.2.2
4.2.2 (2024-11-22)
Bug Fixes
- improve unknown certificate error in
load_balancer_service
(#570) (fe3bfa9)
- only rebuild existing servers, skip rebuild if it was just created (#581) (06718d0)
v4.2.1
4.2.1 (2024-09-23)
Bug Fixes
- server: timeout in server creation when waiting on next actions (#561) (98e9c52)
v4.2.0
4.2.0 (2024-08-30)
Features
- compute load balancer targets status using a filter (#550) (fce8bc9)
Bug Fixes
- check label_selector child targets with load_balancer_status filter (#552) (abdf722)
v4.1.0
4.1.0 (2024-07-25)
API Changes for Traffic Prices and Server Type Included Traffic
There will be a breaking change in the API regarding Traffic Prices and Server Type Included Traffic on 2024-08-05. This release marks the affected fields as Deprecated
. Please check if this affects any of your code.
You can learn more about this change in our changelog.
Features
- deprecate
server_type_info
included_traffic
return value (#532) (39aa356)
- use exponential backoff algorithm when polling actions (#524) (19e586f)
v4.0.1
4.0.1 (2024-06-11)
Bug Fixes
- keep deprecated alias for another major version (#515) (49e21ae)
v4.0.0
4.0.0 (2024-06-11)
⚠ BREAKING CHANGES
- drop support for ansible-core 2.14 (#512)
Features
v3.1.1
3.1.1 (2024-04-16)
Bug Fixes
- inventory: ensure host ipv6 variable is json serializable (#496) (a98cf72)
v3.1.0
3.1.0 (2024-04-15)
Features
- assign primary ip to a server on create (#465) (51afb23)
- rename server
image_allow_deprecated
option (#487) (d88ecdb)
- use resources name or ID in server module arguments (#484) (7fdefcf)
Bug Fixes
- improve actions waiting timeout based on data (#488) (0709552)
- return sorted
alias_ips
in server_network
module (#458) (1ae6769)
- use empty string to remove server from its placement group (#489) (00a4fdd)
v3.0.0
3.0.0 (2024-02-05)
⚠ BREAKING CHANGES
- drop support for ansible-core 2.13 (#450)
- always return iso-8601 formatted date time (#453)
- remove inventory
api_token_env
option (#454)
Features
Bug Fixes
- allow renaming networks (#449) (742cfe6)
- always return iso-8601 formatted date time (#453) (55d2616)
- load balancer invalid cookie lifetime value returned (#452) (86b7662)
v2.5.0
2.5.0 (2024-02-02)
Features
- add
hostvars_prefix
and hostvars_suffix
options to inventory hostvars (#423) (4e3f89a)
- allow forcing the deletion of firewalls that are still in use (#447) (559d315)
- improve firewall resources management (#324) (2757fe7)
- replace
ansible.netcommon
utils with python3 ipaddress
module (#416) (4cfdf50)