Skip to content

Commit

Permalink
chore(main): release 4.1.0 (#534)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[4.1.0](4.0.1...4.1.0)
(2024-07-25)


### Features

* deprecate `server_type_info` `included_traffic` return value
([#532](#532))
([39aa356](39aa356))
* use exponential backoff algorithm when polling actions
([#524](#524))
([19e586f](19e586f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
hcloud-bot authored Jul 25, 2024
1 parent 92efa8d commit 7aa87bb
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"4.0.1"}
{".":"4.1.0"}
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
27 changes: 27 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
8 changes: 8 additions & 0 deletions changelogs/dev-changelog.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
3 changes: 0 additions & 3 deletions changelogs/fragments/deprecate-server-type-pricing.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/exponential-actions-polling-interval.yml

This file was deleted.

8 changes: 0 additions & 8 deletions changelogs/fragments/release-summary.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

version = "4.0.1" # x-release-please-version
version = "4.1.0" # x-release-please-version

0 comments on commit 7aa87bb

Please sign in to comment.