mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
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:
parent
df7fa04149
commit
359539fdd6
6 changed files with 25 additions and 4 deletions
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- hcloud inventory - Ensure the API client use a new cache for every *cached session*.
|
|
@ -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)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
from __future__ import annotations
|
||||
|
||||
version = "2.4.0" # x-release-please-version
|
||||
version = "2.4.1" # x-release-please-version
|
||||
|
|
Loading…
Reference in a new issue