Skip to content

Releases: ansible/ansible-lint

v6.22.0

06 Nov 14:38
4113104
Compare
Choose a tag to compare

Minor Changes

Bugfixes

v6.21.1

19 Oct 16:05
b4d4810
Compare
Choose a tag to compare

Bugfixes

v6.21.0

18 Oct 11:44
031038e
Compare
Choose a tag to compare

Minor Changes

Bugfixes

v6.20.3

02 Oct 21:19
82ab7c4
Compare
Choose a tag to compare

Bugfixes

v6.20.2

30 Sep 15:00
55b8b66
Compare
Choose a tag to compare

Bugfixes

v6.20.1

28 Sep 15:47
1a4fb14
Compare
Choose a tag to compare

Bugfixes

v6.20.0

19 Sep 20:27
eb35080
Compare
Choose a tag to compare

Minor Changes

  • Respect cgroup CPU limits when running inside containers (#3749) @ssbarnea
  • Rename --write option to --fix (#3748) @ssbarnea
  • Add auto-fixing implementation for no-free-form rule (#3725) @ajinkyau
  • Add auto-fixing implementation for partial-become rule (#3692) @shatakshiiii
  • Add auto-fixing implementation for no-jinja-when rule (#3721) @shatakshiiii

Bugfixes

v6.19.0

06 Sep 15:34
fc898ee
Compare
Choose a tag to compare

Minor Changes

  • Add auto transform for no-log-password rule (#3708) @ajinkyau
  • Add auto-fixing implementation for key-order[task] rule (#3705) @ajinkyau
  • Add auto-fixing implementation for jinja[spacing] rule (#3691) @ajinkyau
  • Make schema validation messages more explicit (#3701) @ssbarnea
  • Transform for deprecated-local-action rule (#3689) @ajinkyau

Bugfixes

v6.18.0

21 Aug 18:35
4cc5b52
Compare
Choose a tag to compare

Minor Changes

  • Limit the maximum block depth (#3602) @Ruchip16
  • Transform functionality for command_instead_of_shell (#3675) @ajinkyau
  • Add rule to check the number of tasks (#3156) @Ruchip16

Bugfixes

v6.17.2

22 Jun 13:10
3293b64
Compare
Choose a tag to compare

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