1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

Prepare Release v1.0.0

This commit is contained in:
Lukas Kämmerling 2020-08-11 16:17:53 +02:00
parent 603ecbe92b
commit 4e85bb9842
5 changed files with 19 additions and 5 deletions

View file

@ -5,6 +5,15 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v1.0.0
======
Minor Changes
-------------
- hcloud_load_balancer Allow changing the type of a Load Balancer
- hcloud_server Allow the creation of servers with enabled backups
v0.2.0
======

View file

@ -31,3 +31,12 @@ releases:
fragments:
- inventory-allow-usage-of-pre-migration-configuration-fuiles.yml
release_date: '2020-06-30'
1.0.0:
changes:
minor_changes:
- hcloud_load_balancer Allow changing the type of a Load Balancer
- hcloud_server Allow the creation of servers with enabled backups
fragments:
- gh7-allow-enabling-of-backups-on-server-creation.yml
- lb-allow-change-type.yml
release_date: '2020-08-11'

View file

@ -1,2 +0,0 @@
minor_changes:
- hcloud_server Allow the creation of servers with enabled backups

View file

@ -1,2 +0,0 @@
minor_changes:
- hcloud_load_balancer Allow changing the type of a Load Balancer

View file

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