Releases: ansible/ansible-lint
Releases · ansible/ansible-lint
v5.0.2
Changes
Minor Changes
Bugfixes
- Fix installation of standalone roles (#1397) @ssbarnea
- Rewrite ansible version checking (#1383) @ssbarnea
- Improve ansible version check (#1381) @ssbarnea
- Disable action validation with tasks by default (#1377) @ssbarnea
- Add ability to detect molecule base.yml configs (#1374) @ssbarnea
- Fix file config extra_vars options loading (#1372) @skarzi
- Avoid same false positives with no-tabs rule (#1373) @ssbarnea
- Recognize collections.yml files (#1371) @ssbarnea
- Avoid reporting runtime errors with unknown file types (#1370) @ssbarnea
v5.0.1
Changes
Minor Changes
- Remove obsolete changelog (#1362) @ssbarnea
- Adds experimental stdin support (#1355) @ssbarnea
- support extra_vars in syntax check rule (#1342) @skarzi
- Avoid duplicates when injecting extra ansible lookup paths (#1348) @joren485
- Fix sentence in usage.rst (#1347) @joren485
Bugfixes
- Recognize standalone galaxy roles (#1363) @ssbarnea
- Avoid overriding role paths defaults (#1361) @ssbarnea
- Fix patterns used to identify var files (#1360) @ssbarnea
- Fix environment variable name check in for loop (#1352) @joren485
- Ensure that yamllint config ignore entries are used (#1346) @felixfontein
- Fix parsing of unicode filenames reported by git ls-files (#1339) (#1340) @phihos
- Correct skip tag for yamllint (#1335) @ssbarnea
- Fix literal-compare test with when sequences (#1332) @ssbarnea
v5.0.0
Changes
This is a major new version that will surely break for users that have custom rules. It will also require most users to update the way they install the linter as they now need to mention which version of Ansible they want to use it with.
For guidance regarding upgrading please read the docs and consult #1150
Please note that the changes listed before do not contain those from the pre-releases made since last stable release, read all.
Minor Changes
- Allow mocking of galaxy roles (#1320) @ssbarnea
- Add ability to mock roles from within collections (#1318) @ssbarnea
- Add offline mode for skipping requirements installation (#1319) @ssbarnea
- Add ability to mock modules from collections (#1316) @ssbarnea
- Add codeclimate formatter (json) (#1308) @thushjandan
- Make all rule identifiers text based (#1306) @ssbarnea
- Drop E suffix when printing rule id (#1305) @ssbarnea
- Add optional rule to check for loop var prefix (#1303) @ssbarnea
- Add ability to mock roles (#1304) @ssbarnea
- Recurse inside given folders (#1302) @ssbarnea
Bugfixes
v4.3.7
v4.3.6
Changes
- Prevent rule 208 matche in nomaches example (#1068) @samueloph
- Enable progressive mode (#1065) @ssbarnea
Minor Changes
Bugfixes
- Ensure loading of collections and plugins (#1074) @felixfontein
v4.3.5
Changes
- Fix improper syntax highlighting in README (#1038) @andrewimeson
Minor Changes
- Document how to add a new rule (#1032) @ssbarnea
- Ignore experimental violations for final result (#1037) @ssbarnea
- Enable retries on IOErrors (#1039) @ssbarnea
- Document packaging of custom rules (#1036) @ssato
- Improve violation avoidance hints (#1034) @ssbarnea
Bugfixes
- E208: Corrected file mode checking (#1030) @ssbarnea
- E106: Don't use relative paths for meta/main.yml (#1044) @nre-ableton
v4.3.4
v4.3.3
v4.3.2
Changes
Minor Changes
Bugfixes
- Avoid non parsable output on stdout (#992) @jbackman
- E208: Improve detection logic for mode (permissions) (#996) @greg-hellings
- E106: Avoid false positives with old roles (#980) @ssbarnea
- Fix broken links in README.md (#987) @ryuichi1208
- E208: Do not trigger on symlinks (#982) @robinmulder