Skip to content

Releases: ansible/ansible-lint

v24.9.0

11 Sep 13:10
25f783c
Compare
Choose a tag to compare

Enhancements

Bugfixes

v24.7.0

10 Jul 19:24
95382d3
Compare
Choose a tag to compare

Bugfixes

  • Fix linting issues within command_instead_of* rules (ruff:D102) (#4252) @alisonlhart

v24.6.1

21 Jun 15:26
b4018c2
Compare
Choose a tag to compare

Bugfixes

v24.6.0

04 Jun 18:03
2d9f1ed
Compare
Choose a tag to compare

Enhancements

Bugfixes

v24.5.0

15 May 15:23
492d840
Compare
Choose a tag to compare

Enhancements

  • Add subdirectories to be part of the task prefix (#4143) @cavcrosby
  • Prevent execution with incompatible yamllint configuration (#4139) @ssbarnea
  • Continue linting other files when one has syntax-check errors (#4133) @ssbarnea

Bugfixes

v24.2.3

30 Apr 10:59
dfb8fea
Compare
Choose a tag to compare

Bugfixes

v24.2.2

09 Apr 15:25
88c5bd7
Compare
Choose a tag to compare

Bugfixes

v24.2.1

13 Mar 13:22
ce2ebd7
Compare
Choose a tag to compare

Bugfixes

v24.2.0

07 Feb 09:56
a3fc7e4
Compare
Choose a tag to compare

Minor Changes

Bugfixes

  • Fix scenario when role has no dependencies section in meta/main.yml (#3993) @audgirka

v6.22.2

18 Jan 14:32
24ac1cd
Compare
Choose a tag to compare

Bugfixes

  • Fix key error for name[casing] rule (#3987) @ajinkyau
  • Allow dashes in legacy role namespaces (#3962) @sur5r
  • Use new ansible-compat verbosity levels (#3975) @ssbarnea
  • Remove dependency on newer requests library (#3959) @ssbarnea
  • Ignore set-property for systemd command (#3949) @alanbbr
  • Correct requires_ansible error message (#3954) @ssbarnea
  • Improve transformation for no-free-form rule (#3945) @ajinkyau
  • Documentation improvement (#3946) @ssbarnea
  • docs: fix grammatical issue in philosophy Q&A section (#3934) @davidhulick
  • Update supported versions of ansible (#3930) @ajinkyau
  • Fix backward compatibility (#3929) @McSim85
  • Fix auto capitalization for name[prefix] rule (#3922) @ajinkyau
  • Fix role deps check for detecting path names (#3923) @cavcrosby
  • Avoid warnings about PATH with pipx installations (#3920) @ssbarnea