v2.11.0
Added 4
- Add DL3022 support for copying from images
- Add SC3046 in hadolint JSON Schema
- Allow rm yum cache clean up
- Add global ignore pragma feature
Changed 3
- Update environment variables handling
- Unpin docker version in pre-commit hook
- Update language-docker to 11.0.0
Fixed 7
- Fix config file key for output format
- Fix DL3049 behaviour with multistage builds
- Fix DL3057 multiple warnings for multistage builds
- Fix DL3013 false positives for VCS, http and local path packages
- Fix typo in DL3026Spec.hs
- Fix missing space in DL3047
- Allow BUILDPLATFORM and TARGETPLATFORM variables in DL3029
What's Changed
- minor updates to environment variables by @sanyer in https://github.com/hadolint/hadolint/pull/811
- DL3022 support for copying from images by @Wirone in https://github.com/hadolint/hadolint/pull/815
- build(deps): bump cachix/install-nix-action from 16 to 17 by @dependabot in https://github.com/hadolint/hadolint/pull/820
- build(deps): bump actions/cache from 3.0.1 to 3.0.2 by @dependabot in https://github.com/hadolint/hadolint/pull/819
- unpin docker version in pre-commit hook by @foolioo in https://github.com/hadolint/hadolint/pull/814
- bugfix: config file key for output format by @m-ildefons in https://github.com/hadolint/hadolint/pull/829
- Update language-docker to 11.0.0 by @dgageot in https://github.com/hadolint/hadolint/pull/835
- Update language-docker to 11.0.0 by @dgageot in https://github.com/hadolint/hadolint/pull/836
- DL3049: Fix behaviour with multistage builds by @m-ildefons in https://github.com/hadolint/hadolint/pull/852
- DL3057: fix multiple warnings for multistage builds by @m-ildefons in https://github.com/hadolint/hadolint/pull/851
- Add SC3046 in hadolint JSON Schema by @nvuillam in https://github.com/hadolint/hadolint/pull/850
- DL3013: Fix false positives for VCS, http and local path packages (#389) by @Lunkentuss in https://github.com/hadolint/hadolint/pull/845
- bugfix: typo in DL3026Spec.hs by @cwimmer in https://github.com/hadolint/hadolint/pull/839
- build(deps): bump actions/cache from 3.0.2 to 3.0.4 by @dependabot in https://github.com/hadolint/hadolint/pull/844
- build(deps): bump docker/setup-buildx-action from 1 to 2 by @dependabot in https://github.com/hadolint/hadolint/pull/834
- build(deps): bump docker/build-push-action from 2 to 3 by @dependabot in https://github.com/hadolint/hadolint/pull/833
- build(deps): bump docker/login-action from 1 to 2 by @dependabot in https://github.com/hadolint/hadolint/pull/832
- build(deps): bump haskell/actions from 1 to 2 by @dependabot in https://github.com/hadolint/hadolint/pull/825
- docs: update link to Haskell by @chapeupreto in https://github.com/hadolint/hadolint/pull/860
- release: create checksums for release artifacts by @m-ildefons in https://github.com/hadolint/hadolint/pull/869
- Missing space in DL3047 by @austinpray-mixpanel in https://github.com/hadolint/hadolint/pull/875
- Allow rm yum cache clean up by @cronik in https://github.com/hadolint/hadolint/pull/880
- feature: global ignore pragma by @m-ildefons in https://github.com/hadolint/hadolint/pull/871
- Added formatting in README file by @vanta in https://github.com/hadolint/hadolint/pull/868
- fix(DL3029): allow BUILDPLATFORM and TARGETPLATFORM variables by @maxbrunet in https://github.com/hadolint/hadolint/pull/867
- Fix release process by @lorenzo in https://github.com/hadolint/hadolint/pull/898
New Contributors
- @sanyer made their first contribution in https://github.com/hadolint/hadolint/pull/811
- @Wirone made their first contribution in https://github.com/hadolint/hadolint/pull/815
- @foolioo made their first contribution in https://github.com/hadolint/hadolint/pull/814
- @dgageot made their first contribution in https://github.com/hadolint/hadolint/pull/835
- @cwimmer made their first contribution in https://github.com/hadolint/hadolint/pull/839
- @chapeupreto made their first contribution in https://github.com/hadolint/hadolint/pull/860
- @austinpray-mixpanel made their first contribution in https://github.com/hadolint/hadolint/pull/875
- @vanta made their first contribution in https://github.com/hadolint/hadolint/pull/868
- @maxbrunet made their first contribution in https://github.com/hadolint/hadolint/pull/867
Full Changelog: https://github.com/hadolint/hadolint/compare/v2.10.0...v2.11.0