diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f274878..d94a3a2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,27 @@ Hetzner Cloud Ansible Collection Release Notes .. contents:: Topics +v1.8.1 +====== +This is just a rerelease of v1.8.0 with the corresponding release notes + +v1.8.0 +====== + +New Modules +----------- + +hetzner.hcloud.plugins.modules +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- hetzner.hcloud.hcloud_primary_ip - Create and manage cloud Primary IPs on the Hetzner Cloud. + +Minor Changes +------------- + +- hcloud_load_balancer_target - fix types in examples +- hcloud_load_balancer_* - improve error handlings + v1.7.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c85188c..2824d41 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -180,3 +180,11 @@ releases: - hcloud_server_network-alias-ips.yaml - inventory-filter-by-status.yaml release_date: '2022-06-13' + 1.8.0: + modules: + - description: Create and manage cloud Primary IPs on the Hetzner Cloud. + name: hcloud_primary_ip + namespace: hetzner.hcloud + release_date: '2022-06-29' + 1.8.1: + release_date: '2022-06-29' diff --git a/galaxy.yml b/galaxy.yml index 0ac087e..4136712 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 1.7.0 +version: 1.8.1 readme: README.md authors: - Hetzner Cloud (github.com/hetznercloud)