Skip to content

Releases: warpnet/salt-lint

version 0.4.2

08 Oct 18:15
733e529
Compare
Choose a tag to compare

Fixed

  • Allow STDIN to be used as the only input (#194)
  • Support doubly braced string format in Jinja statement (#196)

version 0.4.1

07 Aug 08:36
735cc93
Compare
Choose a tag to compare

Fixed

  • Fix missing --version flag (#187).

version 0.4.0

31 Jul 14:18
f28ab37
Compare
Choose a tag to compare

Changed

  • Replace optparse by argparse (#178)

version 0.3.0

01 Jul 07:09
bea78c3
Compare
Choose a tag to compare

Changed

  • Remove Salt as a dependency (#147, cherry picked from develop).

version 0.2.2

19 Jun 14:56
6dacbb3
Compare
Choose a tag to compare

Fixed

  • Fix PyPi release (#145).

version 0.2.1

16 Apr 19:45
ff250cf
Compare
Choose a tag to compare

Fixed

  • Fix rule 211 (#142, cherry picked from develop).

version 0.2.0

22 Nov 07:19
79dce3c
Compare
Choose a tag to compare

Added

  • Add --severity flag to show severity in the output (#111).
  • Add list of available salt-lint plugins in the README.md (#98).

Changed

  • Update copyright to Warpnet B.V (#94).
  • Update README.md to show examples on fixing common issues (#108, #109).
  • Update CLI options to support British English (#113).

version 0.1.0

01 Nov 21:00
25e582b
Compare
Choose a tag to compare

Added

  • Add rule 212 to check for irregular spaces (#76).
  • Add initial Dockerfile for salt-lint (#77).
  • Add option to output in JSON format (#80).
  • Add option to read from standard input (#79).
  • Add overview of all rules in README.md (#82).

Fixed

  • Fix output encoding when using Python 2 (#74).
  • Fix format string to use square brackets with the --nocolor option (#86).

version 0.0.10

23 Oct 06:30
9b525b6
Compare
Choose a tag to compare

Added

  • Add rule 211 to check for faulty usage of grains.get or pillar.get (#60).
  • Add configuration option to ignore rules per file (#67).

Changed

  • Changed author to Warpnet B.V. (#61).
  • Change README to Markdown format (#65).
  • Refactor the way the configuration is parsed (#67).
  • Group Jinja rules under the tag jinja (332413d).

Fixed

  • Fix rule 210 to skip non-number values (#69).

version 0.0.9

17 Oct 20:24
149b010
Compare
Choose a tag to compare
version 0.0.9 Pre-release
Pre-release

Added

  • Add option to create rules that require the full text.
  • Add coverage reporting.
  • Add option to use custom rules directories.
  • Add option to list tags.

Changed

  • Update CONTRIBUTING.md to include instructions about the new develop branch.
  • Update layout of code for readability.
  • Remove six as a dependency.

Fixed

  • Fix incompatible pyyaml version.