mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
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:
parent
ed76bc31ac
commit
098883454c
8 changed files with 30 additions and 7 deletions
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
|
|
@ -1 +1 @@
|
||||||
{".":"4.2.1"}
|
{".":"4.2.2"}
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,15 @@ Hetzner Cloud Ansible Collection Release Notes
|
||||||
|
|
||||||
.. contents:: Topics
|
.. 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
|
v4.2.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -605,3 +605,13 @@ releases:
|
||||||
fragments:
|
fragments:
|
||||||
- server-create-next-actions.yml
|
- server-create-next-actions.yml
|
||||||
release_date: '2024-09-23'
|
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'
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# 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)
|
## [4.2.1](https://github.com/ansible-collections/hetzner.hcloud/compare/4.2.0...4.2.1) (2024-09-23)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- hcloud_load_balancer_service - Improve unknown certificate id or name error.
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- hcloud_server - Only rebuild existing servers, skip rebuild if the server was just created.
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: hetzner
|
namespace: hetzner
|
||||||
name: hcloud
|
name: hcloud
|
||||||
version: 4.2.1
|
version: 4.2.2
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Hetzner Cloud (github.com/hetznercloud)
|
- Hetzner Cloud (github.com/hetznercloud)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
version = "4.2.1" # x-release-please-version
|
version = "4.2.2" # x-release-please-version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue