ansible-collection-hetzner-.../changelogs/dev-changelog.md
Hetzner Cloud Bot 0e00c9f43b
chore(main): release 2.3.0 (#382)
🤖 I have created a release *beep* *boop*
---


##
[2.3.0](https://github.com/ansible-collections/hetzner.hcloud/compare/2.2.0...2.3.0)
(2023-11-07)


### Features

* add `created` field to server and server_info modules
([#381](https://github.com/ansible-collections/hetzner.hcloud/issues/381))
([c3e4c0e](c3e4c0ea0a))
* add server_types to datacenter info module
([#379](https://github.com/ansible-collections/hetzner.hcloud/issues/379))
([084e04d](084e04d576))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-11-07 12:59:43 +01:00

2.4 KiB

Changelog

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