All Versions
20
Latest Version
Avg Release Cycle
43 days
Latest Release
1215 days ago

Changelog History
Page 1

  • v1.19.0 Changes

    November 19, 2020

    ๐Ÿ›  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 Changes

    October 19, 2020

    ๐Ÿ‘Œ 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 Changes

    October 18, 2020

    ๐Ÿ› 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 Changes

    June 05, 2020

    ๐Ÿ›  Bugfixes

    • ๐Ÿ‘• No longer require sharing as a modifier for --mount=type=cache #432
  • v1.17.7 Changes

    June 03, 2020

    ๐Ÿ›  Bugfixes

    • ๐Ÿ‘Œ Improves parsing of ENV instructions with variables
    • ๐Ÿ“œ Correctly parsing experimental RUN flags
  • v1.17.6 Changes

    April 26, 2020

    ๐Ÿ“„ 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
  • v1.17.5 Changes

    January 30, 2020

    ๐Ÿ›  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 Changes

    January 05, 2020

    ๐Ÿ‘Œ Improvements

    • โž• Added Jenkins' k8s plugin example in docs #378
    • โž• Added Alpine based docker image #377
  • v1.17.3 Changes

    November 21, 2019

    ๐Ÿ‘Œ 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 Changes

    September 06, 2019
    • ๐Ÿ›  Fixes false-positive reported by Shellcheck (#344)