mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
chore: prepare v1.13.0 (#229)
This commit is contained in:
parent
27821140d7
commit
d33db2f51e
5 changed files with 28 additions and 7 deletions
|
@ -5,6 +5,21 @@ Hetzner Cloud Ansible Collection Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.13.0
|
||||||
|
=======
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- hcloud_primary_ip_info Create hcloud_primary_ip_info module
|
||||||
|
- hcloud_server Show warning if used server_type is deprecated.
|
||||||
|
- hcloud_server_type_info Return deprecation info for server types.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- hcloud_server - TypeError when trying to use deprecated image with allow_deprecated_image
|
||||||
|
|
||||||
v1.12.0
|
v1.12.0
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
@ -106,6 +106,19 @@ releases:
|
||||||
fragments:
|
fragments:
|
||||||
- server-type-included-traffic.yml
|
- server-type-included-traffic.yml
|
||||||
release_date: '2023-05-16'
|
release_date: '2023-05-16'
|
||||||
|
1.13.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- hcloud_server - TypeError when trying to use deprecated image with allow_deprecated_image
|
||||||
|
minor_changes:
|
||||||
|
- hcloud_primary_ip_info Create hcloud_primary_ip_info module
|
||||||
|
- hcloud_server Show warning if used server_type is deprecated.
|
||||||
|
- hcloud_server_type_info Return deprecation info for server types.
|
||||||
|
fragments:
|
||||||
|
- create_primary_ip_info.yml
|
||||||
|
- server-type-deprecation.yml
|
||||||
|
- server_error_deprecated_image.yml
|
||||||
|
release_date: '2023-06-20'
|
||||||
1.2.0:
|
1.2.0:
|
||||||
changes:
|
changes:
|
||||||
minor_changes:
|
minor_changes:
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- hcloud_primary_ip_info Create hcloud_primary_ip_info module
|
|
|
@ -1,3 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- hcloud_server_type_info Return deprecation info for server types.
|
|
||||||
- hcloud_server Show warning if used server_type is deprecated.
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- hcloud_server - TypeError when trying to use deprecated image with allow_deprecated_image
|
|
Loading…
Reference in a new issue