mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-12 23:37:15 +00:00
chore(main): release 4.2.1 (#562)
🤖 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
](98e9c52c74
)) --- 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
98e9c52c74
commit
8503764dd0
7 changed files with 25 additions and 5 deletions
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
|
@ -1 +1 @@
|
|||
{".":"4.2.0"}
|
||||
{".":"4.2.1"}
|
||||
|
|
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- server - Wait up to 30 minutes for every action returned from server create
|
|
@ -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)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
from __future__ import annotations
|
||||
|
||||
version = "4.2.0" # x-release-please-version
|
||||
version = "4.2.1" # x-release-please-version
|
||||
|
|
Loading…
Reference in a new issue