Hadolint Versions Save

Dockerfile linter, validate inline bash, written in Haskell

v2.12.1-beta

1 year ago

What's Changed

Full Changelog: https://github.com/hadolint/hadolint/compare/v2.12.0...v2.12.1-beta

v2.12.0

1 year ago

Full Changelog: https://github.com/hadolint/hadolint/compare/v2.11.0...v2.12.0

  • Try a newer GHC version for valid MacOS Ventura builds

v2.11.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hadolint/hadolint/compare/v2.10.0...v2.11.0

v2.9.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hadolint/hadolint/compare/v2.8.0...v2.9.0

v2.10.0

1 year ago

What's Changed

The highlight of this release is the support for ARM64 binaries.

Full Changelog: https://github.com/hadolint/hadolint/compare/v2.9.3...v2.10.0

v2.9.3

2 years ago

What's Changed

Full Changelog: https://github.com/hadolint/hadolint/compare/v2.9.2...v2.9.3

v2.9.2

2 years ago

What's Changed

Full Changelog: https://github.com/hadolint/hadolint/compare/v2.9.1...v2.9.2

v2.9.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/hadolint/hadolint/compare/v2.8.0...v2.9.1

v2.8.0

2 years ago

Bugfixes

  • heredocs: fix line continuation bug (#700)
  • bugfix: handle yum/dnf modularity #702 (#703)
  • DL3059: RUNs and comments mixed (#713)
  • DL3009: Fix handling cache mounts (#727)

Features

  • Silence DL3020 even for doube quoted URLs #693 (#695)
  • fomatters: Add SARIF formatter (#704)
  • Add hadolint shell pragma (#708)
  • DL3034: support --non-interactive and -n (#707)
  • DL3010: Allow intentionally unextracted archives (#711)
  • DL3059: ignore chains of commands (#475 )
  • Overhaul: Reorganize tests, redesign configuration (#721)

v2.7.0

2 years ago

Features

  • Added heredoc support to the Dockefile parser
  • Allow upgrades by removing DL3017, DL3031, DL3039 and adjusting DL3035 (#677)

Bugfixes

  • DL3010, DL3020: fix edge-cases for archives (#681)
  • Documentation: List default severity (#680)