mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
Prepare release 1.5.0
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
parent
7d3828837c
commit
4a96b6ce1a
7 changed files with 35 additions and 9 deletions
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- hcloud_firewall Add description field to firewall rules
|
|
@ -1,2 +0,0 @@
|
|||
major_changes:
|
||||
- Introduction of placement groups
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- hcloud_rdns improve error message on not existing server/Floating IP
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- hcloud_server backups property defaults to None now instead of False
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue