Skip to content

Update dependency hetzner.hcloud to v1.16.0

Klimabänder Bot requested to merge renovate/hetzner.hcloud-1.x into master

This MR contains the following updates:

Package Type Update Change
hetzner.hcloud galaxy-collection minor 1.8.2 -> 1.16.0

Dependency Lookup Warnings

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

ansible-collections/hetzner.hcloud

v1.16.0

Compare Source

=======

Release Summary

This release bundles the hcloud dependency in the collection, this allows us to ship new features or bug fixes without having to release new major versions and require the users to upgrade their version of the hcloud dependency.

Minor Changes

  • Bundle hcloud python dependency inside the collection.
  • python-dateutil >= 2.7.5 is now required by the collection. If you already have the hcloud package installed, this dependency should also be installed.
  • requests >= 2.20 is now required by the collection. If you already have the hcloud package installed, this dependency should also be installed.

v1.15.0

Compare Source

=======

Minor Changes

  • hcloud_iso_info Create hcloud_iso_info module

Bugfixes

  • hcloud_image_info Fix facts modules deprecated result key
  • hcloud_location_info Fix facts modules deprecation warnings
  • hcloud_server_type_info Fix facts modules deprecated result dict
  • hcloud_server_type_info Fix facts modules deprecation warnings

v1.14.0

Compare Source

=======

Minor Changes

  • hcloud_network Add expose_routes_to_vswitch field.
  • hcloud_network_info Return expose_routes_to_vswitch for network.

v1.12.0

Compare Source

=======

Minor Changes

  • hcloud_server_type_info - Add field included_traffic to returned server types

Breaking Changes / Porting Guide

  • hcloud-python 1.20.0 is now required for full compatibility

v1.11.0

Compare Source

=======

Minor Changes

  • hcloud_image_info - Add cpu architecture field to return value.
  • hcloud_image_info - Allow filtering images by cpu architecture.
  • hcloud_server - Select matching image for the cpu architecture of the server type on create & rebuild.
  • hcloud_server_type_info - Add cpu architecture field to return value.
  • inventory plugin - Add cpu architecture to server variables.

v1.10.1

Compare Source

=======

Bugfixes

  • hcloud_server - Prevent backups from being disabled when undefined
  • hcloud_server - Server locked after attaching to placement group

v1.10.0

Compare Source

=======

Minor Changes

  • hcloud_server - add private_networks_info containing name and private ip in responses
  • hcloud_server_info - add private_networks_info containing name and private ip in responses
  • inventory plugin - Add list of all private networks to server variables.
  • inventory plugin - Add new connect_with setting public_ipv6 to connect to discovered servers via public IPv6 address.
  • inventory plugin - Add public IPv6 address to server variables.
  • inventory plugin - Log warning instead of crashing when some servers do not work with global connect_with setting.

Breaking Changes / Porting Guide

  • inventory plugin - Python v3.5+ is now required.

v1.9.1

Compare Source

======

Bugfixes

  • hcloud_server - externally attached networks (using hcloud_server_network) were removed when not specified in the hcloud_server resource

v1.9.0

Compare Source

======

Minor Changes

  • dynamic inventory - add support changing the name of the top level group all servers are added to
  • hcloud_firewall - add support for esp and gre protocols

Bugfixes

  • hcloud_firewall - the deletion could fail if the firewall was referenced right before
  • hcloud_server - fix backup window was given out as "None" instead of null
  • hcloud_server_info - fix backup window was given out as "None" instead of null
  • hcloud_volume - fix server name was given out as "None" instead of null if no server was attached
  • hcloud_volume_info - fix server name was given out as "None" instead of null if no server was attached

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Klimabänder Bot

Merge request reports