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>
This commit is contained in:
Hetzner Cloud Bot 2023-11-07 12:59:43 +01:00 committed by GitHub
parent 5fdba0a70f
commit 0e00c9f43b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 29 additions and 7 deletions

View file

@ -5,6 +5,16 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v2.3.0
======
Minor Changes
-------------
- hcloud_datacenter_info - Add `server_types` field
- hcloud_server - Add `created` field
- hcloud_server_info - Add `created` field
v2.2.0
======

View file

@ -423,3 +423,13 @@ releases:
- add-deprecation-field-to-iso-info.yaml
- allow-selecting-a-resource-using-its-id.yaml
release_date: "2023-10-23"
2.3.0:
changes:
minor_changes:
- hcloud_datacenter_info - Add `server_types` field
- hcloud_server - Add `created` field
- hcloud_server_info - Add `created` field
fragments:
- add-server_types-to-datacenter-info.yaml
- add_created_to_server_info.yaml
release_date: "2023-11-07"

View file

@ -1,5 +1,12 @@
# Changelog
## [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](https://github.com/ansible-collections/hetzner.hcloud/commit/c3e4c0ea0a77bec26b83476af99d35078ed9cf6d))
- add server_types to datacenter info module ([#379](https://github.com/ansible-collections/hetzner.hcloud/issues/379)) ([084e04d](https://github.com/ansible-collections/hetzner.hcloud/commit/084e04d576798e7b49c5c3101803e7b8d2e80181))
## [2.2.0](https://github.com/ansible-collections/hetzner.hcloud/compare/2.1.2...2.2.0) (2023-10-23)
### Features

View file

@ -1,2 +0,0 @@
minor_changes:
- hcloud_datacenter_info - Add `server_types` field

View file

@ -1,3 +0,0 @@
minor_changes:
- hcloud_server_info - Add `created` field
- hcloud_server - Add `created` field

View file

@ -1,6 +1,6 @@
namespace: hetzner
name: hcloud
version: 2.2.0 # x-release-please-version
version: 2.3.0 # x-release-please-version
readme: README.md
authors:
- Hetzner Cloud (github.com/hetznercloud)

View file

@ -1 +1 @@
version = "2.2.0" # x-release-please-version
version = "2.3.0" # x-release-please-version