Bump ansible-lint from 6.16.2 to 6.17.2
Bumps ansible-lint from 6.16.2 to 6.17.2.
Release notes
Sourced from ansible-lint's releases.
v6.17.2
Bugfixes
- Allow use as a reusable github action (#3513)
@ssbarnea
- Add action and args properties to task class (#3576)
@ssbarnea
- Fixed error when sarif file option is provided (#3587)
@ajinkyau
- Add NetBSD as a recognized platform (#3586)
@he32
- Display ansible-compat version alongwith with other deps (#3584)
@ajinkyau
- Refactored syntax-checking (#3568)
@ssbarnea
- Avoid app reinitialization during syntax-check (#3563)
@ssbarnea
- Allow config file to have
.yaml
extension (#3559)@bdsoha
- Allow lists of lists of strings for vars_files (#3561)
@ajinkyau
v6.17.1
Bugfixes
- Update guess install method check (#3553)
@ajinkyau
- Fix exclude logic bug that can cause cause partial linting (#3552)
@ssbarnea
- Make profile information on summary line more clear (#3545)
@ssbarnea
- Avoid adding pip related messages if installation method is different (#3551)
@ajinkyau
- Avoid false positive with var-naming[no-role-prefix] (#3550)
@ssbarnea
- Make refresh_schemas handle firewalls that cut the file transfer midway (#3546)
@sverrehu
- Rename marketplace action (#3548)
@ssbarnea
- Fix action name (#3536)
@coaxial
- Handling of exclude paths with trailing slashs (#3527)
@hille721
- Ensure that rules collections use Runtime in offline mode (#3526)
@ssbarnea
- Avoid using get_app() from inside the rule (#3525)
@ssbarnea
- Avoid dependency error from rich (#3517)
@ssbarnea
v6.17.0
Minor Changes
- fqcn[deep]: detect deep plugins (#3502)
@ssbarnea
Bugfixes
- Reimplement file exclusion logic (#3507)
@ssbarnea
- Check validity of 'become_method' values from code (#3499)
@ajinkyau
- Fix role_name_ prefix include_role var name error (#3500)
@ajinkyau
- Hide pip error if not present (#3494)
@Et7f3
- Update formatter to avoid reporting paths with .. (#3496)
@ssbarnea
- Remove false positive on 'cacheable' property of set_fact (#3490)
@ajinkyau
- Add missing become_method plugins to the schema (#3484)
@ajinkyau
- Add support for ansible-builder v3 schema (#3480)
@ajinkyau
- Add Github Marketplace Action (#3476)
@ssbarnea
- Add oracle linux 8.8 (#3479)
@facorazza
- Revert ansible-compat vendoring (#3478)
@ssbarnea
- Updated file or dir not found message (#3474)
@ajinkyau
- Check for included role prefix instead of current one (#3473)
@ssbarnea
Commits
-
3293b64
chore/release (#3590) -
7ad36c6
Allow use as a reusable github action (#3513) -
e2c1247
Adopt standalone utils functions into Runner (#3572) -
f43b629
Update test deps (#3589) -
008b41c
Add action and args properties to task class (#3576) -
c2ca14e
Update deps (#3575) -
20b3b50
Address ruffPTH107
(#3588) -
c6bd9a7
Address parallel install errors with ansible-galaxy on GHA (#3585) -
1a50eb7
Fixed error when sarif file option is provided (#3587) -
a3f724d
Add NetBSD as a recognized platform (#3586) - Additional commits viewable in compare view