Skip to content

Releases: hadolint/hadolint

v1.17.5

30 Jan 08:40
443423c
Compare
Choose a tag to compare

Bugfixes

  • Added support for ignoring all command-line arguments with value for the package version check in pip #384 fixes #376
  • Added support for local installation from tarball or folder for npm #386 fixes #356
  • Added support for local installation of deb package via apt-get #385 fixes #345

Docs

  • Updated GitHub Actions #382

v1.17.4

05 Jan 21:32
43bca62
Compare
Choose a tag to compare

Improvements

  • Added Jenkins' k8s plugin example in docs #378
  • Added Alpine based docker image #377

v1.17.3

21 Nov 10:39
4a6a1a8
Compare
Choose a tag to compare

Improvements

  • Supports the --version flag for gems
  • Support pip requirement pinning with long parameter (#351)
  • Improved performance

Bugfixes

  • Fixed bug in the wget or curl rule that was reporting errors in the wrong lines.

v1.17.2

06 Sep 23:02
574b169
Compare
Choose a tag to compare
  • Fixes false-positive reported by Shellcheck (#344)

v1.17.1

04 Jul 11:54
c123c8e
Compare
Choose a tag to compare

Bugfixes

v1.16.3

01 Apr 20:51
6a8dd04
Compare
Choose a tag to compare

Bugfixes

  • Fixed incorrect parsing when having spaces around commas in exec notation #307

v1.16.2

18 Mar 18:40
3b6f5a6
Compare
Choose a tag to compare

Bugfixes

  • Fixed false negative for DL3015 #306

v1.16.1

18 Mar 09:55
c5cd4d4
Compare
Choose a tag to compare

Bugfixes

  • Fixed problem where comments ending with \ would glob the next line causing the Dockerfiles to be parsed incorrectly

v1.16.0

30 Jan 14:28
475ad73
Compare
Choose a tag to compare

New Features and Bugfixes

  • Support for the --index-url, -i and --extra-index-url flags in pip installation - fixes #287
  • Support for the --repository flag in apk installation - fixes #290
  • Updated ShellCheck to 0.6.0

Info

  • Added steps for Codeship Pro integration
  • Updated README with MS Windows installation using scoop

v1.15.0

31 Oct 19:30
23c3bda
Compare
Choose a tag to compare

New Features

  • Support for the --platform flag in FROM instructions
  • Prettier parse error messages when using the JSON or XML based formatters
  • Even faster parser

Bugfixes

  • Fixed regression with digested images being flagged as not having a tag