mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
Prepare Release 1.8.1
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
parent
0965f79093
commit
ce3628a687
3 changed files with 30 additions and 1 deletions
|
@ -5,6 +5,27 @@ Hetzner Cloud Ansible Collection Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.8.1
|
||||||
|
======
|
||||||
|
This is just a rerelease of v1.8.0 with the corresponding release notes
|
||||||
|
|
||||||
|
v1.8.0
|
||||||
|
======
|
||||||
|
|
||||||
|
New Modules
|
||||||
|
-----------
|
||||||
|
|
||||||
|
hetzner.hcloud.plugins.modules
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
- hetzner.hcloud.hcloud_primary_ip - Create and manage cloud Primary IPs on the Hetzner Cloud.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- hcloud_load_balancer_target - fix types in examples
|
||||||
|
- hcloud_load_balancer_* - improve error handlings
|
||||||
|
|
||||||
v1.7.1
|
v1.7.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -180,3 +180,11 @@ releases:
|
||||||
- hcloud_server_network-alias-ips.yaml
|
- hcloud_server_network-alias-ips.yaml
|
||||||
- inventory-filter-by-status.yaml
|
- inventory-filter-by-status.yaml
|
||||||
release_date: '2022-06-13'
|
release_date: '2022-06-13'
|
||||||
|
1.8.0:
|
||||||
|
modules:
|
||||||
|
- description: Create and manage cloud Primary IPs on the Hetzner Cloud.
|
||||||
|
name: hcloud_primary_ip
|
||||||
|
namespace: hetzner.hcloud
|
||||||
|
release_date: '2022-06-29'
|
||||||
|
1.8.1:
|
||||||
|
release_date: '2022-06-29'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: hetzner
|
namespace: hetzner
|
||||||
name: hcloud
|
name: hcloud
|
||||||
version: 1.7.0
|
version: 1.8.1
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Hetzner Cloud (github.com/hetznercloud)
|
- Hetzner Cloud (github.com/hetznercloud)
|
||||||
|
|
Loading…
Reference in a new issue