Bump ansible-lint from 6.18.0 to 6.19.0
Bumps ansible-lint from 6.18.0 to 6.19.0.
Release notes
Sourced from ansible-lint's releases.
v6.19.0
Minor Changes
- Add auto transform for no-log-password rule (#3708)
@ajinkyau
- Add auto-fixing implementation for key-order[task] rule (#3705)
@ajinkyau
- Add auto-fixing implementation for
jinja[spacing]
rule (#3691)@ajinkyau
- Make schema validation messages more explicit (#3701)
@ssbarnea
- Transform for deprecated-local-action rule (#3689)
@ajinkyau
Bugfixes
- Require ansible-compat>=4.1.10 (#3723)
@ssbarnea
- Skip altered path warning for
ansible-lint
installed bypipx
(#3720)@chrysle
- Update transform for
key-order
rule (#3719)@ajinkyau
- Allow installation of pre-release collection version as dependencies (#3716)
@ssbarnea
- Avoid deprecated-bare-vars false positive with file paths (#3709)
@ssbarnea
- Limit sequence-of-sequence indents to a single space (#3671)
@Qalthos
- Avoid no-handlers false positives (#3702)
@ssbarnea
- Add missing word to risky-shell-pipe docs (#3704)
@roock
- Avoid yamllint truthy violations with github workflows (#3698)
@ssbarnea
- Avoid false positive with var-name rule on roles (#3697)
@ssbarnea
- Include links to documentation for schema validation errors (#3684)
@ssbarnea
- Schema update (#3693)
@cidrblock
- Use yaml.load_all for multiple yaml document (#3679)
@shatakshiiii
- Ignore user configured value for any_unparsed_is_failed (#3680)
@ssbarnea
- Update rulebook schema (#3681)
@ssbarnea
Commits
-
fc898ee
Require ansible-compat>=4.1.10 (#3723) -
1c1788b
Skip altered path warning foransible-lint
installed bypipx
(#3720) -
50ff711
Update transform forkey-order
rule (#3719) -
d803b1f
Allow installation of pre-release collection version as dependencies (#3716) -
46af24d
Add auto transform for no-log-password rule (#3708) -
8550aea
chore: pre-commit autoupdate (#3710) -
2bb0a44
Bump actions/checkout from 3 to 4 (#3712) -
be1a74a
Avoid deprecated-bare-vars false positive with file paths (#3709) -
a3d9cae
Add auto-fixing implementation for key-order[task] rule (#3705) -
5e80a5b
Limit sequence-of-sequence indents to a single space (#3671) - Additional commits viewable in compare view