mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
🤖 I have created a release *beep* *boop* --- ## [5.3.0](https://github.com/ansible-collections/hetzner.hcloud/compare/5.2.0...5.3.0) (2025-09-26) ### Features * per location server types ([#692](https://github.com/ansible-collections/hetzner.hcloud/issues/692)) ([826e6a5](826e6a5309)) * return server type category ([#687](https://github.com/ansible-collections/hetzner.hcloud/issues/687)) ([3d809cb](3d809cbc6f)) ### Bug Fixes * wait for floating ip assign action ([#694](https://github.com/ansible-collections/hetzner.hcloud/issues/694)) ([c3ec5d1](c3ec5d1dcc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
17 KiB
17 KiB
Changelog
5.3.0 (2025-09-26)
Features
Bug Fixes
5.2.0 (2025-08-14)
Features
Bug Fixes
5.1.0 (2025-06-11)
Features
Bug Fixes
5.0.1 (2025-05-21)
Bug Fixes
5.0.0 (2025-05-21)
⚠ BREAKING CHANGES
- do not detach volume if
serveris not provided (#632) - prevent host variable name collision with ansible reserved names (#617)
- drop support for ansible-core 2.16 (#612)
- drop support for ansible-core 2.15 (#611)
Features
- add volume_attachment module (#622) (c37cdf0)
- allow renaming a server (#619) (e59e787)
- drop support for ansible-core 2.15 (#611) (92f1354)
- drop support for ansible-core 2.16 (#612) (140d150)
- drop support for python 3.8 (#615) (b82e18f)
Bug Fixes
- do not detach volume if
serveris not provided (#632) (e8fda35) - prevent host variable name collision with ansible reserved names (#617) (5de425c)
4.3.0 (2025-03-21)
Features
Bug Fixes
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)
4.2.1 (2024-09-23)
Bug Fixes
4.2.0 (2024-08-30)
Features
Bug Fixes
4.1.0 (2024-07-25)
Features
- deprecate
server_type_infoincluded_trafficreturn value (#532) (39aa356) - use exponential backoff algorithm when polling actions (#524) (19e586f)
4.0.1 (2024-06-11)
Bug Fixes
4.0.0 (2024-06-11)
⚠ BREAKING CHANGES
- drop support for ansible-core 2.14 (#512)
Features
3.1.1 (2024-04-16)
Bug Fixes
3.1.0 (2024-04-15)
Features
- assign primary ip to a server on create (#465) (51afb23)
- rename server
image_allow_deprecatedoption (#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_ipsinserver_networkmodule (#458) (1ae6769) - use empty string to remove server from its placement group (#489) (00a4fdd)
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_envoption (#454)
Features
- drop support for ansible-core 2.13 (#450) (96f8009), closes #400
- inventory: allow templating instances hostname (#455) (be404ef)
- remove inventory
api_token_envoption (#454) (d0c82ae)
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)
2.5.0 (2024-02-02)
Features
- add
hostvars_prefixandhostvars_suffixoptions 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.netcommonutils with python3ipaddressmodule (#416) (4cfdf50)
2.4.1 (2023-11-27)
Bug Fixes
2.4.0 (2023-11-24)
Features
- add
hetzner.hcloud.allaction group (#396) (6581ed5) - inventory: improve api options (#397) (9905bd0)
- remove
hcloud_prefix from all modules names (#390) (933a162) - rename api_endpoint module argument (#395) (7c9fbf8)
Bug Fixes
2.3.0 (2023-11-07)
Features
- add
createdfield to server and server_info modules (#381) (c3e4c0e) - add server_types to datacenter info module (#379) (084e04d)
2.2.0 (2023-10-23)
Features
- add deprecation field to hcloud_iso_info (#357) (76ef636)
- add load_balancer algorithm option (#368) (a93dbaa)
- allow selecting a resource using its ID (#361) (5e425c5)
2.1.2 (2023-10-05)
Bug Fixes
- firewall port argument is required with udp or tcp (#345) (76c1abf)
- invalid field in load_balancer_service health_check.http return data (#333) (fb35516)
Dev Changelog
Warning
For the user changelog, please check out CHANGELOG.rst instead.
This file contains a list of changes intended towards developers. It is auto-generated by release-please.
We would prefer to not generate this file, but disabling this is not supported currently: https://github.com/googleapis/release-please/issues/2007