mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
chore(main): changelog for version 5.3.0
This commit is contained in:
parent
9494419406
commit
e97b7c6bff
5 changed files with 33 additions and 7 deletions
|
|
@ -4,6 +4,21 @@ Hetzner Cloud Ansible Collection Release Notes
|
|||
|
||||
.. contents:: Topics
|
||||
|
||||
v5.3.0
|
||||
======
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- server_type_info - Deprecate Server Type ``deprecation`` property. The property will gradually be phased out as per Locations deprecations are being announced. Please use the new per Locations deprecation information instead.
|
||||
- server_type_info - Return new Server Type ``category`` property.
|
||||
- server_type_info - Return new Server Type ``locations`` property. The new property defines a list of supported Locations and additional per Locations details such as deprecations information.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- floating_ip - Wait for the Floating IP assign action to complete to reduce chances of running into ``locked`` errors.
|
||||
|
||||
v5.2.0
|
||||
======
|
||||
|
||||
|
|
|
|||
|
|
@ -682,3 +682,21 @@ releases:
|
|||
- missing-volume-attachment-meta.yml
|
||||
- rename-volume.yml
|
||||
release_date: '2025-08-14'
|
||||
5.3.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
- floating_ip - Wait for the Floating IP assign action to complete to reduce
|
||||
chances of running into ``locked`` errors.
|
||||
minor_changes:
|
||||
- server_type_info - Deprecate Server Type ``deprecation`` property. The property
|
||||
will gradually be phased out as per Locations deprecations are being announced.
|
||||
Please use the new per Locations deprecation information instead.
|
||||
- server_type_info - Return new Server Type ``category`` property.
|
||||
- server_type_info - Return new Server Type ``locations`` property. The new
|
||||
property defines a list of supported Locations and additional per Locations
|
||||
details such as deprecations information.
|
||||
fragments:
|
||||
- add-server-type-category.yml
|
||||
- per-location-server-types.yml
|
||||
- wait-floating-ip-assign-action.yml
|
||||
release_date: '2025-09-26'
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- server_type_info - Return new Server Type ``category`` property.
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
minor_changes:
|
||||
- server_type_info - Return new Server Type ``locations`` property. The new property defines a list of supported Locations and additional per Locations details such as deprecations information.
|
||||
- server_type_info - Deprecate Server Type ``deprecation`` property. The property will gradually be phased out as per Locations deprecations are being announced. Please use the new per Locations deprecation information instead.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- floating_ip - Wait for the Floating IP assign action to complete to reduce chances of running into ``locked`` errors.
|
||||
Loading…
Add table
Add a link
Reference in a new issue