mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
Prepare Release v1.4.3
This commit is contained in:
parent
c5e8e980f6
commit
20340fe977
5 changed files with 19 additions and 5 deletions
|
@ -5,6 +5,15 @@ Hetzner Cloud Ansible Collection Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.4.3
|
||||||
|
======
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- hcloud_server Fix incompatibility with python < 3.6
|
||||||
|
- hcloud_server Improve error handling when using not existing server types
|
||||||
|
|
||||||
v1.4.2
|
v1.4.2
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -122,3 +122,12 @@ releases:
|
||||||
fragments:
|
fragments:
|
||||||
- inventory-fix-server-type-wrong-value.yml
|
- inventory-fix-server-type-wrong-value.yml
|
||||||
release_date: '2021-04-14'
|
release_date: '2021-04-14'
|
||||||
|
1.4.3:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- hcloud_server Fix incompatbility with python < 3.6
|
||||||
|
- hcloud_server Improve error handling when using not existing server types
|
||||||
|
fragments:
|
||||||
|
- hcloud-server-py36.yaml
|
||||||
|
- hcloud-server-server-type.yaml
|
||||||
|
release_date: '2021-04-22'
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- hcloud_server Fix incompatbility with python < 3.6
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- hcloud_server Improve error handling when using not existing server types
|
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: hetzner
|
namespace: hetzner
|
||||||
name: hcloud
|
name: hcloud
|
||||||
version: 1.4.2
|
version: 1.4.3
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Hetzner Cloud (github.com/hetznercloud)
|
- Hetzner Cloud (github.com/hetznercloud)
|
||||||
|
|
Loading…
Reference in a new issue