mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-12-14 06:22:32 +00:00
42 lines
1.5 KiB
YAML
42 lines
1.5 KiB
YAML
ancestor: null
|
|
releases:
|
|
0.1.0:
|
|
modules:
|
|
- 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'
|
|
0.2.0:
|
|
changes:
|
|
bugfixes:
|
|
- 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
|
|
fragments:
|
|
- inventory-allow-usage-of-pre-migration-configuration-fuiles.yml
|
|
release_date: '2020-06-30'
|
|
1.0.0:
|
|
changes:
|
|
minor_changes:
|
|
- hcloud_load_balancer Allow changing the type of a Load Balancer
|
|
- hcloud_server Allow the creation of servers with enabled backups
|
|
fragments:
|
|
- gh7-allow-enabling-of-backups-on-server-creation.yml
|
|
- lb-allow-change-type.yml
|
|
release_date: '2020-08-11'
|