diff options
Diffstat (limited to 'ansible_collections/hetzner/hcloud/CHANGELOG.rst')
-rw-r--r-- | ansible_collections/hetzner/hcloud/CHANGELOG.rst | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/ansible_collections/hetzner/hcloud/CHANGELOG.rst b/ansible_collections/hetzner/hcloud/CHANGELOG.rst index 2a40778f4..3ef5b1595 100644 --- a/ansible_collections/hetzner/hcloud/CHANGELOG.rst +++ b/ansible_collections/hetzner/hcloud/CHANGELOG.rst @@ -4,6 +4,61 @@ Hetzner Cloud Ansible Collection Release Notes .. contents:: Topics +v3.1.1 +====== + +Bugfixes +-------- + +- inventory - Ensure inventory host variables are serializable and can be cached. + +v3.1.0 +====== + +Minor Changes +------------- + +- primary_ip - Use the `server` option to assign a Primary IP being created to a server. +- server - Allow passing Datacenter name or ID to the `datacenter` argument. +- server - Allow passing Image name or ID to the `image` argument. +- server - Allow passing Location name or ID to the `location` argument. +- server - Allow passing SSH Keys names or IDs to the `ssh_keys` argument. +- server - Allow passing Volume names or IDs to the `volumes` argument. +- server - Renamed the `allow_deprecated_image` option to `image_allow_deprecated`. + +Bugfixes +-------- + +- primary_ip - Added the missing `auto_delete` field to the return values. +- primary_ip - The `auto_delete` option is now used when creating or updating a Primary IP. +- primary_ip_info - Added the missing `auto_delete` field to the return values. +- server - Do not remove the server from its placement group when the `placement_group` argument is not specified. +- server - Pass an empty string to the `placement_group` argument to remove a server from its placement group. +- server_network - The returned `alias_ips` list is now sorted. + +v3.0.0 +====== + +Minor Changes +------------- + +- inventory - Add `hostname` option used to template the hostname of the instances. +- network - Allow renaming networks. + +Breaking Changes / Porting Guide +-------------------------------- + +- Drop support for ansible-core 2.13. +- certificate - The `not_valid_before` and `not_valid_after` values are now returned as ISO-8601 formatted strings. +- certificate_info - The `not_valid_before` and `not_valid_after` values are now returned as ISO-8601 formatted strings. +- inventory - Remove the deprecated `api_token_env` option, you may use the `ansible.builtin.env` lookup as alternative. +- iso_info - The `deprecated` value is now returned as ISO-8601 formatted strings. + +Bugfixes +-------- + +- load_balancer_info - Correctly return the `cookie_lifetime` value. +- load_balancer_service - Correctly return the `cookie_lifetime` value. v2.5.0 ====== |