mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
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:
parent
92efa8dfb4
commit
7aa87bb9d9
9 changed files with 58 additions and 16 deletions
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
|
@ -1 +1 @@
|
|||
{".":"4.0.1"}
|
||||
{".":"4.1.0"}
|
||||
|
|
|
@ -4,6 +4,26 @@ Hetzner Cloud Ansible Collection Release Notes
|
|||
|
||||
.. 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
|
||||
======
|
||||
|
||||
|
|
|
@ -563,3 +563,30 @@ releases:
|
|||
fragments:
|
||||
- keep-deprecated-alias.yml
|
||||
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'
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# 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)
|
||||
|
||||
|
||||
|
|
|
@ -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.
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- Use a truncated exponential backoff algorithm when polling actions from the API.
|
|
@ -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>`_.
|
|
@ -1,6 +1,6 @@
|
|||
namespace: hetzner
|
||||
name: hcloud
|
||||
version: 4.0.1
|
||||
version: 4.1.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- Hetzner Cloud (github.com/hetznercloud)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
from __future__ import annotations
|
||||
|
||||
version = "4.0.1" # x-release-please-version
|
||||
version = "4.1.0" # x-release-please-version
|
||||
|
|
Loading…
Reference in a new issue