Prepare release 1.5.0

Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
Lukas Kämmerling 2021-08-16 12:37:57 +02:00
parent 7d3828837c
commit 4a96b6ce1a
7 changed files with 35 additions and 9 deletions

View file

@ -5,6 +5,25 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v1.5.0
======
Major Changes
-------------
- Introduction of placement groups
Minor Changes
-------------
- hcloud_firewall Add description field to firewall rules
Bugfixes
--------
- hcloud_rdns improve error message on not existing server/Floating IP
- hcloud_server backups property defaults to None now instead of False
v1.4.4
======

View file

@ -141,3 +141,18 @@ releases:
- hcloud_server-improve-error-message-on-not-existing-firewall.yml
- hcloud_volume-force-detach-before-deletion.yml
release_date: '2021-07-19'
1.5.0:
changes:
bugfixes:
- hcloud_rdns improve error message on not existing server/Floating IP
- hcloud_server backups property defaults to None now instead of False
major_changes:
- Introduction of placement groups
minor_changes:
- hcloud_firewall Add description field to firewall rules
fragments:
- hcloud_firewall-add-description-field-to-rules.yml
- hcloud_placement_group.yml
- hcloud_rdns-improve-validation-of-input.yml
- hcloud_server_default-backups-to-none.yml
release_date: '2021-08-16'

View file

@ -1,2 +0,0 @@
minor_changes:
- hcloud_firewall Add description field to firewall rules

View file

@ -1,2 +0,0 @@
major_changes:
- Introduction of placement groups

View file

@ -1,2 +0,0 @@
bugfixes:
- hcloud_rdns improve error message on not existing server/Floating IP

View file

@ -1,2 +0,0 @@
bugfixes:
- hcloud_server backups property defaults to None now instead of False

View file

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