chore(main): release 2.4.1 (#405)

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


##
[2.4.1](https://github.com/ansible-collections/hetzner.hcloud/compare/2.4.0...2.4.1)
(2023-11-27)


### Bug Fixes

* **inventory:** always use fresh cache on new cached session
([#404](https://github.com/ansible-collections/hetzner.hcloud/issues/404))
([df7fa04](df7fa04149))

---
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 2023-11-27 10:51:12 +01:00 committed by GitHub
parent df7fa04149
commit 359539fdd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 25 additions and 4 deletions

View file

@ -5,6 +5,14 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v2.4.1
======
Bugfixes
--------
- hcloud inventory - Ensure the API client use a new cache for every *cached session*.
v2.4.0
======

View file

@ -453,3 +453,11 @@ releases:
- improve-modules-api-arguments.yml
- remove-hcloud-prefix-from-modules-names.yml
release_date: '2023-11-24'
2.4.1:
changes:
bugfixes:
- hcloud inventory - Ensure the API client use a new cache for every *cached
session*.
fragments:
- fix-inventory-fresh-cache.yaml
release_date: '2023-11-27'

View file

@ -1,5 +1,12 @@
# Changelog
## [2.4.1](https://github.com/ansible-collections/hetzner.hcloud/compare/2.4.0...2.4.1) (2023-11-27)
### Bug Fixes
* **inventory:** always use fresh cache on new cached session ([#404](https://github.com/ansible-collections/hetzner.hcloud/issues/404)) ([df7fa04](https://github.com/ansible-collections/hetzner.hcloud/commit/df7fa041494eb3609fcdbe65517a58a6396e0a84))
## [2.4.0](https://github.com/ansible-collections/hetzner.hcloud/compare/2.3.0...2.4.0) (2023-11-24)

View file

@ -1,2 +0,0 @@
bugfixes:
- hcloud inventory - Ensure the API client use a new cache for every *cached session*.

View file

@ -1,6 +1,6 @@
namespace: hetzner
name: hcloud
version: 2.4.0 # x-release-please-version
version: 2.4.1 # x-release-please-version
readme: README.md
authors:
- Hetzner Cloud (github.com/hetznercloud)

View file

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