Prepare Release 1.8.2

Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
Lukas Kämmerling 2022-09-14 09:26:07 +02:00
parent fc10dc5b31
commit cc675d4321
3 changed files with 26 additions and 12 deletions

View file

@ -5,9 +5,18 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v1.8.2
======
Bugfixes
--------
- dynamic inventory - fix crash when having servers without IPs (flexible networks)
- hcloud_server - When state stopped and server is created, do not start the server
- hcloud_server_info - fix crash when having servers without IPs (flexible networks)
v1.8.1
======
This is just a rerelease of v1.8.0 with the corresponding release notes
v1.8.0
======
@ -15,17 +24,14 @@ v1.8.0
New Modules
-----------
hetzner.hcloud.plugins.modules
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Hetzner
~~~~~~~
hcloud
^^^^^^
- 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
======

View file

@ -188,3 +188,14 @@ releases:
release_date: '2022-06-29'
1.8.1:
release_date: '2022-06-29'
1.8.2:
changes:
bugfixes:
- dynamic inventory - fix crash when having servers without IPs (flexible networks)
- hcloud_server - When state stopped and server is created, do not start the
server
- hcloud_server_info - fix crash when having servers without IPs (flexible networks)
fragments:
- flexible-networks-hcloud-server-info.yml
- inventory.yml
release_date: '2022-09-14'

View file

@ -1,3 +0,0 @@
bugfixes:
- hcloud_server_info - fix crash when having servers without IPs (flexible networks)
- hcloud_server - When state stopped and server is created, do not start the server