diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d94a3a21..85c232ec 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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,16 +24,13 @@ v1.8.0 New Modules ----------- -hetzner.hcloud.plugins.modules -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Hetzner +~~~~~~~ -- hetzner.hcloud.hcloud_primary_ip - Create and manage cloud Primary IPs on the Hetzner Cloud. +hcloud +^^^^^^ -Minor Changes -------------- - -- hcloud_load_balancer_target - fix types in examples -- hcloud_load_balancer_* - improve error handlings +- hetzner.hcloud.hcloud_primary_ip - Create and manage cloud Primary IPs on the Hetzner Cloud. v1.7.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2824d417..3b72de17 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/changelogs/fragments/flexible-networks-hcloud-server-info.yml b/changelogs/fragments/flexible-networks-hcloud-server-info.yml deleted file mode 100644 index f7013ded..00000000 --- a/changelogs/fragments/flexible-networks-hcloud-server-info.yml +++ /dev/null @@ -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