Prepare Release 1.4.1

This commit is contained in:
Lukas Kämmerling 2021-04-07 08:18:34 +02:00
parent a393f4e862
commit 737c14736e
3 changed files with 17 additions and 5 deletions

View file

@ -5,13 +5,18 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v1.4.0
v1.4.1
======
Minor Changes
-------------
- Add support for managed certificates to hcloud_certificate module
- hcloud_server - improve the handling of deprecated images
- hcloud_server - improve the validation and error response for not existing images
- inventory - support jinjia templating within `token`
v1.4.0
======
Security Fixes
--------------

View file

@ -104,3 +104,13 @@ releases:
- 71-hcloud_firewall_fix_idempotence.yml
- 73-hcloud_load_balancer_service_fix_wrong_import.yml
release_date: '2021-04-06'
1.4.1:
changes:
minor_changes:
- hcloud_server - improve the handling of deprecated images
- hcloud_server - improve the validation and error response for not existing
images
- inventory - support jinjia templating within `token`
fragments:
- 74-hcloud_server-improve-error-message-images.yml
release_date: '2021-04-07'

View file

@ -1,3 +0,0 @@
minor_changes:
- hcloud_server - improve the validation and error response for not existing images
- hcloud_server - improve the handling of deprecated images