All Versions
20
Latest Version
Avg Release Cycle
43 days
Latest Release
1585 days ago
Changelog History
Page 1
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
๐ Huge thanks to @m-ildefons for all the contributions to this release
- ๐ Fix false positive with quoted
-
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
- ๐ No longer require
-
v1.17.7 Changes
June 03, 2020๐ Bugfixes
- ๐ Improves parsing of
ENV
instructions with variables - ๐ Correctly parsing experimental
RUN
flags
- ๐ Improves parsing of
-
v1.17.6 Changes
April 26, 2020 -
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
- โ Added support for ignoring all command-line arguments with value for the package version check in
-
v1.17.4 Changes
January 05, 2020 -
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
orcurl
rule that was reporting errors in the wrong lines.
- ๐ Supports the
-
v1.17.2 Changes
September 06, 2019- ๐ Fixes false-positive reported by Shellcheck (#344)