mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-12-11 13:02:37 +00:00
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 ([#​4388](https://redirect.github.com/ansible/ansible-lint/issues/4388)) [@​abhikdps](https://redirect.github.com/abhikdps) #### Bugfixes - Require ansible-compat>=24.10.0 ([#​4402](https://redirect.github.com/ansible/ansible-lint/issues/4402)) - Update TaskHasTag example rule used in custom-rules.md ([#​4401](https://redirect.github.com/ansible/ansible-lint/issues/4401)) [@​cavcrosby](https://redirect.github.com/cavcrosby) - Add Fedora 41 as a platform in the metadata schema ([#​4392](https://redirect.github.com/ansible/ansible-lint/issues/4392)) [@​jsf9k](https://redirect.github.com/jsf9k) - Fixing the issue "Unfinished sentence in docs/profiles.md [#​4358](https://redirect.github.com/ansible/ansible-lint/issues/4358)" ([#​4380](https://redirect.github.com/ansible/ansible-lint/issues/4380)) [@​binojmn](https://redirect.github.com/binojmn) - Fix quotes converting free-form syntax to yaml ([#​4361](https://redirect.github.com/ansible/ansible-lint/issues/4361)) [@​cavcrosby](https://redirect.github.com/cavcrosby) - Handle FQCN when using import_playbook ([#​4369](https://redirect.github.com/ansible/ansible-lint/issues/4369)) [@​cavcrosby](https://redirect.github.com/cavcrosby) - Allow jinja in variable names ([#​4372](https://redirect.github.com/ansible/ansible-lint/issues/4372)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Update rulebook schema ([#​4373](https://redirect.github.com/ansible/ansible-lint/issues/4373)) [@​ssbarnea](https://redirect.github.com/ssbarnea) - Fix wonky writing to sarif_file ([#​4368](https://redirect.github.com/ansible/ansible-lint/issues/4368)) [@​Qalthos](https://redirect.github.com/Qalthos) - Fix to avoid spamming syslog with invoked messages ([#​4353](https://redirect.github.com/ansible/ansible-lint/issues/4353)) [@​tanwigeetika1618](https://redirect.github.com/tanwigeetika1618) - Pin codecov action to v4.5.0 and update dependabot.yml to ignore v4.6.0 ([#​4356](https://redirect.github.com/ansible/ansible-lint/issues/4356)) [@​tanwigeetika1618](https://redirect.github.com/tanwigeetika1618) - Update schema for missing `tags` property to builder v3 `options` ([#​4346](https://redirect.github.com/ansible/ansible-lint/issues/4346)) [@​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>
This commit is contained in:
parent
380a692238
commit
7f81ee6df3
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ repos:
|
|||
- id: antsibull-changelog-lint-changelog-yaml
|
||||
|
||||
- repo: https://github.com/ansible/ansible-lint
|
||||
rev: v24.9.2
|
||||
rev: v24.10.0
|
||||
hooks:
|
||||
- id: ansible-lint
|
||||
name: ansible-lint
|
||||
|
|
Loading…
Reference in a new issue