diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..e257c12 --- /dev/null +++ b/CHANGELOG.rst @@ -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. diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 16bd834..d75f30f 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/changelogs/inventory-allow-usage-of-pre-migration-configuration-fuiles.yml b/changelogs/inventory-allow-usage-of-pre-migration-configuration-fuiles.yml deleted file mode 100644 index b221051..0000000 --- a/changelogs/inventory-allow-usage-of-pre-migration-configuration-fuiles.yml +++ /dev/null @@ -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 diff --git a/galaxy.yml b/galaxy.yml index 869ba50..d7d7946 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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)