Skip to content

Releases: gruntwork-io/pre-commit

v0.1.20

31 Mar 03:52
5341f38

Choose a tag to compare

Modules affected

  • golangci-lint

Description

Full Changelog: v0.1.19...v0.1.20

v0.1.19

10 Mar 15:07
ae4a77b

Choose a tag to compare

Modules affected

  • sentinel-fmt

Description

Special thanks

Full Changelog: v0.1.18...v0.1.19

v0.1.18

31 Jan 17:25
eee43be

Choose a tag to compare

Modules affected

  • mdlink-check.sh

Description

Ignore hash links when running markdown-link-check , which is not capable of correctly parsing HTML anchor tags.

Special thanks

Special thanks to @endrec for the contribution!

Related links

v0.1.17

27 Oct 11:11
1722bf6

Choose a tag to compare

Modules affected

  • tflint

Description

Initialise tflint to install plugins.

Special thanks

Special thanks to @ pauloconnor for the contribution!

Related links

v0.1.16

05 Oct 08:32
3544d29

Choose a tag to compare

Modules affected

  • packer-validate

Description

Fix a bug where packer-validate was not targeting correct files.

Special thanks

Special thanks to @tpdownes for the contribution!

Related links

v0.1.15

27 Sep 13:28
2053191

Choose a tag to compare

Modules affected

  • packer-validate [NEW MODULE]

Description

A new hook was added to validate packer files.

Special thanks

Special thanks to @queglay for the contribution!

Related links

v0.1.14

23 Sep 15:31
ebe15a2

Choose a tag to compare

Modules affected

  • terraform-fmt

Description

  • Save the original value of $PATH and change it back after.

Special thanks

Special thanks to @joshschmitter for the contribution!

Related links

v0.1.13

21 Sep 10:15
c9d4458

Choose a tag to compare

Modules affected

  • go-fmt
  • goimports
  • helmlint
  • mdlink-check
  • terragrunt-hclfmt
  • yapf

Description

  • Use /usr/bin/env bash in all the scripts, to improve portability.

Special thanks

Special thanks to @alias-dev for the contribution!

Related links

v0.1.12

10 Dec 16:14
e9250bd

Choose a tag to compare

Modules affected

  • terraform-fmt
  • terraform-validate

Description

  • The terraform-validate hook will now (a) set the TF_IN_AUTOMATION variable to reduce Terraform output that isn't relevant in automation, (b) print out each directory it's running in so if you hit an error, you know where to look, (c) save errors until the end, so validate runs in all modules, rather than exiting on the first error.
  • The terraform-fmt hook will now (a) run with -diff -check so the differences and affected files are printed to logs, rather than written to disk and (b) save errors until the end, so fmt runs in all modules, rather than exiting on the first error.

Special thanks

Special thanks to @davidalger for the contributions!

Related links

v0.1.11

25 Nov 08:24
edda9e3

Choose a tag to compare

Modules affected

  • terraform-fmt
  • terraform-validate
  • tflint

Description

Use /usr/bin/env bash instead of /bin/bash for better portability.

Special thanks

Special thanks to @parkalla86 for their contribution!

Related links