chore(main): release 4.2.2 (#571)

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


##
[4.2.2](https://github.com/ansible-collections/hetzner.hcloud/compare/4.2.1...4.2.2)
(2024-11-22)


### Bug Fixes

* improve unknown certificate error in `load_balancer_service`
([#570](https://github.com/ansible-collections/hetzner.hcloud/issues/570))
([fe3bfa9](fe3bfa9020))
* only rebuild existing servers, skip rebuild if it was just created
([#581](https://github.com/ansible-collections/hetzner.hcloud/issues/581))
([06718d0](06718d0db0))

---
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-11-22 13:51:01 +01:00 committed by GitHub
parent ed76bc31ac
commit 098883454c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 30 additions and 7 deletions

View file

@ -1 +1 @@
{".":"4.2.1"}
{".":"4.2.2"}

View file

@ -4,6 +4,15 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v4.2.2
======
Bugfixes
--------
- hcloud_load_balancer_service - Improve unknown certificate id or name error.
- hcloud_server - Only rebuild existing servers, skip rebuild if the server was just created.
v4.2.1
======

View file

@ -605,3 +605,13 @@ releases:
fragments:
- server-create-next-actions.yml
release_date: '2024-09-23'
4.2.2:
changes:
bugfixes:
- hcloud_load_balancer_service - Improve unknown certificate id or name error.
- hcloud_server - Only rebuild existing servers, skip rebuild if the server
was just created.
fragments:
- improve-unkown-certificate-error.yml
- only-rebuild-existing-servers.yml
release_date: '2024-11-22'

View file

@ -1,5 +1,13 @@
# Changelog
## [4.2.2](https://github.com/ansible-collections/hetzner.hcloud/compare/4.2.1...4.2.2) (2024-11-22)
### Bug Fixes
* improve unknown certificate error in `load_balancer_service` ([#570](https://github.com/ansible-collections/hetzner.hcloud/issues/570)) ([fe3bfa9](https://github.com/ansible-collections/hetzner.hcloud/commit/fe3bfa9020323034817013ffb5dc318532cfad20))
* only rebuild existing servers, skip rebuild if it was just created ([#581](https://github.com/ansible-collections/hetzner.hcloud/issues/581)) ([06718d0](https://github.com/ansible-collections/hetzner.hcloud/commit/06718d0db0f928c476d5ca294d1a977b7b8e69f6))
## [4.2.1](https://github.com/ansible-collections/hetzner.hcloud/compare/4.2.0...4.2.1) (2024-09-23)

View file

@ -1,2 +0,0 @@
bugfixes:
- hcloud_load_balancer_service - Improve unknown certificate id or name error.

View file

@ -1,2 +0,0 @@
bugfixes:
- hcloud_server - Only rebuild existing servers, skip rebuild if the server was just created.

View file

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

View file

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