Update dependency ansible-lint to v24.9.2 #160

Merged
jake merged 1 commit from renovate/ansible-lint-24.x into master 2024-11-03 15:37:18 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ansible-lint (changelog) minor ==24.5.0 -> ==24.9.2

Release Notes

ansible/ansible-lint (ansible-lint)

v24.9.2

Compare Source

Bugfixes

v24.9.1

Compare Source

Bugfixes

Other

v24.9.0

Compare Source

Enhancements

Bugfixes

v24.7.0

Compare Source

Bugfixes

v24.6.1

Compare Source

Bugfixes

v24.6.0

Compare Source

Enhancements

Bugfixes


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ansible-lint](https://github.com/ansible/ansible-lint) ([changelog](https://github.com/ansible/ansible-lint/releases)) | minor | `==24.5.0` -> `==24.9.2` | --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible-lint)</summary> ### [`v24.9.2`](https://github.com/ansible/ansible-lint/releases/tag/v24.9.2) [Compare Source](https://github.com/ansible/ansible-lint/compare/v24.9.1...v24.9.2) #### Bugfixes - Fix github action ([#&#8203;4342](https://github.com/ansible/ansible-lint/issues/4342)) [@&#8203;ssbarnea](https://github.com/ssbarnea) ### [`v24.9.1`](https://github.com/ansible/ansible-lint/releases/tag/v24.9.1) [Compare Source](https://github.com/ansible/ansible-lint/compare/v24.9.0...v24.9.1) #### Bugfixes - Fix missing MatchErrors due to hash collisions ([#&#8203;4307](https://github.com/ansible/ansible-lint/issues/4307)) [@&#8203;cavcrosby](https://github.com/cavcrosby) - Remove requirement of options field in argument_specs.yaml ([#&#8203;4291](https://github.com/ansible/ansible-lint/issues/4291)) [@&#8203;MatthiasKunnen](https://github.com/MatthiasKunnen) - Correct use of working directory with ansible-lint github action ([#&#8203;4340](https://github.com/ansible/ansible-lint/issues/4340)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Avoid running application initialization twice ([#&#8203;4335](https://github.com/ansible/ansible-lint/issues/4335)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Handle bare exception case from nested jinja2 vars ([#&#8203;4315](https://github.com/ansible/ansible-lint/issues/4315)) [@&#8203;cavcrosby](https://github.com/cavcrosby) - Require ansible-compat>=24.9.1 ([#&#8203;4336](https://github.com/ansible/ansible-lint/issues/4336)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Update execution environment schema ([#&#8203;4334](https://github.com/ansible/ansible-lint/issues/4334)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Add new OEL versions to meta JSON schema ([#&#8203;4312](https://github.com/ansible/ansible-lint/issues/4312)) [@&#8203;mpmurphy-aexp](https://github.com/mpmurphy-aexp) - Fix for ignoring test / directories by fqcn\[deep] rule ([#&#8203;4320](https://github.com/ansible/ansible-lint/issues/4320)) [@&#8203;tanwigeetika1618](https://github.com/tanwigeetika1618) #### Other - Docs: remove IRC/ML/google.groups remnants ([#&#8203;4322](https://github.com/ansible/ansible-lint/issues/4322)) [@&#8203;Andersson007](https://github.com/Andersson007) ### [`v24.9.0`](https://github.com/ansible/ansible-lint/releases/tag/v24.9.0) [Compare Source](https://github.com/ansible/ansible-lint/compare/v24.7.0...v24.9.0) #### Enhancements - Community comms ([#&#8203;4309](https://github.com/ansible/ansible-lint/issues/4309)) [@&#8203;oraNod](https://github.com/oraNod) - feat: add `requirements_file` input to GitHub action ([#&#8203;4253](https://github.com/ansible/ansible-lint/issues/4253)) [@&#8203;dbrennand](https://github.com/dbrennand) #### Bugfixes - fix: Adding missing EE option skip_pip_install ([#&#8203;4299](https://github.com/ansible/ansible-lint/issues/4299)) [@&#8203;sscheib](https://github.com/sscheib) - Fix upload-artifact action to work with v4.4 and newer ([#&#8203;4314](https://github.com/ansible/ansible-lint/issues/4314)) [@&#8203;alisonlhart](https://github.com/alisonlhart) - fix: Add reset-failed state in executable_options ([#&#8203;4301](https://github.com/ansible/ansible-lint/issues/4301)) [@&#8203;tanwigeetika1618](https://github.com/tanwigeetika1618) - Enable --offline to affect checking version online ([#&#8203;4283](https://github.com/ansible/ansible-lint/issues/4283)) [@&#8203;cavcrosby](https://github.com/cavcrosby) - Fix long lines being wrapped with a trailing space ([#&#8203;4288](https://github.com/ansible/ansible-lint/issues/4288)) [@&#8203;cavcrosby](https://github.com/cavcrosby) - Make galaxy\[version-incorrect] rule opt-in ([#&#8203;4247](https://github.com/ansible/ansible-lint/issues/4247)) [@&#8203;cavcrosby](https://github.com/cavcrosby) - Fix error for imported playbooks w/invalid syntax ([#&#8203;4289](https://github.com/ansible/ansible-lint/issues/4289)) [@&#8203;cavcrosby](https://github.com/cavcrosby) - Fix indentation change to comments when using --fix ([#&#8203;4273](https://github.com/ansible/ansible-lint/issues/4273)) [@&#8203;cavcrosby](https://github.com/cavcrosby) - Fix list of non-strings in args rule ([#&#8203;4279](https://github.com/ansible/ansible-lint/issues/4279)) [@&#8203;johnbyrneio](https://github.com/johnbyrneio) - Improve --version behavior to handle remote disconnect ([#&#8203;4276](https://github.com/ansible/ansible-lint/issues/4276)) [@&#8203;cavcrosby](https://github.com/cavcrosby) - Ignore var-naming\[pattern] to foreign role vars ([#&#8203;4230](https://github.com/ansible/ansible-lint/issues/4230)) [@&#8203;cavcrosby](https://github.com/cavcrosby) - Remove leftover Sphinx command directives ([#&#8203;4243](https://github.com/ansible/ansible-lint/issues/4243)) [@&#8203;cavcrosby](https://github.com/cavcrosby) - Fix custom-rules documentation examples ([#&#8203;4264](https://github.com/ansible/ansible-lint/issues/4264)) [@&#8203;Tompage1994](https://github.com/Tompage1994) ### [`v24.7.0`](https://github.com/ansible/ansible-lint/releases/tag/v24.7.0) [Compare Source](https://github.com/ansible/ansible-lint/compare/v24.6.1...v24.7.0) #### Bugfixes - Fix linting issues within command_instead_of\* rules (ruff:D102) ([#&#8203;4252](https://github.com/ansible/ansible-lint/issues/4252)) [@&#8203;alisonlhart](https://github.com/alisonlhart) ### [`v24.6.1`](https://github.com/ansible/ansible-lint/releases/tag/v24.6.1) [Compare Source](https://github.com/ansible/ansible-lint/compare/v24.6.0...v24.6.1) #### Bugfixes - Fix working directory when used as an github action ([#&#8203;4213](https://github.com/ansible/ansible-lint/issues/4213)) [@&#8203;bkaraoren](https://github.com/bkaraoren) - Fix relative imports in args rule ([#&#8203;4216](https://github.com/ansible/ansible-lint/issues/4216)) [@&#8203;corubba](https://github.com/corubba) - Fix cmd args with no-free-form transformer ([#&#8203;4215](https://github.com/ansible/ansible-lint/issues/4215)) [@&#8203;Qalthos](https://github.com/Qalthos) - Accept changlog.yml as a valid changelog ([#&#8203;4218](https://github.com/ansible/ansible-lint/issues/4218)) [@&#8203;cavcrosby](https://github.com/cavcrosby) - Avoid using warn for command/shell actions ([#&#8203;4207](https://github.com/ansible/ansible-lint/issues/4207)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Update Contributing docs and add tox as test optional-dependency ([#&#8203;4209](https://github.com/ansible/ansible-lint/issues/4209)) [@&#8203;hdub-tech](https://github.com/hdub-tech) ### [`v24.6.0`](https://github.com/ansible/ansible-lint/releases/tag/v24.6.0) [Compare Source](https://github.com/ansible/ansible-lint/compare/v24.5.0...v24.6.0) #### Enhancements - Adding logic for configuring supported ansible versions ([#&#8203;4203](https://github.com/ansible/ansible-lint/issues/4203)) [@&#8203;alisonlhart](https://github.com/alisonlhart) #### Bugfixes - Revert notify related checks, errors, transforms for listen and tests ([#&#8203;4205](https://github.com/ansible/ansible-lint/issues/4205)) [@&#8203;audgirka](https://github.com/audgirka) - Improve logic of find_children ([#&#8203;4161](https://github.com/ansible/ansible-lint/issues/4161)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Pickup correct path component w/ANSIBLE_ROLES_PATH ([#&#8203;4176](https://github.com/ansible/ansible-lint/issues/4176)) [@&#8203;cavcrosby](https://github.com/cavcrosby) - Respect yamllint 'document_start' rule when autofixing yaml ([#&#8203;4184](https://github.com/ansible/ansible-lint/issues/4184)) [@&#8203;elara-leitstellentechnik](https://github.com/elara-leitstellentechnik) - Avoid displaying upgrade warning when installation is not pip ([#&#8203;4204](https://github.com/ansible/ansible-lint/issues/4204)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Correctly recognize path with spaces with tokenize ([#&#8203;4198](https://github.com/ansible/ansible-lint/issues/4198)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Fix false positive reports in is_handler function ([#&#8203;4170](https://github.com/ansible/ansible-lint/issues/4170)) [@&#8203;MalKeshar](https://github.com/MalKeshar) - Avoid exception with conflicting action statements ([#&#8203;4195](https://github.com/ansible/ansible-lint/issues/4195)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Don't raise name\[casing] on handlers with special role syntax ([#&#8203;4196](https://github.com/ansible/ansible-lint/issues/4196)) [@&#8203;Qalthos](https://github.com/Qalthos) - Refactor tokenize function ([#&#8203;4191](https://github.com/ansible/ansible-lint/issues/4191)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Avoid stacktrace with unsupported import_playbook syntax ([#&#8203;4190](https://github.com/ansible/ansible-lint/issues/4190)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Support for 2.15...updating linter. ([#&#8203;4144](https://github.com/ansible/ansible-lint/issues/4144)) [@&#8203;epacific1](https://github.com/epacific1) - Don't quote strings that start with 0 when running ansible-lint --fix. ([#&#8203;4167](https://github.com/ansible/ansible-lint/issues/4167)) [@&#8203;kousu](https://github.com/kousu) - Allow inventory to be used for playbook order key ([#&#8203;4182](https://github.com/ansible/ansible-lint/issues/4182)) [@&#8203;ssbarnea](https://github.com/ssbarnea) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate changed title from Update dependency ansible-lint to v24.6.0 to Update dependency ansible-lint to v24.6.1 2024-06-21 18:00:24 +01:00
renovate force-pushed renovate/ansible-lint-24.x from 2d489d1b2c to e61f13451d 2024-06-21 18:00:25 +01:00 Compare
renovate changed title from Update dependency ansible-lint to v24.6.1 to Update dependency ansible-lint to v24.7.0 2024-07-10 22:00:25 +01:00
renovate force-pushed renovate/ansible-lint-24.x from e61f13451d to 185a18559c 2024-07-10 22:00:25 +01:00 Compare
renovate force-pushed renovate/ansible-lint-24.x from 185a18559c to 0b392f6510 2024-09-11 16:00:23 +01:00 Compare
renovate changed title from Update dependency ansible-lint to v24.7.0 to Update dependency ansible-lint to v24.9.0 2024-09-11 16:00:24 +01:00
renovate changed title from Update dependency ansible-lint to v24.9.0 to Update dependency ansible-lint to v24.9.1 2024-09-19 18:00:23 +01:00
renovate force-pushed renovate/ansible-lint-24.x from 0b392f6510 to 44e7c00bed 2024-09-19 18:00:24 +01:00 Compare
renovate changed title from Update dependency ansible-lint to v24.9.1 to Update dependency ansible-lint to v24.9.2 2024-09-19 20:00:22 +01:00
renovate force-pushed renovate/ansible-lint-24.x from 44e7c00bed to dc9f127bc4 2024-09-19 20:00:24 +01:00 Compare
jake merged commit 989258833e into master 2024-11-03 15:37:18 +00:00
jake deleted branch renovate/ansible-lint-24.x 2024-11-03 15:37:18 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: systems/infrastructure#160
No description provided.