chore(main): release 4.1.0 (#534)

🤖 I have created a release *beep* *boop*
---


##
[4.1.0](https://github.com/ansible-collections/hetzner.hcloud/compare/4.0.1...4.1.0)
(2024-07-25)


### Features

* deprecate `server_type_info` `included_traffic` return value
([#532](https://github.com/ansible-collections/hetzner.hcloud/issues/532))
([39aa356](39aa356c4c))
* use exponential backoff algorithm when polling actions
([#524](https://github.com/ansible-collections/hetzner.hcloud/issues/524))
([19e586f](19e586fa22))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
Hetzner Cloud Bot 2024-07-25 14:01:03 +02:00 committed by GitHub
parent 92efa8dfb4
commit 7aa87bb9d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 58 additions and 16 deletions

View file

@ -1 +1 @@
{".":"4.0.1"} {".":"4.1.0"}

View file

@ -4,6 +4,26 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics .. contents:: Topics
v4.1.0
======
Release Summary
---------------
**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.
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>`_.
Minor Changes
-------------
- Use a truncated exponential backoff algorithm when polling actions from the API.
- 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.
v4.0.1 v4.0.1
====== ======

View file

@ -563,3 +563,30 @@ releases:
fragments: fragments:
- keep-deprecated-alias.yml - keep-deprecated-alias.yml
release_date: '2024-06-11' release_date: '2024-06-11'
4.1.0:
changes:
minor_changes:
- Use a truncated exponential backoff algorithm when polling actions from the
API.
- 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.
release_summary: '**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.
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>`_.
'
fragments:
- deprecate-server-type-pricing.yml
- exponential-actions-polling-interval.yml
- release-summary.yml
release_date: '2024-07-25'

View file

@ -1,5 +1,13 @@
# Changelog # Changelog
## [4.1.0](https://github.com/ansible-collections/hetzner.hcloud/compare/4.0.1...4.1.0) (2024-07-25)
### Features
* deprecate `server_type_info` `included_traffic` return value ([#532](https://github.com/ansible-collections/hetzner.hcloud/issues/532)) ([39aa356](https://github.com/ansible-collections/hetzner.hcloud/commit/39aa356c4c8a8c47b0c510bf3bc217b5bb58dbf5))
* use exponential backoff algorithm when polling actions ([#524](https://github.com/ansible-collections/hetzner.hcloud/issues/524)) ([19e586f](https://github.com/ansible-collections/hetzner.hcloud/commit/19e586fa22708348eca056377d9b8c51401c7cbb))
## [4.0.1](https://github.com/ansible-collections/hetzner.hcloud/compare/4.0.0...4.0.1) (2024-06-11) ## [4.0.1](https://github.com/ansible-collections/hetzner.hcloud/compare/4.0.0...4.0.1) (2024-06-11)

View file

@ -1,3 +0,0 @@
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.

View file

@ -1,2 +0,0 @@
minor_changes:
- Use a truncated exponential backoff algorithm when polling actions from the API.

View file

@ -1,8 +0,0 @@
release_summary: |
**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.
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>`_.

View file

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

View file

@ -1,3 +1,3 @@
from __future__ import annotations from __future__ import annotations
version = "4.0.1" # x-release-please-version version = "4.1.0" # x-release-please-version