Skip to content

Commit

Permalink
Prepare Release 1.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kämmerling <[email protected]>
  • Loading branch information
LKaemmerling committed Sep 14, 2022
1 parent fc10dc5 commit cc675d4
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 12 deletions.
24 changes: 15 additions & 9 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,32 @@ 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
======

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
======
Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 0 additions & 3 deletions changelogs/fragments/flexible-networks-hcloud-server-info.yml

This file was deleted.

0 comments on commit cc675d4

Please sign in to comment.