mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
Prepare Release 1.9.0 (#167)
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
parent
ad8958a2ad
commit
a3ab379c5b
8 changed files with 42 additions and 13 deletions
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- hcloud_firewall - the deletion could fail if the firewall was referenced right before
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- hcloud_firewall - add support for esp and gre protocols
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- dynamic inventory - add support changing the name of the top level group all servers are added to
|
|
@ -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
|
|
@ -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
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue