mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
chore: prepare v1.10.0 (#190)
* docs: add changelog entry for #183 * chore: prepare v1.10.0
This commit is contained in:
parent
1863fe512c
commit
8ac3c0029c
7 changed files with 41 additions and 11 deletions
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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.
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- inventory plugin - Log warning instead of crashing when some servers do not work with global connect_with setting.
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- inventory plugin - Add public IPv6 address to server variables.
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- inventory plugin - Add list of all private networks to server variables.
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue