Skip to content

Releases: ansible/ansible-lint

v5.0.5

22 Mar 16:10
a956ebc

Choose a tag to compare

Changes

Minor Changes

Bugfixes

v5.0.4

18 Mar 14:30
4d1a572

Choose a tag to compare

Changes

Minor Changes

Bugfixes

v5.0.3

10 Mar 18:55
1be1871

Choose a tag to compare

Changes

Minor Changes

Bugfixes

v5.0.2

21 Feb 15:35
483005e

Choose a tag to compare

Changes

Minor Changes

Bugfixes

v5.0.1

17 Feb 14:07

Choose a tag to compare

Changes

Minor Changes

Bugfixes

v5.0.0

09 Feb 14:58
2bc403e

Choose a tag to compare

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

Bugfixes

v4.3.7

03 Nov 13:49
983549f

Choose a tag to compare

Changes

Bugfixes

v4.3.6

31 Oct 17:39
a4e6409

Choose a tag to compare

Changes

Minor Changes

  • Show severity in Github Workflow command message (#1055) @JiriSko

Bugfixes

v4.3.5

18 Sep 15:49
9da220a

Choose a tag to compare

Changes

Minor Changes

Bugfixes

v4.3.4

01 Sep 17:04
0d4142c

Choose a tag to compare

Changes

Bugfixes

  • E208: Replace module should not trigger rule violation (#1024) @aston-r
  • Handle empty meta/main.yml in RoleNames rule (#1022) @phihos
  • Allow use of file key inside include_tasks (#1020) @phihos
  • Avoid KeyError: 'skipped_rules' exception (#1014) @phihos