Bump ansible-lint from 6.15.0 to 6.16.2
Bumps ansible-lint from 6.15.0 to 6.16.2.
Release notes
Sourced from ansible-lint's releases.
v6.16.2
Bugfixes
- Update test dependencies (#3470)
@ssbarnea- Fix and document installing of requirements.yml files (#3471)
@ssbarnea- Do not ever exclude files given as arguments (#3468)
@ssbarnea- Ensure we return error if argument gives are not present (#3467)
@ssbarnea- Allow rules to expose all tags they can produce (#3464)
@ssbarnea- Enable var-name rule to detect read-only variables (#3462)
@ssbarnea- Add Oracle Enterprise Linux 7.* (#3463)
@Rylon- Fix for var-naming rule to not break on include_tasks and vars (#3458)
@ajinkyau- var-naming now prevents use of Ansible reserved names (#3460)
@ssbarnea- Ensure that we also lint files from git submodules (#3431)
@ssbarnea- Adding 2.16 to the list of allowed ansible-core versions in meta-runtime rule (#3455)
@alisonlhartv6.16.1
Bugfixes
- Update lock file to use ansible-core 2.15.0 (#3449)
@ssbarnea- Install requirements from galaxy.yml and tests/requirements.yml (#3446)
@ssbarnea- Add Kali Linux as a supported platform (#3448)
@mcdonnnj- Do not trigger no_handler upon complex conditions (#3437)
@klaus-tux- Hide warning about unique filter originating from core (#3436)
@ssbarnea- Relax ruamel-yaml requirements (#3433)
@ssbarnea- Suggest correct alternative for
with_filetree(#3432)@ErwinJanssen- Upgrade var-naming rule to include role name prefix (#3422)
@ssbarnea- Fix exception when using reformatting on scalars (#3423)
@ssbarnea- Find and lint imported playbooks (#3413)
@ajinkyauv6.16.0
Minor Changes
- Capture python warnings and report some of them as matches (#3324)
@ssbarnea- Capture and hide ansible core warnings by default (#3361)
@ssbarnea- Remove progressive mode (#3350)
@ssbarnea- Enforce use of lineno variable name inside the library (#3326)
@ssbarneaBugfixes
- Add Amazon Linux 2023 as a supported platform (#3405)
@artis3n- Capture python warnings and report some of them as matches (#3324)
@ssbarnea- Fix missing required arguments issue from args rule (#3402)
@ajinkyau- Change matchtask to receive a Task instance (#3403)
@ssbarnea- Require ruamel.yaml>=0.17.24 (#3406)
@ssbarnea- Avoid exception when trying to load invalid text files (#3399)
@ssbarnea- Fix ansible collection path detection (#3398)
@ssbarnea- ruff: Address FBT002 (#3389)
@shatakshiiii- More pathlib adoption (#3390)
@ssbarnea- Avoid dropping comments on YAML transformation (#3392)
@ssbarnea- Correct docs on navigator schema location (#3394)
@yajo
... (truncated)
Commits
-
f651dd5Update test dependencies (#3470) -
f309199Fix and document installing of requirements.yml files (#3471) -
ab18405Do not ever exclude files given as arguments (#3468) -
b0b31f5Ensure we return error if argument gives are not present (#3467) -
691c880Allow rules to expose all tags they can produce (#3464) -
a782eafEnable var-name rule to detect read-only variables (#3462) -
129a7fcAdd Oracle Enterprise Linux 7.* (#3463) -
0786920Fix for var-naming rule to not break on include_tasks and vars (#3458) -
50bdecavar-naming now prevents use of Ansible reserved names (#3460) -
02804cdEnsure that we also lint files from git submodules (#3431) - Additional commits viewable in compare view