mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-12 23:37:15 +00:00
Prepare Release v1.2.0
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
parent
0d8a8bf7f3
commit
4f9881b7a0
4 changed files with 32 additions and 3 deletions
|
@ -5,6 +5,22 @@ Hetzner Cloud Ansible Collection Release Notes
|
||||||
.. contents:: Topics
|
.. 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
|
v1.1.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -54,3 +54,16 @@ releases:
|
||||||
- fix-idempotency-floating-ip.yml
|
- fix-idempotency-floating-ip.yml
|
||||||
- gh-28-allow-setting-of-protection-on-creation.yml
|
- gh-28-allow-setting-of-protection-on-creation.yml
|
||||||
release_date: '2020-10-05'
|
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'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: hetzner
|
namespace: hetzner
|
||||||
name: hcloud
|
name: hcloud
|
||||||
version: 1.1.0
|
version: 1.2.0
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Hetzner Cloud (github.com/hetznercloud)
|
- Hetzner Cloud (github.com/hetznercloud)
|
||||||
|
|
|
@ -12,11 +12,11 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: hcloud_load_balancer_info
|
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:
|
description:
|
||||||
- Gather infos about your Hetzner Cloud load_balancers.
|
- Gather infos about your Hetzner Cloud Load Balancers..
|
||||||
|
|
||||||
author:
|
author:
|
||||||
- Lukas Kaemmerling (@LKaemmerling)
|
- Lukas Kaemmerling (@LKaemmerling)
|
||||||
|
|
Loading…
Reference in a new issue