mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
Prepare Release 1.1.0
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
parent
e59b91ca86
commit
45ced2b206
5 changed files with 32 additions and 9 deletions
|
@ -5,6 +5,23 @@ Hetzner Cloud Ansible Collection Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.1.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- hcloud_floating_ip Allow creating Floating IP with protection
|
||||||
|
- hcloud_load_balancer Allow creating Load Balancer with protection
|
||||||
|
- hcloud_network Allow creating Network with protection
|
||||||
|
- hcloud_server Allow creating server with protection
|
||||||
|
- hcloud_volume Allow creating Volumes with protection
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- hcloud_floating_ip Fix idempotency when floating ip is assigned to server
|
||||||
|
|
||||||
v1.0.0
|
v1.0.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -40,3 +40,17 @@ releases:
|
||||||
- gh7-allow-enabling-of-backups-on-server-creation.yml
|
- gh7-allow-enabling-of-backups-on-server-creation.yml
|
||||||
- lb-allow-change-type.yml
|
- lb-allow-change-type.yml
|
||||||
release_date: '2020-08-11'
|
release_date: '2020-08-11'
|
||||||
|
1.1.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- hcloud_floating_ip Fix idempotency when floating ip is assigned to server
|
||||||
|
minor_changes:
|
||||||
|
- hcloud_floating_ip Allow creating Floating IP with protection
|
||||||
|
- hcloud_load_balancer Allow creating Load Balancer with protection
|
||||||
|
- hcloud_network Allow creating Network with protection
|
||||||
|
- hcloud_server Allow creating server with protection
|
||||||
|
- hcloud_volume Allow creating Volumes with protection
|
||||||
|
fragments:
|
||||||
|
- fix-idempotency-floating-ip.yml
|
||||||
|
- gh-28-allow-setting-of-protection-on-creation.yml
|
||||||
|
release_date: '2020-10-05'
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- hcloud_floating_ip Fix idempotency when floating ip is assigned to server
|
|
|
@ -1,6 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- hcloud_server Allow creating server with protection
|
|
||||||
- hcloud_floating_ip Allow creating Floating IP with protection
|
|
||||||
- hcloud_load_balancer Allow creating Load Balancer with protection
|
|
||||||
- hcloud_network Allow creating Network with protection
|
|
||||||
- hcloud_volume Allow creating Volumes with protection
|
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: hetzner
|
namespace: hetzner
|
||||||
name: hcloud
|
name: hcloud
|
||||||
version: 1.0.0
|
version: 1.1.0
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Hetzner Cloud (github.com/hetznercloud)
|
- Hetzner Cloud (github.com/hetznercloud)
|
||||||
|
|
Loading…
Reference in a new issue