Update dependency ansible-lint to v6.20.1 - autoclosed #39

Closed
renovate wants to merge 1 commits from renovate/ansible-lint-6.x into master
Collaborator

This PR contains the following updates:

Package Update Change
ansible-lint (changelog) minor ==6.17.1 -> ==6.20.1

Release Notes

ansible/ansible-lint (ansible-lint)

v6.20.1

Compare Source

Bugfixes

v6.20.0

Compare Source

Minor Changes

Bugfixes

v6.19.0

Compare Source

Minor Changes

Bugfixes

v6.18.0

Compare Source

Minor Changes

Bugfixes

v6.17.2

Compare Source

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 | `==6.17.1` -> `==6.20.1` | --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible-lint)</summary> ### [`v6.20.1`](https://github.com/ansible/ansible-lint/releases/tag/v6.20.1) [Compare Source](https://github.com/ansible/ansible-lint/compare/v6.20.0...v6.20.1) #### Bugfixes - Fix detection of play roles vars missing prefix ([#&#8203;3765](https://github.com/ansible/ansible-lint/issues/3765)) [@&#8203;cavcrosby](https://github.com/cavcrosby) - Prune reported errors after autofix ([#&#8203;3774](https://github.com/ansible/ansible-lint/issues/3774)) [@&#8203;cidrblock](https://github.com/cidrblock) - `--fix` will now default to `all` ([#&#8203;3777](https://github.com/ansible/ansible-lint/issues/3777)) [@&#8203;ajinkyau](https://github.com/ajinkyau) - Avoid false error caused by TypeError with jinja rule ([#&#8203;3773](https://github.com/ansible/ansible-lint/issues/3773)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Sanity Rule Ignore Additions and Updates ([#&#8203;3766](https://github.com/ansible/ansible-lint/issues/3766)) [@&#8203;alisonlhart](https://github.com/alisonlhart) - Update rulebook schema (name is now required) ([#&#8203;3776](https://github.com/ansible/ansible-lint/issues/3776)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Expose rules that have autofix capability in docs ([#&#8203;3770](https://github.com/ansible/ansible-lint/issues/3770)) [@&#8203;shatakshiiii](https://github.com/shatakshiiii) - List all the fixable rules in CLI via `--list-rules` ([#&#8203;3737](https://github.com/ansible/ansible-lint/issues/3737)) [@&#8203;shatakshiiii](https://github.com/shatakshiiii) - Include level in SARIF results ([#&#8203;3758](https://github.com/ansible/ansible-lint/issues/3758)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Meta runtime supported version update ([#&#8203;3755](https://github.com/ansible/ansible-lint/issues/3755)) [@&#8203;alisonlhart](https://github.com/alisonlhart) ### [`v6.20.0`](https://github.com/ansible/ansible-lint/releases/tag/v6.20.0) [Compare Source](https://github.com/ansible/ansible-lint/compare/v6.19.0...v6.20.0) #### Minor Changes - Respect cgroup CPU limits when running inside containers ([#&#8203;3749](https://github.com/ansible/ansible-lint/issues/3749)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Rename --write option to --fix ([#&#8203;3748](https://github.com/ansible/ansible-lint/issues/3748)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Add auto-fixing implementation for `no-free-form` rule ([#&#8203;3725](https://github.com/ansible/ansible-lint/issues/3725)) [@&#8203;ajinkyau](https://github.com/ajinkyau) - Add auto-fixing implementation for `partial-become` rule ([#&#8203;3692](https://github.com/ansible/ansible-lint/issues/3692)) [@&#8203;shatakshiiii](https://github.com/shatakshiiii) - Add auto-fixing implementation for `no-jinja-when` rule ([#&#8203;3721](https://github.com/ansible/ansible-lint/issues/3721)) [@&#8203;shatakshiiii](https://github.com/shatakshiiii) #### Bugfixes - Fix the detection of role vars missing role prefix ([#&#8203;3750](https://github.com/ansible/ansible-lint/issues/3750)) [@&#8203;cavcrosby](https://github.com/cavcrosby) - Clarify auto-fix arguments use ([#&#8203;3751](https://github.com/ansible/ansible-lint/issues/3751)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Avoid IndexError exception with jinja transform ([#&#8203;3747](https://github.com/ansible/ansible-lint/issues/3747)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Fix docs typo ([#&#8203;3746](https://github.com/ansible/ansible-lint/issues/3746)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Add /bin/bash executable to example correct code for pipefail rule ([#&#8203;3731](https://github.com/ansible/ansible-lint/issues/3731)) [@&#8203;Perdu](https://github.com/Perdu) - Properly avoid `pipx` venv path to be included in altered path warning ([#&#8203;3730](https://github.com/ansible/ansible-lint/issues/3730)) [@&#8203;chrysle](https://github.com/chrysle) - Fix transform exception with local_action with old syntax ([#&#8203;3743](https://github.com/ansible/ansible-lint/issues/3743)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Support only_upgrade ([#&#8203;3734](https://github.com/ansible/ansible-lint/issues/3734)) [@&#8203;soroshsabz](https://github.com/soroshsabz) ### [`v6.19.0`](https://github.com/ansible/ansible-lint/releases/tag/v6.19.0) [Compare Source](https://github.com/ansible/ansible-lint/compare/v6.18.0...v6.19.0) #### Minor Changes - Add auto transform for no-log-password rule ([#&#8203;3708](https://github.com/ansible/ansible-lint/issues/3708)) [@&#8203;ajinkyau](https://github.com/ajinkyau) - Add auto-fixing implementation for key-order\[task] rule ([#&#8203;3705](https://github.com/ansible/ansible-lint/issues/3705)) [@&#8203;ajinkyau](https://github.com/ajinkyau) - Add auto-fixing implementation for `jinja[spacing]` rule ([#&#8203;3691](https://github.com/ansible/ansible-lint/issues/3691)) [@&#8203;ajinkyau](https://github.com/ajinkyau) - Make schema validation messages more explicit ([#&#8203;3701](https://github.com/ansible/ansible-lint/issues/3701)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Transform for deprecated-local-action rule ([#&#8203;3689](https://github.com/ansible/ansible-lint/issues/3689)) [@&#8203;ajinkyau](https://github.com/ajinkyau) #### Bugfixes - Require ansible-compat>=4.1.10 ([#&#8203;3723](https://github.com/ansible/ansible-lint/issues/3723)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Skip altered path warning for `ansible-lint` installed by `pipx` ([#&#8203;3720](https://github.com/ansible/ansible-lint/issues/3720)) [@&#8203;chrysle](https://github.com/chrysle) - Update transform for `key-order` rule ([#&#8203;3719](https://github.com/ansible/ansible-lint/issues/3719)) [@&#8203;ajinkyau](https://github.com/ajinkyau) - Allow installation of pre-release collection version as dependencies ([#&#8203;3716](https://github.com/ansible/ansible-lint/issues/3716)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Avoid deprecated-bare-vars false positive with file paths ([#&#8203;3709](https://github.com/ansible/ansible-lint/issues/3709)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Limit sequence-of-sequence indents to a single space ([#&#8203;3671](https://github.com/ansible/ansible-lint/issues/3671)) [@&#8203;Qalthos](https://github.com/Qalthos) - Avoid no-handlers false positives ([#&#8203;3702](https://github.com/ansible/ansible-lint/issues/3702)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Add missing word to risky-shell-pipe docs ([#&#8203;3704](https://github.com/ansible/ansible-lint/issues/3704)) [@&#8203;roock](https://github.com/roock) - Avoid yamllint truthy violations with github workflows ([#&#8203;3698](https://github.com/ansible/ansible-lint/issues/3698)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Avoid false positive with var-name rule on roles ([#&#8203;3697](https://github.com/ansible/ansible-lint/issues/3697)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Include links to documentation for schema validation errors ([#&#8203;3684](https://github.com/ansible/ansible-lint/issues/3684)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Schema update ([#&#8203;3693](https://github.com/ansible/ansible-lint/issues/3693)) [@&#8203;cidrblock](https://github.com/cidrblock) - Use yaml.load_all for multiple yaml document ([#&#8203;3679](https://github.com/ansible/ansible-lint/issues/3679)) [@&#8203;shatakshiiii](https://github.com/shatakshiiii) - Ignore user configured value for any_unparsed_is_failed ([#&#8203;3680](https://github.com/ansible/ansible-lint/issues/3680)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Update rulebook schema ([#&#8203;3681](https://github.com/ansible/ansible-lint/issues/3681)) [@&#8203;ssbarnea](https://github.com/ssbarnea) ### [`v6.18.0`](https://github.com/ansible/ansible-lint/releases/tag/v6.18.0) [Compare Source](https://github.com/ansible/ansible-lint/compare/v6.17.2...v6.18.0) #### Minor Changes - Limit the maximum block depth ([#&#8203;3602](https://github.com/ansible/ansible-lint/issues/3602)) [@&#8203;Ruchip16](https://github.com/Ruchip16) - Transform functionality for command_instead_of_shell ([#&#8203;3675](https://github.com/ansible/ansible-lint/issues/3675)) [@&#8203;ajinkyau](https://github.com/ajinkyau) - Add rule to check the number of tasks ([#&#8203;3156](https://github.com/ansible/ansible-lint/issues/3156)) [@&#8203;Ruchip16](https://github.com/Ruchip16) #### Bugfixes - Clarify loop-var-prefix rule and code snippet ([#&#8203;3642](https://github.com/ansible/ansible-lint/issues/3642)) [@&#8203;schwarmco](https://github.com/schwarmco) - Update `version_added` for complexity rule ([#&#8203;3623](https://github.com/ansible/ansible-lint/issues/3623)) [@&#8203;ajinkyau](https://github.com/ajinkyau) - Ensure that single space between tasks is preserved when using --write ([#&#8203;3641](https://github.com/ansible/ansible-lint/issues/3641)) [@&#8203;shatakshiiii](https://github.com/shatakshiiii) - Update ansible-compat used for testing ([#&#8203;3664](https://github.com/ansible/ansible-lint/issues/3664)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Document `yaml[line-length]` rule ([#&#8203;3653](https://github.com/ansible/ansible-lint/issues/3653)) [@&#8203;shatakshiiii](https://github.com/shatakshiiii) - Prevent use of spdx-tools 0.8.0 due to breaking changes ([#&#8203;3649](https://github.com/ansible/ansible-lint/issues/3649)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - fixes dead marketplace link ([#&#8203;3631](https://github.com/ansible/ansible-lint/issues/3631)) [@&#8203;wookietreiber](https://github.com/wookietreiber) - Improve profile information on summary line ([#&#8203;3637](https://github.com/ansible/ansible-lint/issues/3637)) [@&#8203;ziegenberg](https://github.com/ziegenberg) - command-instead-of-module: allow `git rev-parse` ([#&#8203;3610](https://github.com/ansible/ansible-lint/issues/3610)) [@&#8203;JohnVillalovos](https://github.com/JohnVillalovos) - Include filepaths starting from $HOME in lintables ([#&#8203;3621](https://github.com/ansible/ansible-lint/issues/3621)) [@&#8203;shatakshiiii](https://github.com/shatakshiiii) - Update \_mockings.py to fix bug created in [#&#8203;3390](https://github.com/ansible/ansible-lint/issues/3390) ([#&#8203;3614](https://github.com/ansible/ansible-lint/issues/3614)) [@&#8203;karcaw](https://github.com/karcaw) - Allow to set gather_facts as templated boolean ([#&#8203;3606](https://github.com/ansible/ansible-lint/issues/3606)) [@&#8203;noonedeadpunk](https://github.com/noonedeadpunk) - Add dependency version check for collection metadata ([#&#8203;3601](https://github.com/ansible/ansible-lint/issues/3601)) [@&#8203;ajinkyau](https://github.com/ajinkyau) - Fix installation of dependencies when run as an action ([#&#8203;3592](https://github.com/ansible/ansible-lint/issues/3592)) [@&#8203;ssbarnea](https://github.com/ssbarnea) ### [`v6.17.2`](https://github.com/ansible/ansible-lint/releases/tag/v6.17.2) [Compare Source](https://github.com/ansible/ansible-lint/compare/v6.17.1...v6.17.2) #### Bugfixes - Allow use as a reusable github action ([#&#8203;3513](https://github.com/ansible/ansible-lint/issues/3513)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Add action and args properties to task class ([#&#8203;3576](https://github.com/ansible/ansible-lint/issues/3576)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Fixed error when sarif file option is provided ([#&#8203;3587](https://github.com/ansible/ansible-lint/issues/3587)) [@&#8203;ajinkyau](https://github.com/ajinkyau) - Add NetBSD as a recognized platform ([#&#8203;3586](https://github.com/ansible/ansible-lint/issues/3586)) [@&#8203;he32](https://github.com/he32) - Display ansible-compat version alongwith with other deps ([#&#8203;3584](https://github.com/ansible/ansible-lint/issues/3584)) [@&#8203;ajinkyau](https://github.com/ajinkyau) - Refactored syntax-checking ([#&#8203;3568](https://github.com/ansible/ansible-lint/issues/3568)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Avoid app reinitialization during syntax-check ([#&#8203;3563](https://github.com/ansible/ansible-lint/issues/3563)) [@&#8203;ssbarnea](https://github.com/ssbarnea) - Allow config file to have `.yaml` extension ([#&#8203;3559](https://github.com/ansible/ansible-lint/issues/3559)) [@&#8203;bdsoha](https://github.com/bdsoha) - Allow lists of lists of strings for vars_files ([#&#8203;3561](https://github.com/ansible/ansible-lint/issues/3561)) [@&#8203;ajinkyau](https://github.com/ajinkyau) </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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM2LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate added 1 commit 2023-06-22 16:00:33 +01:00
Update dependency ansible-lint to v6.17.2
All checks were successful
/ terraform (push) Successful in 51s
/ ansible (push) Successful in 1m54s
dfb4ba2d3d
renovate force-pushed renovate/ansible-lint-6.x from dfb4ba2d3d to e515155593 2023-08-21 20:00:33 +01:00 Compare
renovate changed title from Update dependency ansible-lint to v6.17.2 to Update dependency ansible-lint to v6.18.0 2023-08-21 20:00:35 +01:00
renovate force-pushed renovate/ansible-lint-6.x from e515155593 to 0bfb22c2b0 2023-09-06 18:00:53 +01:00 Compare
renovate changed title from Update dependency ansible-lint to v6.18.0 to Update dependency ansible-lint to v6.19.0 2023-09-06 18:00:55 +01:00
renovate force-pushed renovate/ansible-lint-6.x from 0bfb22c2b0 to 2431fe7a28 2023-09-19 22:00:34 +01:00 Compare
renovate changed title from Update dependency ansible-lint to v6.19.0 to Update dependency ansible-lint to v6.20.0 2023-09-19 22:00:37 +01:00
renovate force-pushed renovate/ansible-lint-6.x from 2431fe7a28 to 7df00ead32 2023-09-28 18:00:32 +01:00 Compare
renovate changed title from Update dependency ansible-lint to v6.20.0 to Update dependency ansible-lint to v6.20.1 2023-09-28 18:00:34 +01:00
renovate changed title from Update dependency ansible-lint to v6.20.1 to Update dependency ansible-lint to v6.20.1 - autoclosed 2023-09-30 08:03:23 +01:00
renovate closed this pull request 2023-09-30 08:03:23 +01:00
All checks were successful
/ terraform (push) Successful in 43s
/ ansible (push) Successful in 1m53s

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
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#39
No description provided.