Prepare v0.2.0

This commit is contained in:
Lukas Kämmerling 2020-06-30 13:52:34 +02:00
parent 41354355e6
commit c2c6065ca3
4 changed files with 36 additions and 3 deletions

27
CHANGELOG.rst Normal file
View file

@ -0,0 +1,27 @@
==============================================
Hetzner Cloud Ansible Collection Release Notes
==============================================
.. contents:: Topics
v0.2.0
======
Bugfixes
--------
- hcloud inventory plugin - Allow usage of hcloud.yml and hcloud.yaml - this was removed by error within the migration from build-in ansible to our collection
v0.1.0
======
New Modules
-----------
- hcloud_floating_ip - Create and manage cloud Floating IPs on the Hetzner Cloud.
- hcloud_load_balancer - Create and manage cloud Load Balancers on the Hetzner Cloud.
- hcloud_load_balancer_network - Manage the relationship between Hetzner Cloud Networks and Load Balancers
- hcloud_load_balancer_service - Create and manage the services of cloud Load Balancers on the Hetzner Cloud.
- hcloud_load_balancer_target - Manage Hetzner Cloud Load Balancer targets
- hcloud_load_balancer_type_info - Gather infos about the Hetzner Cloud Load Balancer types.

View file

@ -23,3 +23,11 @@ releases:
name: hcloud_load_balancer_type_info
namespace: ''
release_date: '2020-06-29'
0.2.0:
changes:
bugfixes:
- hcloud inventory plugin - Allow usage of hcloud.yml and hcloud.yaml - this
was removed by error within the migration from build-in ansible to our collection
fragments:
- inventory-allow-usage-of-pre-migration-configuration-fuiles.yml
release_date: '2020-06-30'

View file

@ -1,2 +0,0 @@
bugfix:
- hcloud inventory plugin - Allow usage of hcloud.yml and hcloud.yaml - this was removed by error within the migration from build-in ansible to our collection

View file

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