Skip to content

Releases: jbergstroem/hadolint-gh-action

v1.12.2

05 Feb 10:14
Compare
Choose a tag to compare

This version fixes a bug for certain self-hosted runners where global write permissions for /usr/local/bin differs from the github vm images.

What's Changed

Full Changelog: v1.12.1...v1.12.2

v1.12.1

04 Feb 19:20
Compare
Choose a tag to compare

This bugfix release improves version detection for older versions of Hadolint, which avoids re-downloading the binary
if its already installed.

What's Changed

Full Changelog: v1...v1.12.1

v1.12.0

02 Feb 23:08
Compare
Choose a tag to compare

After more than a year, it was finally time to cut a new version. This version most importantly contains a fix for when the action is invoked twice in one job, which failed.

What's Changed

New Contributors

v1.11.0

10 Nov 15:35
Compare
Choose a tag to compare

New release due to a version bump upstream. Also, should now support all formats that upstream provides. Small convenience fixes to further automate dependency management.

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.11.0

v1.10.0

08 Nov 12:05
Compare
Choose a tag to compare

Lots of under the hood changes; mainly due to dropping jq and using a problem matcher. One relevant bug fix for cases of globbing which didn't expand properly (such as **/Dockerfile) - see #82. Dependencies are now managed by renovatebot.

What's Changed

Dependency updates

  • chore: update to a newer github actions vm by @jbergstroem in #83
  • build(deps): bump actions/setup-node from 3.0.0 to 3.1.0 by @dependabot in #69
  • build(deps): bump actions/setup-node from 3.1.0 to 3.1.1 by @dependabot in #70
  • build(deps): bump actions/checkout from 3.0.0 to 3.0.1 by @dependabot in #71
  • build(deps): bump actions/setup-node from 3.1.1 to 3.2.0 by @dependabot in #73
  • build(deps): bump actions/checkout from 3.0.1 to 3.0.2 by @dependabot in #72
  • chore: update ci dependencies by @jbergstroem in #75
  • build(deps): bump actions/setup-node from 3.2.0 to 3.3.0 by @dependabot in #77
  • build(deps): bump actions/setup-node from 3.3.0 to 3.4.0 by @dependabot in #79
  • build(deps): bump actions/setup-node from 3.4.0 to 3.4.1 by @dependabot in #80
  • build(deps): bump actions/setup-node from 3.4.1 to 3.5.0 by @dependabot in #93
  • build(deps): bump actions/checkout from 3.0.2 to 3.1.0 by @dependabot in #94
  • build(deps): bump actions/setup-node from 3.5.0 to 3.5.1 by @dependabot in #95

New Contributors

Full Changelog: v1...v1.10.0

v1.9.1

27 Mar 19:37
Compare
Choose a tag to compare

Dependency updates and small fixes for ci coverage. Nothing to see here 😄

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

05 Nov 17:47
Compare
Choose a tag to compare

This release brings dependency updates as well as some CI parallelism improvements.

Changes:

v1.8.0

05 Sep 16:33
Compare
Choose a tag to compare

Improvements to testing, more usage documentation and bumping hadolint.

Commits:

  • 693448f fix: shellcheck source for test inclusions
  • bc3442d feat: test multiple dockerfiles as input
  • 4ba63d1 doc: add USAGE.md
  • a1fff55 feat: hadolint 2.7.0
  • 05d7039 feat: switch to wget and unify execution
  • d540198 feat: test action on pr
  • bc00c6b fix: typo in action test
  • 4afe5ef fix: repo path url
  • 23ff87f feat: check github action syntax with actionlint

v1.7.1

14 Aug 14:37
Compare
Choose a tag to compare

No new features except upstream bump. Improving testing and validation of bash.

Commits:

  • 49f47d9 feat: hadolint 2.6.1
  • b8a36e3 build(deps): bump actions/setup-node from 2.3.2 to 2.4.0
  • 79fa50d build(deps): bump actions/setup-node from 2.3.1 to 2.3.2
  • 6471fd0 build(deps): bump actions/setup-node from 2.3.0 to 2.3.1
  • cb5d277 feat: shfmt 3.3.1
  • 27fe13e feat: update bash_unit to 1.7.2
  • 0d7df0c fix: tell shellcheck where to find source file
  • 3b254d1 build(deps): bump actions/setup-node from 2.2.0 to 2.3.0

v1.7.0

01 Jul 08:58
Compare
Choose a tag to compare

This release bumps hadolint.

Commits:

  • de426da feat: hadolint 2.6.0
  • 378cd34 build(deps): bump actions/setup-node from 2.1.5 to 2.2.0