Skip to content

Releases: hadolint/hadolint

v1.22.1

08 Feb 10:35
Compare
Choose a tag to compare
  • New release script

v1.22.0

07 Feb 20:56
Compare
Choose a tag to compare

Improvements

  • Added --no-fail flag (#528)

Fixes

  • Understands pipx and pyenv (#532)
  • Hadolint is once again distributed as a static binary (#541)

v1.21.0

31 Jan 14:26
Compare
Choose a tag to compare
  • Added the gitlab_codeclimate formatter

v1.20.0

29 Jan 22:03
Compare
Choose a tag to compare
v1.20.0

v1.19.0

19 Nov 12:51
94f073c
Compare
Choose a tag to compare

Bugfixes

  • Fix false positive with quoted WORKDIR (#492)
  • pip install from local archive no longer emits DL3013 (#493)

New features

  • Rules: Add rules for yum commands, (#471)
  • Adde rules for zypper (#481)

Huge thanks to @m-ildefons for all the contributions to this release

v1.18.2

19 Oct 14:18
f75d690
Compare
Choose a tag to compare

Improvements

  • Runs the linter in parallel when supplied many Dockerfiles. This should significantly speedup runs when lots of files need to be checked

v1.18.1

18 Oct 16:45
e7d72e2
Compare
Choose a tag to compare

Bug Fixes:

  • Correctly parses files with windows style line endings
  • Fixes error where trailing whitespace in a COPY instructions results in an exception

v1.18.0

05 Jun 10:41
76eee5c
Compare
Choose a tag to compare

Bugfixes

  • No longer require sharing as a modifier for --mount=type=cache #432

v1.17.7

03 Jun 12:13
d807e87
Compare
Choose a tag to compare

Bugfixes

  • Improves parsing of ENV instructions with variables
  • Correctly parsing experimental RUN flags

v1.17.6

26 Apr 20:08
c918759
Compare
Choose a tag to compare

Docs

  • Improve integration listing #394
  • Use parseText in stack repl example #419

Features

  • Add support for apk add -X option #409
  • Add cabal flag for static compilation #417

Bugfixes

  • CircleCI example #415
  • Build with Stack LTS 15 (GHC 8.8) #416