v2.9.1
Added 4
- DL3061: Check for instruction order
- DL3038, DL3040, DL3041: Add support for microdnf
- DL3026: Trusted registries wildcard domains
- Allow --platform=$BUILDPLATFORM
Changed 5
- Disable ignore pragma via options
- Bring env var for trusted registries in sync with docs
- Switch to non-rate limited ghcr.io hosted container for pre-commit
- Respect NO_COLOR specification
- Bump shellcheck and language docker dependencies
Fixed 4
- Display version string correctly
- Fix config file key trustedRegistries
- DL3007: Do not error out when latest tag is used alongside a sha256
- DL3021: Fix behavior with quotes in target path
Removed 1
- Remove duplicate extension
What's Changed
- bugfix: display version string correctly by @m-ildefons in https://github.com/hadolint/hadolint/pull/732
- config: fix config file key
trustedRegistriesby @m-ildefons in https://github.com/hadolint/hadolint/pull/734 - DL3007: Do not error out when latest tag is used alongside a sha256 by @JohanLorenzo in https://github.com/hadolint/hadolint/pull/739
- options: disable ignore pragma by @m-ildefons in https://github.com/hadolint/hadolint/pull/748
- DL3021: Fix behavior with quotes in target path by @m-ildefons in https://github.com/hadolint/hadolint/pull/750
- Tests: Fix test suite for SARIF formatter by @m-ildefons in https://github.com/hadolint/hadolint/pull/754
- DL3061: Check for instruction order by @m-ildefons in https://github.com/hadolint/hadolint/pull/763
- Bring env var for trusted registries in sync with docs (#756) by @evhan in https://github.com/hadolint/hadolint/pull/759
- DL3038, DL3040, DL3041: Add support for microdnf by @Lunkentuss in https://github.com/hadolint/hadolint/pull/764
- DL3026: Trusted registries wildcard domains by @cronik in https://github.com/hadolint/hadolint/pull/767
- Switch to non-rate limited ghcr.io hosted container for pre-commit by @dbast in https://github.com/hadolint/hadolint/pull/770
- Add Super-Linter to Code Review docs by @johnnymetz in https://github.com/hadolint/hadolint/pull/762
- Remove duplicate extension by @Lunkentuss in https://github.com/hadolint/hadolint/pull/777
- Allow
--platform=$BUILDPLATFORMby @StefanSchoof in https://github.com/hadolint/hadolint/pull/774 - dependencies: bump shellcheck and language docker by @m-ildefons in https://github.com/hadolint/hadolint/pull/780
- config: respect NO_COLOR specification by @m-ildefons in https://github.com/hadolint/hadolint/pull/778
- dependency: bump language-docker to 10.4.2 by @m-ildefons in https://github.com/hadolint/hadolint/pull/787
- documentation: fix and update readme by @m-ildefons in https://github.com/hadolint/hadolint/pull/789
- Add libtinfo-dev by @pkoch in https://github.com/hadolint/hadolint/pull/793
New Contributors
- @JohanLorenzo made their first contribution in https://github.com/hadolint/hadolint/pull/739
- @evhan made their first contribution in https://github.com/hadolint/hadolint/pull/759
- @Lunkentuss made their first contribution in https://github.com/hadolint/hadolint/pull/764
- @cronik made their first contribution in https://github.com/hadolint/hadolint/pull/767
- @dbast made their first contribution in https://github.com/hadolint/hadolint/pull/770
- @johnnymetz made their first contribution in https://github.com/hadolint/hadolint/pull/762
- @StefanSchoof made their first contribution in https://github.com/hadolint/hadolint/pull/774
- @pkoch made their first contribution in https://github.com/hadolint/hadolint/pull/793
Full Changelog: https://github.com/hadolint/hadolint/compare/v2.8.0...v2.9.1