Releases: ansible/ansible-lint
Releases · ansible/ansible-lint
v25.8.2
Bugfixes
- Make rule deprecated-local-action preserve module parameters (#4733) @koalajoe23
- Fix Jinja template rendering error when concatenating _AnsibleTaggedStr with list (#4737) @anusshukla
- Update supported Ubuntu platforms (#4727) @mcdonnnj
- Update deps (#4734) @cidrblock
v25.8.1
Bugfixes
- Fix first-run collection discovery by enabling plugin loader after prepare_environment (#4722) @cidrblock
Maintenance
- Fix mypy and pyright type checking errors (#4724) @cidrblock
v25.8.0
Bugfixes
- Lint failure in ansible.utils: src must be an absolute path fix (#4712) @anusshukla
v25.7.0
Enhancements
- Use 'x-ansible-lint' key for path patterns in schema tests (#4690) @alisonlhart
- Address disable_lookups deprecation with ansible-core 2.19 (#4683) @ssbarnea
- Add auto-fixing implementation for pattern rule (#4679) @shatakshiiii
- Remove patterns specific playbook meta folder (#4669) @alisonlhart
- Allow loading of yamllint config from a different location (#4644) @dbrennand
- Add new rule to validate pattern directory structure (#4662) @shatakshiiii
- Add play argspec schema validation to schema rule (#4667) @alisonlhart
- Add schema check for validating pattern specification file (#4653) @shatakshiiii
- Enable testing with python 3.14 (#4637) @ssbarnea
Bugfixes
- Check for gh_action_ref explicitly and document GHA inputs (#4701) @alisonlhart
- jinja spacing warning line-endings (#4691) @anusshukla
- Handle lookup templating checks with ASTs (#4698) @alisonlhart
- Fix var-naming[no-role-prefix] rule incorrectly applying to role variables (#4677) @vills
- schema: add missing subset 'systemd' to gather_subset (#4664) @eliba
- Fix typos in --list-tags help text (#4661) @correctmost
- Avoid import errors from filters when running in nodeps mode (#4651) @ssbarnea
Maintenance
v25.6.1
Bugfixes
- Revert 'Don't pass deprecated disable_lookups to template function' (#4650) @alisonlhart
v25.6.0
Enhancements
- Add skip option to ansible-lint-ignore file (#4614) @ianw
- Adding rule to require unique task names (#4628) @djdanielsson
Bugfixes
- Update format of license in packaging metadata (#4641) @ssbarnea
- Add noqa skips in otherwise empty lines to the next non-empty line (#4567) @StopMotionCuber
- Address too many values to unpack when there's subdirectories for roles (#4566) @tombosmansibm
- Don't pass deprecated disable_lookups to template function (#4593) @leegarrett
- Allow running with read-only virtualenvs (#4529) @ssbarnea
- Make utils.is_playbook support fqcn import_playbook (#4580) @OscarBell
- Fix inline-env-var false positive when expand_argument_vars is used (#4587) @rob4226
- Package Latest: Ignore Blocks When Download Only (#4575) @amayer5125
- Improve diagnostic message when failing to load yaml files (#4627) @ssbarnea
- Add vSphere/vCenter 8.0 to schema (#4619) @mreams13
- Add workaround to check for mutually exclusive args (#4624) @shoeffner
- Adding support for OpenWrt 24.10 (#4617) @sscheib
Maintenance
- Update linters (#4640) @ssbarnea
- Remove use of PYTEST_REQPASS (#4636) @ssbarnea
- gha: avoid build warning on jobs not producing coverage (#4635) @ssbarnea
- Bump the dependencies group in /.config with 5 updates (#4634) @dependabot[bot]
- docs(no-log-password): point out the opt-in nature of the rule (#4590) @Silejonu
- Enable ack workflow to trigger on merge_groups (#4633) @ssbarnea
- Test alternative configuration for merge_group (#4630) @ssbarnea
- Measure coverage using branch instead of lines (#4629) @ssbarnea
- chore: pre-commit autoupdate (#4621) @pre-commit-ci[bot]
- Bump the dependencies group in /.config with 3 updates (#4626) @dependabot[bot]
- Adopt coactions/upload-artifact (#4622) @ssbarnea
- Bump ruamel to 0.18.11 (#4618) @ianw
v25.5.0
Bugfixes
- schema/meta: support SLES 15SP6 (#4591) @Finkregh
- Update documentation to reflect creator-ee deprecation (#4598) @shatakshiiii
Maintenance
- replace unmaintained creator-ee with community-ansible-dev-tools (#4581) @docgalaxyblock
- Bump codecov/codecov-action from 5.4.2 to 5.4.3 (#4609) @dependabot[bot]
- Bump the dependencies group in /.config with 7 updates (#4613) @dependabot[bot]
- Bump the dependencies group in /.config with 9 updates (#4610) @dependabot[bot]
- Make test_broken_ansible_cfg test pass with ansible devel branch (#4605) @shatakshiiii
- Update dependencies (#4607) @shatakshiiii
- Add merge_group handler for tox workflow (#4601) @Qalthos
- Enable junit.xml reporting to codecov.io (#4597) @Qalthos
- chore: pre-commit autoupdate (#4600) @pre-commit-ci[bot]
- Bump the dependencies group in /.config with 6 updates (#4599) @dependabot[bot]
- Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#4584) @dependabot[bot]
v25.4.0
Bugfixes
- Fix type issue affecting builds (#4595) @ssbarnea
- chore(schema): Add Fedora:42 to schema (#4583) @andrewrothstein
- Package Latest: Use DNF for Examples (#4576) @amayer5125
- chore(schema): add missing ubuntu codenames (#4572) @uberjew666
v25.2.1
v25.2.0
Enhancements
- Refactor line number identification (#4564) @ssbarnea
- Require ansible-core 2.16.11 (#4569) @ssbarnea
Bugfixes
- Improve testing and code coverage (#4561) @ssbarnea
- Refactor types for future ansible-core compatibility (#4557) @ssbarnea
- Isolate ansible internal types to submodule (#4556) @ssbarnea
- Add line method to Task class (#4554) @ssbarnea
- Move task_to_str to Task class (#4553) @ssbarnea
- Add 2025 to WindowsPlatformModel (#4531) @rsdoherty