mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
parent
5475a9929a
commit
372023796a
9 changed files with 35 additions and 12 deletions
|
|
@ -5,6 +5,22 @@ Hetzner Cloud Ansible Collection Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.1.0
|
||||
======
|
||||
|
||||
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.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- `*_info` - Consistently fail on invalid ID in `*_info` modules.
|
||||
|
||||
v2.0.0
|
||||
======
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- hcloud_load_balancer_info - Add targets health status field.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- inventory - Allow caching the hcloud inventory.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "`*_info` - Consistently fail on invalid ID in `*_info` modules."
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- hcloud_floating_ip_info - Allow querying floating ip by name.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- Use the collection version in the hcloud user-agent instead of the ansible-core version.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
namespace: hetzner
|
||||
name: hcloud
|
||||
version: 2.0.0
|
||||
version: 2.1.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- Hetzner Cloud (github.com/hetznercloud)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
version = "2.0.0"
|
||||
version = "2.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue