Prepare Release v1.4.3

This commit is contained in:
Lukas Kämmerling 2021-04-22 10:25:59 +02:00
parent c5e8e980f6
commit 20340fe977
5 changed files with 19 additions and 5 deletions

View file

@ -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
====== ======

View file

@ -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'

View file

@ -1,2 +0,0 @@
bugfixes:
- hcloud_server Fix incompatbility with python < 3.6

View file

@ -1,2 +0,0 @@
bugfixes:
- hcloud_server Improve error handling when using not existing server types

View file

@ -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)