Skip to content

Releases: hadolint/hadolint

v2.12.1-beta

14 Nov 14:12
fcbd017
Compare
Choose a tag to compare
v2.12.1-beta Pre-release
Pre-release

What's Changed

  • build(deps): bump actions/cache from 3.0.4 to 3.0.11 by @dependabot in #888
  • build(deps): bump cachix/install-nix-action from 17 to 18 by @dependabot in #890
  • build(deps): bump cachix/cachix-action from 10 to 12 by @dependabot in #894

Full Changelog: v2.12.0...v2.12.1-beta

v2.12.0

09 Nov 18:20
b3555ba
Compare
Choose a tag to compare

Full Changelog: v2.11.0...v2.12.0

  • Try a newer GHC version for valid MacOS Ventura builds

v2.11.0

09 Nov 17:40
12473f0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.0...v2.11.0

v2.10.0

31 Mar 17:19
Compare
Choose a tag to compare

What's Changed

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

  • New release workflow with support for ARM binaries by @lorenzo in #803
  • build(deps): bump actions/cache from 2.1.7 to 3.0.1 by @dependabot in #810

Full Changelog: v2.9.3...v2.10.0

v2.9.3

24 Mar 13:57
Compare
Choose a tag to compare

What's Changed

  • formatters: Add GNU style formatter by @m-ildefons in #801
  • Upgrade the Dockerfile parser version

Full Changelog: v2.9.2...v2.9.3

v2.9.2

21 Mar 08:19
14e6e3d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.1...v2.9.2

v2.9.1

16 Mar 16:31
42d0378
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.0...v2.9.1

v2.9.0

31 Mar 20:29
079db51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.0...v2.9.0

v2.8.0

05 Nov 14:24
Compare
Choose a tag to compare

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

26 Aug 11:40
3e13ec6
Compare
Choose a tag to compare

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)