2020-06-29 13:41:30 +00:00
|
|
|
ancestor: null
|
|
|
|
releases:
|
|
|
|
0.1.0:
|
|
|
|
modules:
|
2023-11-24 13:23:24 +00:00
|
|
|
- description: Create and manage cloud Floating IPs on the Hetzner Cloud.
|
|
|
|
name: hcloud_floating_ip
|
|
|
|
namespace: ''
|
|
|
|
- description: Create and manage cloud Load Balancers on the Hetzner Cloud.
|
|
|
|
name: hcloud_load_balancer
|
|
|
|
namespace: ''
|
|
|
|
- description: Manage the relationship between Hetzner Cloud Networks and Load
|
|
|
|
Balancers
|
|
|
|
name: hcloud_load_balancer_network
|
|
|
|
namespace: ''
|
|
|
|
- description: Create and manage the services of cloud Load Balancers on the Hetzner
|
|
|
|
Cloud.
|
|
|
|
name: hcloud_load_balancer_service
|
|
|
|
namespace: ''
|
|
|
|
- description: Manage Hetzner Cloud Load Balancer targets
|
|
|
|
name: hcloud_load_balancer_target
|
|
|
|
namespace: ''
|
|
|
|
- description: Gather infos about the Hetzner Cloud Load Balancer types.
|
|
|
|
name: hcloud_load_balancer_type_info
|
|
|
|
namespace: ''
|
|
|
|
release_date: '2020-06-29'
|
2020-06-30 11:52:34 +00:00
|
|
|
0.2.0:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud inventory plugin - Allow usage of hcloud.yml and hcloud.yaml - this
|
|
|
|
was removed by error within the migration from build-in ansible to our collection
|
2020-06-30 11:52:34 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- inventory-allow-usage-of-pre-migration-configuration-fuiles.yml
|
|
|
|
release_date: '2020-06-30'
|
2020-08-11 14:17:53 +00:00
|
|
|
1.0.0:
|
|
|
|
changes:
|
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_load_balancer Allow changing the type of a Load Balancer
|
|
|
|
- hcloud_server Allow the creation of servers with enabled backups
|
2020-08-11 14:17:53 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- gh7-allow-enabling-of-backups-on-server-creation.yml
|
|
|
|
- lb-allow-change-type.yml
|
|
|
|
release_date: '2020-08-11'
|
2020-10-05 09:21:57 +00:00
|
|
|
1.1.0:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_floating_ip Fix idempotency when floating ip is assigned to server
|
2020-10-05 09:21:57 +00:00
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_floating_ip Allow creating Floating IP with protection
|
|
|
|
- hcloud_load_balancer Allow creating Load Balancer with protection
|
|
|
|
- hcloud_network Allow creating Network with protection
|
|
|
|
- hcloud_server Allow creating server with protection
|
|
|
|
- hcloud_volume Allow creating Volumes with protection
|
2020-10-05 09:21:57 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- fix-idempotency-floating-ip.yml
|
|
|
|
- gh-28-allow-setting-of-protection-on-creation.yml
|
|
|
|
release_date: '2020-10-05'
|
2023-02-02 08:20:15 +00:00
|
|
|
1.10.0:
|
|
|
|
changes:
|
|
|
|
breaking_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- inventory plugin - Python v3.5+ is now required.
|
2023-02-02 08:20:15 +00:00
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- 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.
|
2023-02-02 08:20:15 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- inventory-connect-via-ipv6.yml
|
|
|
|
- inventory-handle-invalid-connect-with.yml
|
|
|
|
- inventory-ipv6-adress-variable.yml
|
|
|
|
- inventory-private-network-info.yml
|
|
|
|
- server-private-networks-info.yml
|
|
|
|
release_date: '2023-02-01'
|
2023-04-03 12:46:35 +00:00
|
|
|
1.10.1:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_server - Prevent backups from being disabled when undefined
|
|
|
|
- hcloud_server - Server locked after attaching to placement group
|
2023-04-03 12:46:35 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- server-fix-backups.yml
|
|
|
|
- server-race-condition-pg-attach.yml
|
|
|
|
release_date: '2023-04-03'
|
2023-04-12 08:43:19 +00:00
|
|
|
1.11.0:
|
|
|
|
changes:
|
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- 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.
|
2023-04-12 08:43:19 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- arm-features.yaml
|
|
|
|
release_date: '2023-04-11'
|
2023-05-16 11:16:14 +00:00
|
|
|
1.12.0:
|
|
|
|
changes:
|
|
|
|
breaking_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud-python 1.20.0 is now required for full compatibility
|
2023-05-16 11:16:14 +00:00
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_server_type_info - Add field included_traffic to returned server types
|
2023-05-16 11:16:14 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- server-type-included-traffic.yml
|
|
|
|
release_date: '2023-05-16'
|
2023-06-20 13:49:06 +00:00
|
|
|
1.13.0:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_server - TypeError when trying to use deprecated image with allow_deprecated_image
|
2023-06-20 13:49:06 +00:00
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_primary_ip_info Create hcloud_primary_ip_info module
|
|
|
|
- hcloud_server Show warning if used server_type is deprecated.
|
|
|
|
- hcloud_server_type_info Return deprecation info for server types.
|
2023-06-20 13:49:06 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- create_primary_ip_info.yml
|
|
|
|
- server-type-deprecation.yml
|
|
|
|
- server_error_deprecated_image.yml
|
|
|
|
release_date: '2023-06-20'
|
2023-06-22 12:17:50 +00:00
|
|
|
1.14.0:
|
|
|
|
changes:
|
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_network Add expose_routes_to_vswitch field.
|
|
|
|
- hcloud_network_info Return expose_routes_to_vswitch for network.
|
2023-06-22 12:17:50 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- add-field-expose_routes_to_vswitch.yml
|
|
|
|
release_date: '2023-06-22'
|
2023-07-04 13:41:21 +00:00
|
|
|
1.15.0:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- 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
|
2023-07-04 13:41:21 +00:00
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_iso_info Create hcloud_iso_info module
|
2023-07-04 13:41:21 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- add-hcloud_iso_info-module.yml
|
|
|
|
- fix-facts-modules-deprecation.yml
|
|
|
|
release_date: '2023-07-04'
|
2023-07-18 07:09:12 +00:00
|
|
|
1.16.0:
|
|
|
|
changes:
|
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- 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.
|
|
|
|
release_summary: This release bundles the hcloud dependency in the collection,
|
2023-10-23 14:26:55 +00:00
|
|
|
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.
|
2023-07-18 07:09:12 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- vendor-hcloud-python-dependency.yml
|
|
|
|
release_date: '2023-07-13'
|
2020-12-01 10:34:37 +00:00
|
|
|
1.2.0:
|
|
|
|
changes:
|
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- Dynamic Inventory Add option to specifiy the token_env variable which is used
|
|
|
|
for identification if now token is set
|
|
|
|
- Improve imports of API Exception
|
|
|
|
- hcloud_server_network Allow updating alias ips
|
|
|
|
- hcloud_subnetwork Allow creating vswitch subnetworks
|
2020-12-01 10:34:37 +00:00
|
|
|
modules:
|
2023-11-24 13:23:24 +00:00
|
|
|
- description: Gather infos about your Hetzner Cloud load_balancers.
|
|
|
|
name: hcloud_load_balancer_info
|
|
|
|
namespace: ''
|
|
|
|
release_date: '2020-12-01'
|
2020-12-16 14:22:10 +00:00
|
|
|
1.2.1:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- Inventory Restore Python 2.7 compatibility
|
|
|
|
release_date: '2020-12-16'
|
2021-03-11 10:15:37 +00:00
|
|
|
1.3.0:
|
|
|
|
changes:
|
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- Add firewalls to hcloud_server module
|
2021-03-11 10:15:37 +00:00
|
|
|
modules:
|
2023-11-24 13:23:24 +00:00
|
|
|
- description: Manage Hetzner Cloud Firewalls
|
|
|
|
name: hcloud_firewall
|
|
|
|
namespace: ''
|
|
|
|
release_date: '2021-03-11'
|
2021-03-18 10:04:05 +00:00
|
|
|
1.3.1:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_server - fix a crash related to check mode if ``state=started`` or
|
|
|
|
``state=stopped`` (https://github.com/ansible-collections/hetzner.hcloud/issues/54).
|
2021-03-18 10:04:05 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- 64-hcloud_server_fix_checkmode_state_started.yml
|
|
|
|
release_date: '2021-03-18'
|
2021-04-06 10:27:52 +00:00
|
|
|
1.4.0:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- 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).
|
2021-04-06 10:27:52 +00:00
|
|
|
security_fixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- 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).
|
2021-04-06 10:27:52 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- 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'
|
2021-04-07 06:18:34 +00:00
|
|
|
1.4.1:
|
|
|
|
changes:
|
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- 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`
|
2021-04-07 06:18:34 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- 74-hcloud_server-improve-error-message-images.yml
|
|
|
|
release_date: '2021-04-07'
|
2021-04-14 07:59:11 +00:00
|
|
|
1.4.2:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- inventory fix image name was set as server type instead of the correct server
|
|
|
|
type
|
2021-04-14 07:59:11 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- inventory-fix-server-type-wrong-value.yml
|
|
|
|
release_date: '2021-04-14'
|
2021-04-22 08:25:59 +00:00
|
|
|
1.4.3:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_server Fix incompatbility with python < 3.6
|
|
|
|
- hcloud_server Improve error handling when using not existing server types
|
2021-04-22 08:25:59 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud-server-py36.yaml
|
|
|
|
- hcloud-server-server-type.yaml
|
|
|
|
release_date: '2021-04-22'
|
2021-07-19 05:23:30 +00:00
|
|
|
1.4.4:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_server Improve Error Message when attaching a not existing firewall
|
|
|
|
to a server
|
|
|
|
- hcloud_volume Force detaching of volumes on servers before deletion
|
2021-07-19 05:23:30 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_server-improve-error-message-on-not-existing-firewall.yml
|
|
|
|
- hcloud_volume-force-detach-before-deletion.yml
|
|
|
|
release_date: '2021-07-19'
|
2021-08-16 10:37:57 +00:00
|
|
|
1.5.0:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_rdns improve error message on not existing server/Floating IP
|
|
|
|
- hcloud_server backups property defaults to None now instead of False
|
2021-08-16 10:37:57 +00:00
|
|
|
major_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- Introduction of placement groups
|
2021-08-16 10:37:57 +00:00
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_firewall Add description field to firewall rules
|
2021-08-16 10:37:57 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_firewall-add-description-field-to-rules.yml
|
|
|
|
- hcloud_placement_group.yml
|
|
|
|
- hcloud_rdns-improve-validation-of-input.yml
|
|
|
|
- hcloud_server_default-backups-to-none.yml
|
|
|
|
release_date: '2021-08-16'
|
2021-08-17 12:54:07 +00:00
|
|
|
1.6.0:
|
|
|
|
changes:
|
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_rdns Add support for load balancer
|
2021-08-17 12:54:07 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_rdns-add-support-for-load-balancers.yml
|
|
|
|
release_date: '2021-08-17'
|
2022-06-09 12:51:49 +00:00
|
|
|
1.7.0:
|
|
|
|
changes:
|
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- inventory - support jinjia templating within `network`
|
2022-06-09 12:51:49 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- inventory-network-templating.yml
|
|
|
|
release_date: '2022-06-09'
|
2022-06-13 07:08:44 +00:00
|
|
|
1.7.1:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_server_network - fixes changed alias_ips by using sorted
|
2022-06-13 07:08:44 +00:00
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- inventory - allow filtering by server status
|
2022-06-13 07:08:44 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_server_network-alias-ips.yaml
|
|
|
|
- inventory-filter-by-status.yaml
|
|
|
|
release_date: '2022-06-13'
|
2022-06-29 09:22:36 +00:00
|
|
|
1.8.0:
|
|
|
|
modules:
|
2023-11-24 13:23:24 +00:00
|
|
|
- description: Create and manage cloud Primary IPs on the Hetzner Cloud.
|
|
|
|
name: hcloud_primary_ip
|
|
|
|
namespace: hetzner.hcloud
|
|
|
|
release_date: '2022-06-29'
|
2022-06-29 09:22:36 +00:00
|
|
|
1.8.1:
|
2023-11-24 13:23:24 +00:00
|
|
|
release_date: '2022-06-29'
|
2022-09-14 07:26:07 +00:00
|
|
|
1.8.2:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- dynamic inventory - fix crash when having servers without IPs (flexible networks)
|
|
|
|
- hcloud_server - When state stopped and server is created, do not start the
|
|
|
|
server
|
|
|
|
- hcloud_server_info - fix crash when having servers without IPs (flexible networks)
|
2022-09-14 07:26:07 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- flexible-networks-hcloud-server-info.yml
|
|
|
|
- inventory.yml
|
|
|
|
release_date: '2022-09-14'
|
2022-11-11 09:00:21 +00:00
|
|
|
1.9.0:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- 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
|
2022-11-11 09:00:21 +00:00
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- 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
|
2022-11-11 09:00:21 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_firewall-deletion.yml
|
|
|
|
- hcloud_firewall-esp-gre.yml
|
|
|
|
- hcloud_inventory.yml
|
|
|
|
- hcloud_server_backup_window.yml
|
|
|
|
- hcloud_volume_server_none.yml
|
|
|
|
release_date: '2022-11-10'
|
2022-12-21 09:21:42 +00:00
|
|
|
1.9.1:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_server - externally attached networks (using hcloud_server_network)
|
|
|
|
were removed when not specified in the hcloud_server resource
|
2022-12-21 09:21:42 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_server-removed-networks.yml
|
|
|
|
release_date: '2022-12-20'
|
2023-07-24 15:10:12 +00:00
|
|
|
2.0.0:
|
|
|
|
changes:
|
|
|
|
breaking_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- Drop support for ansible-core 2.12
|
|
|
|
- Drop support for python 3.7
|
|
|
|
- inventory plugin - Don't set the server image variables (`image_id`, `image_os_flavor`
|
|
|
|
and `image_name`) when the server image is not defined.
|
2023-07-24 15:10:12 +00:00
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- 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.
|
|
|
|
release_summary: This release bundles the hcloud dependency in the collection,
|
2023-10-23 14:26:55 +00:00
|
|
|
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.
|
2023-07-24 15:10:12 +00:00
|
|
|
removed_features:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_datacenter_facts Removed deprecated facts module
|
|
|
|
- hcloud_floating_ip_facts Removed deprecated facts module
|
|
|
|
- hcloud_image_facts Removed deprecated facts module
|
|
|
|
- hcloud_location_facts Removed deprecated facts module
|
|
|
|
- hcloud_server_facts Removed deprecated facts module
|
|
|
|
- hcloud_server_type_facts Removed deprecated facts module
|
|
|
|
- hcloud_ssh_key_facts Removed deprecated facts module
|
|
|
|
- hcloud_volume_facts Removed deprecated facts module
|
2023-07-24 15:10:12 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- do-not-set-inventory-server-image-variables-when-undefined.yml
|
|
|
|
- drop-support-for-ansible-core-2.12.yml
|
|
|
|
- drop-support-for-python-3.7.yml
|
|
|
|
- remove-deprecated-facts-modules.yml
|
|
|
|
- vendor-hcloud-python-dependency.yml
|
|
|
|
release_date: '2023-07-24'
|
2023-08-21 07:35:36 +00:00
|
|
|
2.1.0:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- '`*_info` - Consistently fail on invalid ID in `*_info` modules.'
|
2023-08-21 07:35:36 +00:00
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- Use the collection version in the hcloud user-agent instead of the ansible-core
|
|
|
|
version.
|
|
|
|
- hcloud_floating_ip_info - Allow querying floating ip by name.
|
|
|
|
- hcloud_load_balancer_info - Add targets health status field.
|
|
|
|
- inventory - Allow caching the hcloud inventory.
|
2023-08-21 07:35:36 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- add-target-health-status-in-hcloud_load_balancer_info.yml
|
|
|
|
- allow-caching-hcloud-inventory.yml
|
|
|
|
- consistently-fail-on-invalid-id.yml
|
|
|
|
- query-hcloud_floating_ip_info-by-name.yml
|
|
|
|
- use-collection-version-in-user-agent.yml
|
|
|
|
release_date: '2023-08-17'
|
2023-08-23 13:44:10 +00:00
|
|
|
2.1.1:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_server - Fix string formatting error on deprecated server type warning
|
2023-08-23 13:44:10 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- fix-string-formatting-error-on-deprecated-server-type-warning.yml
|
|
|
|
release_date: '2023-08-23'
|
2023-10-05 14:40:02 +00:00
|
|
|
2.1.2:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_firewall - The port argument is required when the firewall rule protocol
|
|
|
|
is `udp` or `tcp`.
|
|
|
|
- hcloud_load_balancer_service - In the returned data, the invalid `health_check.http.certificates`
|
|
|
|
field was renamed to `health_check.http.status_codes`.
|
2023-10-05 14:40:02 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- rename-load-balancer-service-http-health-check-dict.yaml
|
|
|
|
- require-firewall-port-argument-on-tcp-or-udp-protocol.yaml
|
|
|
|
release_date: '2023-10-05'
|
2023-10-23 14:26:55 +00:00
|
|
|
2.2.0:
|
|
|
|
changes:
|
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_iso_info - Add deprecation field
|
|
|
|
- hcloud_load_balancer_network - Allow selecting a `load_balancer` or `network`
|
|
|
|
using its ID.
|
|
|
|
- hcloud_load_balancer_service - Allow selecting a `load_balancer` using its
|
|
|
|
ID.
|
|
|
|
- hcloud_load_balancer_target - Allow selecting a `load_balancer` or `server`
|
|
|
|
using its ID.
|
|
|
|
- hcloud_rdns - Allow selecting a `server`, `floating_ip`, `primary_ip` or `load_balancer`
|
|
|
|
using its ID.
|
|
|
|
- hcloud_route - Allow selecting a `network` using its ID.
|
|
|
|
- hcloud_server_network - Allow selecting a `network` or `server` using its
|
|
|
|
ID.
|
|
|
|
- hcloud_subnetwork - Allow selecting to a `network` using its ID.
|
2023-10-23 14:26:55 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- add-deprecation-field-to-iso-info.yaml
|
|
|
|
- allow-selecting-a-resource-using-its-id.yaml
|
|
|
|
release_date: '2023-10-23'
|
2023-11-07 11:59:43 +00:00
|
|
|
2.3.0:
|
|
|
|
changes:
|
|
|
|
minor_changes:
|
2023-11-24 13:23:24 +00:00
|
|
|
- hcloud_datacenter_info - Add `server_types` field
|
|
|
|
- hcloud_server - Add `created` field
|
|
|
|
- hcloud_server_info - Add `created` field
|
2023-11-07 11:59:43 +00:00
|
|
|
fragments:
|
2023-11-24 13:23:24 +00:00
|
|
|
- add-server_types-to-datacenter-info.yaml
|
|
|
|
- add_created_to_server_info.yaml
|
|
|
|
release_date: '2023-11-07'
|
|
|
|
2.4.0:
|
|
|
|
changes:
|
|
|
|
minor_changes:
|
|
|
|
- Add the `hetzner.hcloud.all` group to configure all the modules using `module_defaults`.
|
|
|
|
- Allow to set the `api_endpoint` module argument using the `HCLOUD_ENDPOINT`
|
|
|
|
environment variable.
|
|
|
|
- Removed the `hcloud_` prefix from all modules names, e.g. `hetzner.hcloud.hcloud_firewall`
|
|
|
|
was renamed to `hetzner.hcloud.firewall`. Old module names will continue working.
|
|
|
|
- Renamed the `endpoint` module argument to `api_endpoint`, backward compatibility
|
|
|
|
is maintained using an alias.
|
|
|
|
- hcloud inventory - Add the `api_endpoint` option.
|
|
|
|
- hcloud inventory - Deprecate the `api_token_env` option, suggest using a lookup
|
|
|
|
plugin (`{{ lookup('ansible.builtin.env', 'YOUR_ENV_VAR') }}`) or use the
|
|
|
|
well-known `HCLOUD_TOKEN` environment variable name.
|
|
|
|
- hcloud inventory - Rename the `token_env` option to `api_token_env`, use aliases
|
|
|
|
for backward compatibility.
|
|
|
|
- hcloud inventory - Rename the `token` option to `api_token`, use aliases for
|
|
|
|
backward compatibility.
|
|
|
|
fragments:
|
|
|
|
- add-module-defaults-group-for-all-modules.yml
|
|
|
|
- improve-inventory-api-options.yml
|
|
|
|
- improve-modules-api-arguments.yml
|
|
|
|
- remove-hcloud-prefix-from-modules-names.yml
|
|
|
|
release_date: '2023-11-24'
|
2023-11-27 09:51:12 +00:00
|
|
|
2.4.1:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
|
|
|
- hcloud inventory - Ensure the API client use a new cache for every *cached
|
|
|
|
session*.
|
|
|
|
fragments:
|
|
|
|
- fix-inventory-fresh-cache.yaml
|
|
|
|
release_date: '2023-11-27'
|
2024-02-02 09:45:50 +00:00
|
|
|
2.5.0:
|
|
|
|
changes:
|
|
|
|
minor_changes:
|
|
|
|
- 'Replace deprecated `ansible.netcommon` ip utils with python `ipaddress` module.
|
|
|
|
The `ansible.netcommon` collection is no longer required by the collections.
|
|
|
|
|
|
|
|
'
|
|
|
|
- firewall - Allow forcing the deletion of firewalls that are still in use.
|
|
|
|
- firewall - Do not silence 'firewall still in use' delete failures.
|
|
|
|
- firewall - Return resources the firewall is `applied_to`.
|
|
|
|
- firewall_info - Add new `firewall_info` module to gather firewalls info.
|
|
|
|
- firewall_resource - Add new `firewall_resource` module to manage firewalls
|
|
|
|
resources.
|
|
|
|
- 'inventory - Add `hostvars_prefix` and hostvars_suffix` options to customize
|
|
|
|
the inventory host variables keys.
|
|
|
|
|
|
|
|
'
|
|
|
|
fragments:
|
|
|
|
- add-inventory-hostvars-prefix-and-suffix-option.yml
|
|
|
|
- fix-firewall-deletion.yml
|
|
|
|
- improve-firewall-resources-management.yml
|
|
|
|
- replace-deprecated-ansible.netcommon-with-python-ipaddress.yml
|
|
|
|
modules:
|
|
|
|
- description: Manage Resources a Hetzner Cloud Firewall is applied to.
|
|
|
|
name: firewall_resource
|
|
|
|
namespace: ''
|
|
|
|
release_date: '2024-02-02'
|
2024-02-05 15:19:20 +00:00
|
|
|
3.0.0:
|
|
|
|
changes:
|
|
|
|
breaking_changes:
|
|
|
|
- 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.
|
|
|
|
minor_changes:
|
|
|
|
- inventory - Add `hostname` option used to template the hostname of the instances.
|
|
|
|
- network - Allow renaming networks.
|
|
|
|
fragments:
|
|
|
|
- add-inventory-hostname-option.yml
|
|
|
|
- allow-renaming-networks.yml
|
|
|
|
- drop-support-for-ansible-core-2.13.yml
|
|
|
|
- fix-always-return-iso-8601-formatted-datetime.yml
|
|
|
|
- fix-load-balancer-cookie-lifetime.yml
|
|
|
|
- remove-inventory-api_token_env-option.yml
|
|
|
|
release_date: '2024-02-05'
|