Prepare Release 1.9.0 (#167)

Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
Lukas Kämmerling 2022-11-11 10:00:21 +01:00 committed by GitHub
parent ad8958a2ad
commit a3ab379c5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 42 additions and 13 deletions

View file

@ -5,6 +5,24 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v1.9.0
======
Minor Changes
-------------
- dynamic inventory - add support changing the name of the top level group all servers are added to
- hcloud_firewall - add support for esp and gre protocols
Bugfixes
--------
- hcloud_firewall - the deletion could fail if the firewall was referenced right before
- hcloud_server - fix backup window was given out as "None" instead of null
- hcloud_server_info - fix backup window was given out as "None" instead of null
- hcloud_volume - fix server name was given out as "None" instead of null if no server was attached
- hcloud_volume_info - fix server name was given out as "None" instead of null if no server was attached
v1.8.2
======

View file

@ -199,3 +199,26 @@ releases:
- flexible-networks-hcloud-server-info.yml
- inventory.yml
release_date: '2022-09-14'
1.9.0:
changes:
bugfixes:
- hcloud_firewall - the deletion could fail if the firewall was referenced right
before
- hcloud_server - fix backup window was given out as "None" instead of null
- hcloud_server_info - fix backup window was given out as "None" instead of
null
- hcloud_volume - fix server name was given out as "None" instead of null if
no server was attached
- hcloud_volume_info - fix server name was given out as "None" instead of null
if no server was attached
minor_changes:
- dynamic inventory - add support changing the name of the top level group all
servers are added to
- hcloud_firewall - add support for esp and gre protocols
fragments:
- hcloud_firewall-deletion.yml
- hcloud_firewall-esp-gre.yml
- hcloud_inventory.yml
- hcloud_server_backup_window.yml
- hcloud_volume_server_none.yml
release_date: '2022-11-10'

View file

@ -1,2 +0,0 @@
bugfixes:
- hcloud_firewall - the deletion could fail if the firewall was referenced right before

View file

@ -1,2 +0,0 @@
minor_changes:
- hcloud_firewall - add support for esp and gre protocols

View file

@ -1,2 +0,0 @@
minor_changes:
- dynamic inventory - add support changing the name of the top level group all servers are added to

View file

@ -1,3 +0,0 @@
bugfixes:
- hcloud_server - fix backup window was given out as "None" instead of null
- hcloud_server_info - fix backup window was given out as "None" instead of null

View file

@ -1,3 +0,0 @@
bugfixes:
- hcloud_volume - fix server name was given out as "None" instead of null if no server was attached
- hcloud_volume_info - fix server name was given out as "None" instead of null if no server was attached

View file

@ -1,6 +1,6 @@
namespace: hetzner
name: hcloud
version: 1.8.1
version: 1.9.0
readme: README.md
authors:
- Hetzner Cloud (github.com/hetznercloud)