mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
Prepare Release v1.4.4
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
parent
6e171f231f
commit
9b1492a32c
5 changed files with 21 additions and 6 deletions
|
@ -5,13 +5,22 @@ Hetzner Cloud Ansible Collection Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v1.4.4
|
||||
======
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- hcloud_server Improve Error Message when attaching a not existing firewall to a server
|
||||
- hcloud_volume Force detaching of volumes on servers before deletion
|
||||
|
||||
v1.4.3
|
||||
======
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- hcloud_server Fix incompatibility with python < 3.6
|
||||
- hcloud_server Fix incompatbility with python < 3.6
|
||||
- hcloud_server Improve error handling when using not existing server types
|
||||
|
||||
v1.4.2
|
||||
|
|
|
@ -131,3 +131,13 @@ releases:
|
|||
- hcloud-server-py36.yaml
|
||||
- hcloud-server-server-type.yaml
|
||||
release_date: '2021-04-22'
|
||||
1.4.4:
|
||||
changes:
|
||||
bugfixes:
|
||||
- hcloud_server Improve Error Message when attaching a not existing firewall
|
||||
to a server
|
||||
- hcloud_volume Force detaching of volumes on servers before deletion
|
||||
fragments:
|
||||
- hcloud_server-improve-error-message-on-not-existing-firewall.yml
|
||||
- hcloud_volume-force-detach-before-deletion.yml
|
||||
release_date: '2021-07-19'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- hcloud_server Improve Error Message when attaching a not existing firewall to a server
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- hcloud_volume Force detaching of volumes on servers before deletion
|
|
@ -1,6 +1,6 @@
|
|||
namespace: hetzner
|
||||
name: hcloud
|
||||
version: 1.4.3
|
||||
version: 1.4.4
|
||||
readme: README.md
|
||||
authors:
|
||||
- Hetzner Cloud (github.com/hetznercloud)
|
||||
|
|
Loading…
Reference in a new issue