chore: prepare v1.10.0 (#190)

* docs: add changelog entry for #183

* chore: prepare v1.10.0
This commit is contained in:
Julian Tölle 2023-02-02 09:20:15 +01:00 committed by GitHub
parent 1863fe512c
commit 8ac3c0029c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 41 additions and 11 deletions

View file

@ -5,6 +5,24 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v1.10.0
=======
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
======

View file

@ -54,6 +54,28 @@ releases:
- fix-idempotency-floating-ip.yml
- gh-28-allow-setting-of-protection-on-creation.yml
release_date: '2020-10-05'
1.10.0:
changes:
breaking_changes:
- inventory plugin - Python v3.5+ is now required.
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.
fragments:
- 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'
1.2.0:
changes:
minor_changes:

View file

@ -1,4 +0,0 @@
minor_changes:
- inventory plugin - Add new connect_with setting public_ipv6 to connect to discovered servers via public IPv6 address.
breaking_changes:
- inventory plugin - Python v3.5+ is now required.

View file

@ -1,2 +0,0 @@
minor_changes:
- inventory plugin - Log warning instead of crashing when some servers do not work with global connect_with setting.

View file

@ -1,2 +0,0 @@
minor_changes:
- inventory plugin - Add public IPv6 address to server variables.

View file

@ -1,2 +0,0 @@
minor_changes:
- inventory plugin - Add list of all private networks to server variables.

View file

@ -1,6 +1,6 @@
namespace: hetzner
name: hcloud
version: 1.9.1
version: 1.10.0
readme: README.md
authors:
- Hetzner Cloud (github.com/hetznercloud)