Skip to content

Releases: ansible/ansible-lint

v5.0.1

17 Feb 14:07
Compare
Choose a tag to compare

Changes

Minor Changes

Bugfixes

v5.0.0

09 Feb 14:58
2bc403e
Compare
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
Compare
Choose a tag to compare

Changes

Bugfixes

v4.3.6

31 Oct 17:39
a4e6409
Compare
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
Compare
Choose a tag to compare

Changes

Minor Changes

Bugfixes

v4.3.4

01 Sep 17:04
0d4142c
Compare
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

v4.3.3

27 Aug 16:45
b9c345f
Compare
Choose a tag to compare

Changes

Minor Changes

Bugfixes

  • E208: Avoid raise when action=file and state=file (#1006) @moreati

v4.3.2

26 Aug 08:44
1ed62bd
Compare
Choose a tag to compare

Changes

Minor Changes

Bugfixes

v4.3.1

20 Aug 18:55
42e682d
Compare
Choose a tag to compare

Changes

Minor Changes

  • Indicate how to skip rules on failures (#971) @ssbarnea
  • Allow custom rules which are loaded automatically (#935) @ssato

Bugfixes

v4.3.0

18 Aug 10:49
358f7ab
Compare
Choose a tag to compare

Changes

Major Changes

  • LRU Cache for frequently called functions (#891) @ragne
  • Change documentation website to RTD (#875) @ssbarnea
  • Require Python 3.6 or newer (#775) @ssbarnea
  • Switch support to last two stable version of Ansible (#721) @ssbarnea
  • Add rules for verifying the existence of imported and included files (#691) @jlusiardi
  • Add a new rule for detecting nested jinja mustache syntax (#686) @europ

Minor Changes

Bugfixes