1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00
Commit graph

107 commits

Author SHA1 Message Date
renovate[bot]
b1fd9aa919
chore(deps): update pre-commit hook ansible/ansible-lint to v25.2.1 (#624) 2025-04-03 16:34:58 +02:00
renovate[bot]
f76aa6c28f
chore(deps): update pre-commit hook ansible/ansible-lint to v25.2.0 (#623)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint)
| repository | minor | `v25.1.3` -> `v25.2.0` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>ansible/ansible-lint (ansible/ansible-lint)</summary>

###
[`v25.2.0`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.2.0)

[Compare
Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.1.3...v25.2.0)

#### Enhancements

- Refactor line number identification
([#&#8203;4564](https://redirect.github.com/ansible/ansible-lint/issues/4564))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Require ansible-core 2.16.11
([#&#8203;4569](https://redirect.github.com/ansible/ansible-lint/issues/4569))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)

#### Bugfixes

- Improve testing and code coverage
([#&#8203;4561](https://redirect.github.com/ansible/ansible-lint/issues/4561))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Refactor types for future ansible-core compatibility
([#&#8203;4557](https://redirect.github.com/ansible/ansible-lint/issues/4557))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Isolate ansible internal types to submodule
([#&#8203;4556](https://redirect.github.com/ansible/ansible-lint/issues/4556))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Add line method to Task class
([#&#8203;4554](https://redirect.github.com/ansible/ansible-lint/issues/4554))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Move task_to_str to Task class
([#&#8203;4553](https://redirect.github.com/ansible/ansible-lint/issues/4553))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Add 2025 to WindowsPlatformModel
([#&#8203;4531](https://redirect.github.com/ansible/ansible-lint/issues/4531))
[@&#8203;rsdoherty](https://redirect.github.com/rsdoherty)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-02 22:29:24 +00:00
Jonas L.
5699db28f6
test: enable --strict on changelog yaml lint (#621)
##### SUMMARY

Enable strict mode when linting the changelog yaml.
2025-03-28 11:15:03 +01:00
renovate[bot]
d7b54e708f
chore(deps): update pre-commit hook ansible-community/antsibull-changelog to v0.33.0 (#620) 2025-03-28 11:10:35 +01:00
Jonas L.
b82e18ffbd
feat: drop support for python 3.8 (#615)
##### SUMMARY

Drop support for python 3.8 which is EOL since Oct 2024.

https://endoflife.date/python

Allow us to upgrade the hcloud-python library.
2025-03-21 15:10:23 +01:00
Jonas L.
140d1508cc
feat!: drop support for ansible-core 2.16 (#612)
##### SUMMARY

ansible-core 2.16 will be EOL in May 2025.


https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix

We are dropping support for ansible-core 2.16 alongside ansible-core
2.15 to prevent cutting another major release in the next month.
2025-03-21 14:51:58 +01:00
Jonas L.
92f135456f
feat!: drop support for ansible-core 2.15 (#611)
##### SUMMARY

ansible-core 2.15 is EOL since Nov 2024.


https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
2025-03-21 14:50:47 +01:00
Jonas L.
303cdeda74
test: ensure ansible-lint do not fail for missing api_token (#610)
##### SUMMARY

Ansible lint has a rule to check for missing required parameter. This
ensure the `api_token` parameter is always set.
2025-03-21 12:57:07 +01:00
renovate[bot]
33782fecd5
chore(deps): update pre-commit hook ansible-community/antsibull-changelog to v0.32.0 (#608)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ansible-community/antsibull-changelog](https://redirect.github.com/ansible-community/antsibull-changelog)
| repository | minor | `0.31.2` -> `0.32.0` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>ansible-community/antsibull-changelog
(ansible-community/antsibull-changelog)</summary>

###
[`v0.32.0`](https://redirect.github.com/ansible-community/antsibull-changelog/releases/tag/0.32.0)

[Compare
Source](https://redirect.github.com/ansible-community/antsibull-changelog/compare/0.31.2...0.32.0)

##### Release Summary

Feature release.

##### Major Changes

- The new configuration setting <code>output</code> allows to configure
more precisely which changelog files are generated and how they are
formatted
([#&#8203;190](https://redirect.github.com/ansible-community/antsibull-changelog/issues/190),
[#&#8203;194](https://redirect.github.com/ansible-community/antsibull-changelog/pull/194)).

##### Minor Changes

- Antsibull-changelog now depends on Pydantic 2
([#&#8203;193](https://redirect.github.com/ansible-community/antsibull-changelog/pull/193)).
- Antsibull-changelog now uses Pydantic to parse and validate the
config. This means that validation is more strict than before and might
reject configs that were incorrect, but still got accepted somehow
([#&#8203;193](https://redirect.github.com/ansible-community/antsibull-changelog/pull/193)).

##### Breaking Changes / Porting Guide

- When using antsibull-changelog as a library,
<code>ChangelogConfig</code>'s constructor should no longer be called
directly. Instead, use the class method
<code>ChangelogConfig.parse()</code>, which has the same signature than
the previous constructor, except that
<code>ignore_is_other_project</code> now must be a keyword parameter
([#&#8203;193](https://redirect.github.com/ansible-community/antsibull-changelog/pull/193)).
- When using antsibull-changelog as a library,
<code>rendering.changelog.generate_changelog()</code> now needs a
<code>ChangelogOutput</code> object instead of the
<code>document_format: TextFormat</code> parameter, and the
<code>config</code> and <code>changelog_path</code> parameters have been
removed
([#&#8203;194](https://redirect.github.com/ansible-community/antsibull-changelog/pull/194)).
- When using the <code>--output</code> argument for
<code>antsibull-changelog generate</code>, the generated changelog's
title will not contain any parts of the version number. If you need
this, [please create an
issue](https://redirect.github.com/ansible-community/antsibull-changelog/issues/new)
([#&#8203;194](https://redirect.github.com/ansible-community/antsibull-changelog/pull/194)).

##### Deprecated Features

- The configuration settings <code>changelog_filename_template</code>,
<code>changelog_filename_version_depth</code>, and
<code>output_formats</code> are deprecated and will eventually be
removed. Use the new setting <code>output</code> instead. Note that
there are no runtime warnings right now. If the time to remove them
comes nearer, there will be runtime warnings for a longer time first
before they are actually removed
([#&#8203;194](https://redirect.github.com/ansible-community/antsibull-changelog/pull/194)).

##### Removed Features (previously deprecated)

- Python API: remove <code>antsibull_changelog.rst</code> module
([#&#8203;183](https://redirect.github.com/ansible-community/antsibull-changelog/pull/183)).
- Python API: remove constructor arguments <code>plugins</code> and
<code>fragments</code> from class <code>ChangelogGenerator</code> in
<code>antsibull_changelog.rendering.changelog</code>
([#&#8203;183](https://redirect.github.com/ansible-community/antsibull-changelog/pull/183)).
- Python API: remove method
<code>ChangelogEntry.add_section_content</code>, class
<code>ChangelogGenerator</code>, and function
<code>generate_changelog</code> from
<code>antsibull_changelog.changelog_generator</code>
([#&#8203;183](https://redirect.github.com/ansible-community/antsibull-changelog/pull/183)).
- When using antsibull-changelog as a library, the fields
<code>changelog_filename_template</code>,
<code>changelog_filename_version_depth</code>, and
<code>output_formats</code> are no longer available in
<code>ChangelogConfig</code>. Use <code>output</code> instead
([#&#8203;194](https://redirect.github.com/ansible-community/antsibull-changelog/pull/194)).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-13 14:41:35 +00:00
renovate[bot]
db247619c5
chore(deps): update pre-commit hook pycqa/isort to v6.0.1 (#605)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pycqa/isort](https://redirect.github.com/pycqa/isort) | repository |
patch | `6.0.0` -> `6.0.1` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>pycqa/isort (pycqa/isort)</summary>

###
[`v6.0.1`](https://redirect.github.com/PyCQA/isort/releases/tag/6.0.1)

[Compare
Source](https://redirect.github.com/pycqa/isort/compare/6.0.0...6.0.1)

#### Changes

- fix multi_line_output_modes docs
([#&#8203;2096](https://redirect.github.com/pycqa/isort/issues/2096))
[@&#8203;xinydev](https://redirect.github.com/xinydev)
- Ruff rules PT for pytest
([#&#8203;2372](https://redirect.github.com/pycqa/isort/issues/2372))
[@&#8203;cclauss](https://redirect.github.com/cclauss)
- Ruff rules B017, B028, and E203
([#&#8203;2371](https://redirect.github.com/pycqa/isort/issues/2371))
[@&#8203;cclauss](https://redirect.github.com/cclauss)
- Lint Python code with ruff
([#&#8203;2359](https://redirect.github.com/pycqa/isort/issues/2359))
[@&#8203;cclauss](https://redirect.github.com/cclauss)
- Fix test_find_imports_in_file_error failing on Windows
([#&#8203;2369](https://redirect.github.com/pycqa/isort/issues/2369))
[@&#8203;kobarity](https://redirect.github.com/kobarity)
- Move flake8 settings into pyproject.toml
([#&#8203;2360](https://redirect.github.com/pycqa/isort/issues/2360))
[@&#8203;cclauss](https://redirect.github.com/cclauss)
- Upgrade to uv>=0.6.0 and enable-cache
([#&#8203;2364](https://redirect.github.com/pycqa/isort/issues/2364))
[@&#8203;cclauss](https://redirect.github.com/cclauss)
- Apply some ruff rules
([#&#8203;2353](https://redirect.github.com/pycqa/isort/issues/2353))
[@&#8203;cclauss](https://redirect.github.com/cclauss)

#### 🪲 Fixes

- Add OSError handling in find_imports_in_file
([#&#8203;2331](https://redirect.github.com/pycqa/isort/issues/2331))
[@&#8203;kobarity](https://redirect.github.com/kobarity)
- Link GH as changelog
([#&#8203;2354](https://redirect.github.com/pycqa/isort/issues/2354))
[@&#8203;staticdev](https://redirect.github.com/staticdev)

#### 👷 Continuous Integration

- Remove Safety
([#&#8203;2373](https://redirect.github.com/pycqa/isort/issues/2373))
[@&#8203;staticdev](https://redirect.github.com/staticdev)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-27 03:35:56 +00:00
renovate[bot]
258ad51e39
chore(deps): update pre-commit hook ansible/ansible-lint to v25.1.3 (#601)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint)
| repository | patch | `v25.1.2` -> `v25.1.3` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>ansible/ansible-lint (ansible/ansible-lint)</summary>

###
[`v25.1.3`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.1.3)

[Compare
Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.1.2...v25.1.3)

#### Bugfixes

- Allow use with readonly virtualenvs
([#&#8203;4526](https://redirect.github.com/ansible/ansible-lint/issues/4526))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Add git clean to allowed executable options
([#&#8203;4519](https://redirect.github.com/ansible/ansible-lint/issues/4519))
[@&#8203;s-hertel](https://redirect.github.com/s-hertel)
- Fix failing `ansible-lint` CI job
([#&#8203;4520](https://redirect.github.com/ansible/ansible-lint/issues/4520))
[@&#8203;aphedges](https://redirect.github.com/aphedges)
- Add .ansible to the implicit ignore list
([#&#8203;4518](https://redirect.github.com/ansible/ansible-lint/issues/4518))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Avoid unnecessary warning when meta/runtime.yml is null
([#&#8203;4514](https://redirect.github.com/ansible/ansible-lint/issues/4514))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 22:54:25 +00:00
renovate[bot]
a0d8c82933
chore(deps): update pre-commit hook ansible/ansible-lint to v25.1.2 (#597)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint)
| repository | patch | `v25.1.0` -> `v25.1.2` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>ansible/ansible-lint (ansible/ansible-lint)</summary>

###
[`v25.1.2`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.1.2)

[Compare
Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.1.1...v25.1.2)

#### Bugfixes

- Require ansible-compat>=25.1.2
([#&#8203;4512](https://redirect.github.com/ansible/ansible-lint/issues/4512))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Improve output with broken multiline playbooks
([#&#8203;4506](https://redirect.github.com/ansible/ansible-lint/issues/4506))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Avoid broken referencing dependency
([#&#8203;4505](https://redirect.github.com/ansible/ansible-lint/issues/4505))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Clarify partial-become rule description
([#&#8203;4500](https://redirect.github.com/ansible/ansible-lint/issues/4500))
[@&#8203;alisonlhart](https://redirect.github.com/alisonlhart)
- Allow linter to capture and display initialization warnings
([#&#8203;4504](https://redirect.github.com/ansible/ansible-lint/issues/4504))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Update ansible-compat to `v25.1.1`
([#&#8203;4499](https://redirect.github.com/ansible/ansible-lint/issues/4499))
[@&#8203;audgirka](https://redirect.github.com/audgirka)

###
[`v25.1.1`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.1.1)

[Compare
Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.1.0...v25.1.1)

#### Bugfixes

- Update compat and pre-commit versions
([#&#8203;4495](https://redirect.github.com/ansible/ansible-lint/issues/4495))
[@&#8203;audgirka](https://redirect.github.com/audgirka)
- Fix output terminal colors error for black on black
([#&#8203;4490](https://redirect.github.com/ansible/ansible-lint/issues/4490))
[@&#8203;audgirka](https://redirect.github.com/audgirka)

#### Other

- Add documentation about how to use private repositories with the
github action
([#&#8203;4491](https://redirect.github.com/ansible/ansible-lint/issues/4491))
[@&#8203;umglurf](https://redirect.github.com/umglurf)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 18:12:48 +00:00
renovate[bot]
d483243bd1
chore(deps): update pre-commit hook psf/black-pre-commit-mirror to v25 (#599) 2025-01-29 10:29:17 +00:00
renovate[bot]
ef8af251ab
chore(deps): update pre-commit hook ansible-community/antsibull-changelog to v0.31.2 (#598)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ansible-community/antsibull-changelog](https://redirect.github.com/ansible-community/antsibull-changelog)
| repository | patch | `0.31.1` -> `0.31.2` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>ansible-community/antsibull-changelog
(ansible-community/antsibull-changelog)</summary>

###
[`v0.31.2`](https://redirect.github.com/ansible-community/antsibull-changelog/releases/tag/0.31.2)

[Compare
Source](https://redirect.github.com/ansible-community/antsibull-changelog/compare/0.31.1...0.31.2)

##### Release Summary

Bugfix release.

##### Bugfixes

- When linting found RST problems with rstcheck, the error messages were
reduced to a single letter
([#&#8203;188](https://redirect.github.com/ansible-community/antsibull-changelog/pull/188)).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-29 01:11:40 +00:00
renovate[bot]
85cca8ee10
chore(deps): update pre-commit hook pycqa/isort to v6 (#596) 2025-01-28 08:33:39 +00:00
renovate[bot]
f7fdcb99a6
chore(deps): update pre-commit hook ansible/ansible-lint to v25 (#594) 2025-01-20 18:43:23 +00:00
renovate[bot]
855c53c394
chore(deps): update pre-commit hook asottile/pyupgrade to v3.19.1 (#592)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [asottile/pyupgrade](https://redirect.github.com/asottile/pyupgrade) |
repository | patch | `v3.19.0` -> `v3.19.1` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>asottile/pyupgrade (asottile/pyupgrade)</summary>

###
[`v3.19.1`](https://redirect.github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.1)

[Compare
Source](https://redirect.github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-17 03:19:27 +00:00
renovate[bot]
e152fe3480
chore(deps): update pre-commit hook ansible/ansible-lint to v24.12.2 (#591)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint)
| repository | patch | `v24.12.1` -> `v24.12.2` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>ansible/ansible-lint (ansible/ansible-lint)</summary>

###
[`v24.12.2`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v24.12.2)

[Compare
Source](https://redirect.github.com/ansible/ansible-lint/compare/v24.12.1...v24.12.2)

#### Enhancements

- Added additional galaxy\[tags] checks
([#&#8203;4422](https://redirect.github.com/ansible/ansible-lint/issues/4422))
[@&#8203;minsis](https://redirect.github.com/minsis)
- Refactor code to avoid use of rich library
([#&#8203;4396](https://redirect.github.com/ansible/ansible-lint/issues/4396))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Search for config with the yml/yaml extension
([#&#8203;4416](https://redirect.github.com/ansible/ansible-lint/issues/4416))
[@&#8203;cornfeedhobo](https://redirect.github.com/cornfeedhobo)
- Rename color module to output
([#&#8203;4433](https://redirect.github.com/ansible/ansible-lint/issues/4433))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Remove formatting options for listing rules
([#&#8203;4432](https://redirect.github.com/ansible/ansible-lint/issues/4432))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)

#### Bugfixes

- Revert "Accommodate specified inventory files
([#&#8203;4393](https://redirect.github.com/ansible/ansible-lint/issues/4393))"
([#&#8203;4450](https://redirect.github.com/ansible/ansible-lint/issues/4450))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Enable FQCNs for import_playbook to have subdirs
([#&#8203;4412](https://redirect.github.com/ansible/ansible-lint/issues/4412))
[@&#8203;cavcrosby](https://redirect.github.com/cavcrosby)
- Utilize create_matcherror more in other rules
([#&#8203;4408](https://redirect.github.com/ansible/ansible-lint/issues/4408))
[@&#8203;cavcrosby](https://redirect.github.com/cavcrosby)
- Add Astra Linux Platform to platform items
([#&#8203;4429](https://redirect.github.com/ansible/ansible-lint/issues/4429))
[@&#8203;razerisback](https://redirect.github.com/razerisback)
- Normalize version field for rules
([#&#8203;4431](https://redirect.github.com/ansible/ansible-lint/issues/4431))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Enable pyright hook
([#&#8203;4426](https://redirect.github.com/ansible/ansible-lint/issues/4426))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Remove dead code and prevent regressions
([#&#8203;4425](https://redirect.github.com/ansible/ansible-lint/issues/4425))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Prepare for pyright hook enablement
([#&#8203;4410](https://redirect.github.com/ansible/ansible-lint/issues/4410))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Activate and address some ruff violations (preview)
([#&#8203;4421](https://redirect.github.com/ansible/ansible-lint/issues/4421))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Fix exception with 'skipped' test
([#&#8203;4406](https://redirect.github.com/ansible/ansible-lint/issues/4406))
[@&#8203;Gilles95](https://redirect.github.com/Gilles95)
- Include ! as a shell word. closes
[#&#8203;4386](https://redirect.github.com/ansible/ansible-lint/issues/4386)
([#&#8203;4403](https://redirect.github.com/ansible/ansible-lint/issues/4403))
[@&#8203;wimglenn](https://redirect.github.com/wimglenn)

Note this this changelog entry contains changes also included in the two
yanked releases before it.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-12 18:56:36 +00:00
renovate[bot]
df465aa376
chore(deps): update pre-commit hook ansible/ansible-lint to v24.12.1 (#590)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint)
| repository | patch | `v24.12.0` -> `v24.12.1` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>ansible/ansible-lint (ansible/ansible-lint)</summary>

###
[`v24.12.1`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v24.12.1)

[Compare
Source](https://redirect.github.com/ansible/ansible-lint/compare/v24.12.0...v24.12.1)

#### Enhancements

- Added additional galaxy\[tags] checks
([#&#8203;4422](https://redirect.github.com/ansible/ansible-lint/issues/4422))
[@&#8203;minsis](https://redirect.github.com/minsis)

#### Bugfixes

- Do inventory parsing non-multithreaded
([#&#8203;4447](https://redirect.github.com/ansible/ansible-lint/issues/4447))
[@&#8203;cavcrosby](https://redirect.github.com/cavcrosby)
- Enable FQCNs for import_playbook to have subdirs
([#&#8203;4412](https://redirect.github.com/ansible/ansible-lint/issues/4412))
[@&#8203;cavcrosby](https://redirect.github.com/cavcrosby)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-11 18:49:25 +00:00
renovate[bot]
b2c496b612
chore(deps): update pre-commit hook ansible/ansible-lint to v24.12.0 (#589)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint)
| repository | minor | `v24.10.0` -> `v24.12.0` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>ansible/ansible-lint (ansible/ansible-lint)</summary>

###
[`v24.12.0`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v24.12.0)

[Compare
Source](https://redirect.github.com/ansible/ansible-lint/compare/v24.10.0...v24.12.0)

#### Enhancements

- Refactor code to avoid use of rich library
([#&#8203;4396](https://redirect.github.com/ansible/ansible-lint/issues/4396))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Search for config with the yml/yaml extension
([#&#8203;4416](https://redirect.github.com/ansible/ansible-lint/issues/4416))
[@&#8203;cornfeedhobo](https://redirect.github.com/cornfeedhobo)
- Rename color module to output
([#&#8203;4433](https://redirect.github.com/ansible/ansible-lint/issues/4433))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Remove formatting options for listing rules
([#&#8203;4432](https://redirect.github.com/ansible/ansible-lint/issues/4432))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)

#### Bugfixes

- Accommodate specified inventory files
([#&#8203;4393](https://redirect.github.com/ansible/ansible-lint/issues/4393))
[@&#8203;cavcrosby](https://redirect.github.com/cavcrosby)
- Utilize create_matcherror more in other rules
([#&#8203;4408](https://redirect.github.com/ansible/ansible-lint/issues/4408))
[@&#8203;cavcrosby](https://redirect.github.com/cavcrosby)
- Add Astra Linux Platform to platform items
([#&#8203;4429](https://redirect.github.com/ansible/ansible-lint/issues/4429))
[@&#8203;razerisback](https://redirect.github.com/razerisback)
- Normalize version field for rules
([#&#8203;4431](https://redirect.github.com/ansible/ansible-lint/issues/4431))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Enable pyright hook
([#&#8203;4426](https://redirect.github.com/ansible/ansible-lint/issues/4426))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Remove dead code and prevent regressions
([#&#8203;4425](https://redirect.github.com/ansible/ansible-lint/issues/4425))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Prepare for pyright hook enablement
([#&#8203;4410](https://redirect.github.com/ansible/ansible-lint/issues/4410))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Activate and address some ruff violations (preview)
([#&#8203;4421](https://redirect.github.com/ansible/ansible-lint/issues/4421))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Fix exception with 'skipped' test
([#&#8203;4406](https://redirect.github.com/ansible/ansible-lint/issues/4406))
[@&#8203;Gilles95](https://redirect.github.com/Gilles95)
- Include ! as a shell word. closes
[#&#8203;4386](https://redirect.github.com/ansible/ansible-lint/issues/4386)
([#&#8203;4403](https://redirect.github.com/ansible/ansible-lint/issues/4403))
[@&#8203;wimglenn](https://redirect.github.com/wimglenn)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-10 17:07:15 +00:00
renovate[bot]
7f81ee6df3
chore(deps): update pre-commit hook ansible/ansible-lint to v24.10.0 (#584)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint)
| repository | minor | `v24.9.2` -> `v24.10.0` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>ansible/ansible-lint (ansible/ansible-lint)</summary>

###
[`v24.10.0`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v24.10.0)

[Compare
Source](https://redirect.github.com/ansible/ansible-lint/compare/v24.9.2...v24.10.0)

#### Enhancements

- Add support for py313
([#&#8203;4388](https://redirect.github.com/ansible/ansible-lint/issues/4388))
[@&#8203;abhikdps](https://redirect.github.com/abhikdps)

#### Bugfixes

- Require ansible-compat>=24.10.0
([#&#8203;4402](https://redirect.github.com/ansible/ansible-lint/issues/4402))
- Update TaskHasTag example rule used in custom-rules.md
([#&#8203;4401](https://redirect.github.com/ansible/ansible-lint/issues/4401))
[@&#8203;cavcrosby](https://redirect.github.com/cavcrosby)
- Add Fedora 41 as a platform in the metadata schema
([#&#8203;4392](https://redirect.github.com/ansible/ansible-lint/issues/4392))
[@&#8203;jsf9k](https://redirect.github.com/jsf9k)
- Fixing the issue "Unfinished sentence in docs/profiles.md
[#&#8203;4358](https://redirect.github.com/ansible/ansible-lint/issues/4358)"
([#&#8203;4380](https://redirect.github.com/ansible/ansible-lint/issues/4380))
[@&#8203;binojmn](https://redirect.github.com/binojmn)
- Fix quotes converting free-form syntax to yaml
([#&#8203;4361](https://redirect.github.com/ansible/ansible-lint/issues/4361))
[@&#8203;cavcrosby](https://redirect.github.com/cavcrosby)
- Handle FQCN when using import_playbook
([#&#8203;4369](https://redirect.github.com/ansible/ansible-lint/issues/4369))
[@&#8203;cavcrosby](https://redirect.github.com/cavcrosby)
- Allow jinja in variable names
([#&#8203;4372](https://redirect.github.com/ansible/ansible-lint/issues/4372))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Update rulebook schema
([#&#8203;4373](https://redirect.github.com/ansible/ansible-lint/issues/4373))
[@&#8203;ssbarnea](https://redirect.github.com/ssbarnea)
- Fix wonky writing to sarif_file
([#&#8203;4368](https://redirect.github.com/ansible/ansible-lint/issues/4368))
[@&#8203;Qalthos](https://redirect.github.com/Qalthos)
- Fix to avoid spamming syslog with invoked messages
([#&#8203;4353](https://redirect.github.com/ansible/ansible-lint/issues/4353))
[@&#8203;tanwigeetika1618](https://redirect.github.com/tanwigeetika1618)
- Pin codecov action to v4.5.0 and update dependabot.yml to ignore
v4.6.0
([#&#8203;4356](https://redirect.github.com/ansible/ansible-lint/issues/4356))
[@&#8203;tanwigeetika1618](https://redirect.github.com/tanwigeetika1618)
- Update schema for missing `tags` property to builder v3 `options`
([#&#8203;4346](https://redirect.github.com/ansible/ansible-lint/issues/4346))
[@&#8203;audgirka](https://redirect.github.com/audgirka)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-13 19:42:26 +00:00
renovate[bot]
5221828cba chore(deps): update pre-commit hook ansible-community/antsibull-changelog to v0.31.1 2024-10-27 13:00:38 +00:00
renovate[bot]
d4199ee1a3 chore(deps): update pre-commit hook asottile/pyupgrade to v3.19.0 2024-10-22 03:28:40 +00:00
renovate[bot]
bb23d0ab14 chore(deps): update pre-commit hook ansible-community/antsibull-changelog to v0.31.0 2024-10-19 22:05:18 +00:00
renovate[bot]
6c42ee4713 chore(deps): update pre-commit hook asottile/pyupgrade to v3.18.0 2024-10-12 04:08:56 +00:00
renovate[bot]
2cc99d433d
chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v5 (#564) 2024-10-08 11:20:38 +02:00
renovate[bot]
f5d32d7223 chore(deps): update pre-commit hook psf/black-pre-commit-mirror to v24.10.0 2024-10-08 04:36:25 +00:00
renovate[bot]
a2d5d1f695 chore(deps): update pre-commit hook ansible/ansible-lint to v24.9.2 2024-09-19 22:55:40 +00:00
renovate[bot]
5b2aae8011 chore(deps): update pre-commit hook ansible/ansible-lint to v24.9.0 2024-09-11 17:13:11 +00:00
renovate[bot]
7aba3d4839
chore(deps): update pre-commit hook ansible-community/antsibull-changelog to v0.30.0 (#556) 2024-09-09 19:20:06 +02:00
renovate[bot]
0b8b44ec4c
chore(deps): update pre-commit hook psf/black-pre-commit-mirror to v24.8.0 (#542) 2024-08-06 10:47:16 +02:00
renovate[bot]
e148f23d01 chore(deps): update pre-commit hook asottile/pyupgrade to v3.17.0 2024-07-28 22:59:05 +00:00
renovate[bot]
e8cb7802f4 chore(deps): update pre-commit hook ansible/ansible-lint to v24.7.0 2024-07-10 22:52:17 +00:00
renovate[bot]
948a79335f chore(deps): update pre-commit hook ansible/ansible-lint to v24.6.1 2024-06-21 18:07:47 +00:00
renovate[bot]
d087ecafe5 deps: update pre-commit hook ansible-community/antsibull-changelog to v0.29.0 2024-06-20 01:51:26 +00:00
Jonas L
8157f9a250
feat!: drop support for ansible-core 2.14 (#512)
##### SUMMARY

ansible-core 2.14 is EOL since 20 May 2024.

https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
2024-06-11 16:21:03 +02:00
renovate[bot]
6cff1a3a99 deps: update pre-commit hook asottile/pyupgrade to v3.16.0 2024-06-09 00:27:22 +00:00
renovate[bot]
e34ff6d295 deps: update pre-commit hook ansible/ansible-lint to v24.6.0 2024-06-04 21:18:05 +00:00
renovate[bot]
ad5b95856f deps: update pre-commit hook ansible-community/antsibull-changelog to v0.28.0 2024-05-27 00:23:40 +00:00
renovate[bot]
2b38e0363a deps: update pre-commit hook ansible-community/antsibull-changelog to v0.27.0 2024-05-20 22:30:54 +00:00
renovate[bot]
a95c6ccfb0 deps: update pre-commit hook ansible/ansible-lint to v24.5.0 2024-05-15 23:58:26 +00:00
renovate[bot]
e65e605401 deps: update pre-commit hook ansible/ansible-lint to v24.2.3 2024-04-30 15:44:06 +00:00
renovate[bot]
6cbbb43630 deps: update pre-commit hook psf/black-pre-commit-mirror to v24.4.2 2024-04-26 14:39:35 +00:00
renovate[bot]
1bcc78674c
deps: update pre-commit hook psf/black-pre-commit-mirror to v24.4.1 (#499)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[psf/black-pre-commit-mirror](https://togithub.com/psf/black-pre-commit-mirror)
| repository | patch | `24.4.0` -> `24.4.1` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://togithub.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>psf/black-pre-commit-mirror
(psf/black-pre-commit-mirror)</summary>

###
[`v24.4.1`](https://togithub.com/psf/black-pre-commit-mirror/compare/24.4.0...24.4.1)

[Compare
Source](https://togithub.com/psf/black-pre-commit-mirror/compare/24.4.0...24.4.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ansible-collections/hetzner.hcloud).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-25 08:56:29 +02:00
renovate[bot]
04835d543f deps: update pre-commit hook psf/black-pre-commit-mirror to v24.4.0 2024-04-13 09:26:09 +00:00
renovate[bot]
a2138b7f47 deps: update pre-commit hook ansible/ansible-lint to v24.2.2 2024-04-09 21:40:23 +00:00
renovate[bot]
41d4269bca deps: update pre-commit hook pre-commit/pre-commit-hooks to v4.6.0 2024-04-06 22:54:58 +00:00
renovate[bot]
af093e6ce1 deps: update pre-commit hook asottile/pyupgrade to v3.15.2 2024-03-24 22:50:54 +00:00
renovate[bot]
874b321701 deps: update pre-commit hook ansible-community/antsibull-changelog to v0.26.0 2024-03-17 16:46:13 +00:00
renovate[bot]
0f2b9219df deps: update pre-commit hook psf/black-pre-commit-mirror to v24.3.0 2024-03-16 10:24:08 +00:00