Skip to content

Releases: gruntwork-io/pre-commit

v0.1.30

07 Jul 19:38
40f924c

Choose a tag to compare

Hooks affected

  • hooks/terragrunt-hcl-fmt.sh
  • hooks/helmlint.sh

Description

Added dedicated terragrunt hcl fmt hook that uses the modern version of terragrunt hclfmt to avoid backwards incompatible usage of Terragrunt.

What's Changed

  • feat: Support ci/default-values.yaml in hooks/helmlint.sh by @james03160927 in #133
  • feat: Adding terragrunt hcl fmt script by @yhakbar in #134

Full Changelog: v0.1.29...v0.1.30

v0.1.29

24 Apr 16:35
59fd861

Choose a tag to compare

Hooks affected

  • hooks/tofu-fmt.sh
  • hooks/tofu-validate.sh

Description

Added tofu hooks.

What's Changed

Full Changelog: v0.1.28...v0.1.29

v0.1.28

20 Mar 19:19
d9196b3

Choose a tag to compare

Modules affected

  • hooks/sentinel-fmt.sh

Description

  • Fix: Remove deprecated '-diff' argument and fix script execution

Full Changelog: v0.1.27...v0.1.28

Special Thanks

Special thanks to @schultzwc18 for their contribution!

Related Links

#123

v0.1.27

20 Mar 19:14
d262cbb

Choose a tag to compare

Modules affected

  • hooks/helmlint.sh

Description

  • Feature: allow using "--strict" as argument

Full Changelog: v0.1.26...v0.1.27

Special Thanks

Special thanks to @skomski for their contribution!

Related Links

#127

v0.1.26

22 Feb 00:49
8481dc9

Choose a tag to compare

Modules affected

  • hooks/terragrunt-hclfmt.sh

Description

  • Fix: replace deprecated --terragrunt-hclfmt-file flag

Full Changelog: v0.1.25...v0.1.26

Special Thanks

Special thanks to @gnuletik for their contribution!

Related Links

#125

v0.1.25

16 Dec 11:07
0225754

Choose a tag to compare

Modules affected

  • pre-commit-hooks.yaml

Description

  • Bugfix: update exclude regular expressions in pre-commit-hooks.yaml to remove superfluous .+

Full Changelog: v0.1.24...v0.1.25

Special Thanks

Special thanks to @ThisGuyCodes for their contribution!

Related Links

#117

v0.1.24

22 Oct 23:55
a2d2016

Choose a tag to compare

What's Changed

  • Fixing TFLint section of README by @nilsonneto in #109
  • add --kube-version opt to helm lint hook by @james03160927 in #116

New Contributors

  • @nilsonneto made their first contribution in #109
  • @james03160927 made their first contribution in #116

Full Changelog: v0.1.23...v0.1.24

v0.1.23

07 Nov 17:45
d0bcdb3

Choose a tag to compare

Modules affected

  • tflint

Description

  • Updates tflint to use an optional git root directory keyword

Full Changelog: v0.1.22...v0.1.23

Special Thanks

  • Special thanks to @brycelowe for their contribution!

Related Links

#103

v0.1.22

12 May 21:20
62acdd0

Choose a tag to compare

Modules affected

  • tflint

Description

  • Updates tflint to use newer tflint --chdir DIR --filter FILE syntax for tflint v0.45.0+

Note that starting with this release, you must use tflint v0.45.0 or newer.

Full Changelog: v0.1.21...v0.1.22

Special Thanks

Related Links

#95

v0.1.21

20 Apr 21:23
0c0c80e

Choose a tag to compare

Modules affected

  • tflint

Description

  • Add support to use args in tflint in #92

Full Changelog: v0.1.20...v0.1.21

Special Thanks

  • Special thanks to @msgongora for their contribution!