mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
Prepare v1.4.0
This commit is contained in:
parent
e2dfd884e4
commit
9eb083728a
5 changed files with 35 additions and 7 deletions
|
@ -5,6 +5,26 @@ Hetzner Cloud Ansible Collection Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v1.4.0
|
||||
======
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- Add support for managed certificates to hcloud_certificate module
|
||||
|
||||
Security Fixes
|
||||
--------------
|
||||
|
||||
- hcloud_certificate - mark the ``private_key`` parameter as ``no_log`` to prevent potential leaking of secret values (https://github.com/ansible-collections/hetzner.hcloud/pull/70).
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- hcloud_firewall - fix idempotence related to rules comparison (https://github.com/ansible-collections/hetzner.hcloud/pull/71).
|
||||
- hcloud_load_balancer_service - fix imported wrong HealthCheck from hcloud-python (https://github.com/ansible-collections/hetzner.hcloud/pull/73).
|
||||
- hcloud_server - fix idempotence related to firewall handling (https://github.com/ansible-collections/hetzner.hcloud/pull/71).
|
||||
|
||||
v1.3.1
|
||||
======
|
||||
|
||||
|
|
|
@ -89,3 +89,18 @@ releases:
|
|||
fragments:
|
||||
- 64-hcloud_server_fix_checkmode_state_started.yml
|
||||
release_date: '2021-03-18'
|
||||
1.4.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
- hcloud_firewall - fix idempotence related to rules comparison (https://github.com/ansible-collections/hetzner.hcloud/pull/71).
|
||||
- hcloud_load_balancer_service - fix imported wrong HealthCheck from hcloud-python
|
||||
(https://github.com/ansible-collections/hetzner.hcloud/pull/73).
|
||||
- hcloud_server - fix idempotence related to firewall handling (https://github.com/ansible-collections/hetzner.hcloud/pull/71).
|
||||
security_fixes:
|
||||
- hcloud_certificate - mark the ``private_key`` parameter as ``no_log`` to prevent
|
||||
potential leaking of secret values (https://github.com/ansible-collections/hetzner.hcloud/pull/70).
|
||||
fragments:
|
||||
- 70-no_log_security_fixes.yml
|
||||
- 71-hcloud_firewall_fix_idempotence.yml
|
||||
- 73-hcloud_load_balancer_service_fix_wrong_import.yml
|
||||
release_date: '2021-04-06'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
security_fixes:
|
||||
- hcloud_certificate - mark the ``private_key`` parameter as ``no_log`` to prevent potential leaking of secret values (https://github.com/ansible-collections/hetzner.hcloud/pull/70).
|
|
@ -1,3 +0,0 @@
|
|||
bugfixes:
|
||||
- hcloud_firewall - fix idempotence related to rules comparison (https://github.com/ansible-collections/hetzner.hcloud/pull/71).
|
||||
- hcloud_server - fix idempotence related to firewall handling (https://github.com/ansible-collections/hetzner.hcloud/pull/71).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- hcloud_load_balancer_service - fix imported wrong HealthCheck from hcloud-python (https://github.com/ansible-collections/hetzner.hcloud/pull/73).
|
Loading…
Reference in a new issue