Prepare Release v1.2.0

Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
Lukas Kämmerling 2020-12-01 11:34:37 +01:00
parent 0d8a8bf7f3
commit 4f9881b7a0
4 changed files with 32 additions and 3 deletions

View file

@ -5,6 +5,22 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v1.2.0
======
Minor Changes
-------------
- Dynamic Inventory Add option to specifiy the token_env variable which is used for identification if now token is set
- Improve imports of API Exception
- hcloud_server_network Allow updating alias ips
- hcloud_subnetwork Allow creating vswitch subnetworks
New Modules
-----------
- hcloud_load_balancer_info - Gather infos about your Hetzner Cloud load_balancers.
v1.1.0
======

View file

@ -54,3 +54,16 @@ releases:
- fix-idempotency-floating-ip.yml
- gh-28-allow-setting-of-protection-on-creation.yml
release_date: '2020-10-05'
1.2.0:
changes:
minor_changes:
- Dynamic Inventory Add option to specifiy the token_env variable which is used
for identification if now token is set
- Improve imports of API Exception
- hcloud_server_network Allow updating alias ips
- hcloud_subnetwork Allow creating vswitch subnetworks
modules:
- description: Gather infos about your Hetzner Cloud load_balancers.
name: hcloud_load_balancer_info
namespace: ''
release_date: '2020-12-01'

View file

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

View file

@ -12,11 +12,11 @@ DOCUMENTATION = '''
---
module: hcloud_load_balancer_info
short_description: Gather infos about your Hetzner Cloud load_balancers.
short_description: Gather infos about your Hetzner Cloud Load Balancers.
description:
- Gather infos about your Hetzner Cloud load_balancers.
- Gather infos about your Hetzner Cloud Load Balancers..
author:
- Lukas Kaemmerling (@LKaemmerling)