ansible-collection-hetzner-.../changelogs/dev-changelog.md
Hetzner Cloud Bot 4db57dcf22
chore(main): release 3.0.0 (#451)
🤖 I have created a release *beep* *boop*
---


##
[3.0.0](https://github.com/ansible-collections/hetzner.hcloud/compare/2.5.0...3.0.0)
(2024-02-05)


### ⚠ BREAKING CHANGES

* drop support for ansible-core 2.13
([#450](https://github.com/ansible-collections/hetzner.hcloud/issues/450))
* always return iso-8601 formatted date time
([#453](https://github.com/ansible-collections/hetzner.hcloud/issues/453))
* remove inventory `api_token_env` option
([#454](https://github.com/ansible-collections/hetzner.hcloud/issues/454))

### Features

* drop support for ansible-core 2.13
([#450](https://github.com/ansible-collections/hetzner.hcloud/issues/450))
([96f8009](96f8009214)),
closes
[#400](https://github.com/ansible-collections/hetzner.hcloud/issues/400)
* **inventory:** allow templating instances hostname
([#455](https://github.com/ansible-collections/hetzner.hcloud/issues/455))
([be404ef](be404ef181))
* remove inventory `api_token_env` option
([#454](https://github.com/ansible-collections/hetzner.hcloud/issues/454))
([d0c82ae](d0c82aec86))


### Bug Fixes

* allow renaming networks
([#449](https://github.com/ansible-collections/hetzner.hcloud/issues/449))
([742cfe6](742cfe6d74))
* always return iso-8601 formatted date time
([#453](https://github.com/ansible-collections/hetzner.hcloud/issues/453))
([55d2616](55d26162b3))
* load balancer invalid cookie lifetime value returned
([#452](https://github.com/ansible-collections/hetzner.hcloud/issues/452))
([86b7662](86b76620da))

---
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-05 16:19:20 +01:00

7 KiB

Changelog

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

  • drop support for ansible-core 2.13 (#450) (96f8009), closes #400
  • inventory: allow templating instances hostname (#455) (be404ef)
  • remove inventory api_token_env option (#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_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)

2.4.1 (2023-11-27)

Bug Fixes

  • inventory: always use fresh cache on new cached session (#404) (df7fa04)

2.4.0 (2023-11-24)

Features

Bug Fixes

2.3.0 (2023-11-07)

Features

  • add created field 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