Skip to content

Commit

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


##
[2.4.1](2.4.0...2.4.1)
(2023-11-27)


### Bug Fixes

* **inventory:** always use fresh cache on new cached session
([#404](#404))
([df7fa04](df7fa04))

---
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 27, 2023
1 parent df7fa04 commit 359539f
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

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


Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/fix-inventory-fresh-cache.yaml

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: 2.4.0 # x-release-please-version
version: 2.4.1 # x-release-please-version
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 = "2.4.0" # x-release-please-version
version = "2.4.1" # x-release-please-version

0 comments on commit 359539f

Please sign in to comment.