From 8503764dd0d773969847d713cf80b6883adb5f6e Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:08:39 +0200 Subject: [PATCH] chore(main): release 4.2.1 (#562) :robot: I have created a release *beep* *boop* --- ## [4.2.1](https://github.com/ansible-collections/hetzner.hcloud/compare/4.2.0...4.2.1) (2024-09-23) ### Bug Fixes * **server:** timeout in server creation when waiting on next actions ([#561](https://github.com/ansible-collections/hetzner.hcloud/issues/561)) ([98e9c52](https://github.com/ansible-collections/hetzner.hcloud/commit/98e9c52c74d2ceaa53dfc1c7e5c9f77e166dd865)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .github/release-please-manifest.json | 2 +- CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 7 +++++++ changelogs/dev-changelog.md | 7 +++++++ changelogs/fragments/server-create-next-actions.yml | 2 -- galaxy.yml | 2 +- plugins/module_utils/version.py | 2 +- 7 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/server-create-next-actions.yml diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 6fa3b724..1354f3aa 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"4.2.0"} +{".":"4.2.1"} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 15284979..71d2c9a7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,14 @@ Hetzner Cloud Ansible Collection Release Notes .. contents:: Topics +v4.2.1 +====== + +Bugfixes +-------- + +- server - Wait up to 30 minutes for every action returned from server create + v4.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c16228e5..c653c414 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -598,3 +598,10 @@ releases: fragments: - load-balancer-status-filter.yml release_date: '2024-08-30' + 4.2.1: + changes: + bugfixes: + - server - Wait up to 30 minutes for every action returned from server create + fragments: + - server-create-next-actions.yml + release_date: '2024-09-23' diff --git a/changelogs/dev-changelog.md b/changelogs/dev-changelog.md index 1d383c51..189bda01 100644 --- a/changelogs/dev-changelog.md +++ b/changelogs/dev-changelog.md @@ -1,5 +1,12 @@ # Changelog +## [4.2.1](https://github.com/ansible-collections/hetzner.hcloud/compare/4.2.0...4.2.1) (2024-09-23) + + +### Bug Fixes + +* **server:** timeout in server creation when waiting on next actions ([#561](https://github.com/ansible-collections/hetzner.hcloud/issues/561)) ([98e9c52](https://github.com/ansible-collections/hetzner.hcloud/commit/98e9c52c74d2ceaa53dfc1c7e5c9f77e166dd865)) + ## [4.2.0](https://github.com/ansible-collections/hetzner.hcloud/compare/4.1.0...4.2.0) (2024-08-30) diff --git a/changelogs/fragments/server-create-next-actions.yml b/changelogs/fragments/server-create-next-actions.yml deleted file mode 100644 index 34077fd1..00000000 --- a/changelogs/fragments/server-create-next-actions.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - server - Wait up to 30 minutes for every action returned from server create diff --git a/galaxy.yml b/galaxy.yml index 192e354d..1f678810 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 4.2.0 +version: 4.2.1 readme: README.md authors: - Hetzner Cloud (github.com/hetznercloud) diff --git a/plugins/module_utils/version.py b/plugins/module_utils/version.py index 3d1bebef..a0cbcf63 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -1,3 +1,3 @@ from __future__ import annotations -version = "4.2.0" # x-release-please-version +version = "4.2.1" # x-release-please-version