mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
Prepare Release 1.7.1
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
parent
3ad7b6e444
commit
7d5cd81852
4 changed files with 23 additions and 4 deletions
|
@ -5,6 +5,19 @@ Hetzner Cloud Ansible Collection Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v1.7.1
|
||||
======
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- inventory - allow filtering by server status
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- hcloud_server_network - fixes changed alias_ips by using sorted
|
||||
|
||||
v1.7.0
|
||||
======
|
||||
|
||||
|
|
|
@ -170,3 +170,13 @@ releases:
|
|||
fragments:
|
||||
- inventory-network-templating.yml
|
||||
release_date: '2022-06-09'
|
||||
1.7.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- hcloud_server_network - fixes changed alias_ips by using sorted
|
||||
minor_changes:
|
||||
- inventory - allow filtering by server status
|
||||
fragments:
|
||||
- hcloud_server_network-alias-ips.yaml
|
||||
- inventory-filter-by-status.yaml
|
||||
release_date: '2022-06-13'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- hcloud_server_network - fixes changed alias_ips by using sorted
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- inventory - allow filtering by server status
|
Loading…
Reference in a new issue