Skip to content

Commit

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


##
[4.2.2](4.2.1...4.2.2)
(2024-11-22)


### Bug Fixes

* improve unknown certificate error in `load_balancer_service`
([#570](#570))
([fe3bfa9](fe3bfa9))
* only rebuild existing servers, skip rebuild if it was just created
([#581](#581))
([06718d0](06718d0))

---
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 Nov 22, 2024
1 parent ed76bc3 commit 0988834
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 7 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.2.1"}
{".":"4.2.2"}
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

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


Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/improve-unkown-certificate-error.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/only-rebuild-existing-servers.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.2.1
version: 4.2.2
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.2.1" # x-release-please-version
version = "4.2.2" # x-release-please-version

0 comments on commit 0988834

Please sign in to comment.