mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
feat: deprecate server_type_info included_traffic return value (#532)
### API Changes for Traffic Prices and Server Type Included Traffic There will be a breaking change in the API regarding Traffic Prices and Server Type Included Traffic on 2024-08-05. This release marks the affected fields as `Deprecated`. Please check if this affects any of your code and switch to the replacement fields where necessary. You can learn more about this change in [our changelog](https://docs.hetzner.cloud/changelog#2024-07-25-cloud-api-returns-traffic-information-in-different-format).
This commit is contained in:
parent
42a1438d43
commit
39aa356c4c
2 changed files with 8 additions and 1 deletions
3
changelogs/fragments/deprecate-server-type-pricing.yml
Normal file
3
changelogs/fragments/deprecate-server-type-pricing.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
minor_changes:
|
||||
- server_type_info - The 'included_traffic' return value is deprecated and will be set to 'None' on 5 August 2024.
|
||||
See https://docs.hetzner.cloud/changelog#2024-07-25-cloud-api-returns-traffic-information-in-different-format.
|
||||
Loading…
Add table
Add a link
Reference in a new issue