1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

chore: prepare v2.1.0 (#304)

##### SUMMARY

 Prepare v2.1.0 release.
This commit is contained in:
Jonas L 2023-08-21 09:35:36 +02:00 committed by GitHub
parent 5475a9929a
commit 372023796a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 35 additions and 12 deletions

View file

@ -384,3 +384,20 @@ releases:
- remove-deprecated-facts-modules.yml
- vendor-hcloud-python-dependency.yml
release_date: '2023-07-24'
2.1.0:
changes:
bugfixes:
- '`*_info` - Consistently fail on invalid ID in `*_info` modules.'
minor_changes:
- Use the collection version in the hcloud user-agent instead of the ansible-core
version.
- hcloud_floating_ip_info - Allow querying floating ip by name.
- hcloud_load_balancer_info - Add targets health status field.
- inventory - Allow caching the hcloud inventory.
fragments:
- add-target-health-status-in-hcloud_load_balancer_info.yml
- allow-caching-hcloud-inventory.yml
- consistently-fail-on-invalid-id.yml
- query-hcloud_floating_ip_info-by-name.yml
- use-collection-version-in-user-agent.yml
release_date: '2023-08-17'

View file

@ -1,2 +0,0 @@
minor_changes:
- hcloud_load_balancer_info - Add targets health status field.

View file

@ -1,2 +0,0 @@
minor_changes:
- inventory - Allow caching the hcloud inventory.

View file

@ -1,2 +0,0 @@
bugfixes:
- "`*_info` - Consistently fail on invalid ID in `*_info` modules."

View file

@ -1,2 +0,0 @@
minor_changes:
- hcloud_floating_ip_info - Allow querying floating ip by name.

View file

@ -1,2 +0,0 @@
minor_changes:
- Use the collection version in the hcloud user-agent instead of the ansible-core version.