Skip to content

Commit

Permalink
Prepare Release v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
  • Loading branch information
LKaemmerling committed Dec 1, 2020
1 parent 0d8a8bf commit 4f9881b
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/hcloud_load_balancer_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
---
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)
Expand Down

0 comments on commit 4f9881b

Please sign in to comment.