Skip to content

Releases: antonbabenko/pre-commit-terraform

v1.67.0

15 Apr 17:27
Compare
Choose a tag to compare

1.67.0 (2022-04-15)

Features

  • Added terraform_checkov (run per folder), deprecated checkov hook (#290) (e3a9834)

v1.66.0

13 Apr 17:25
Compare
Choose a tag to compare

1.66.0 (2022-04-13)

Features

  • Added support for tfupdate to update version constraints in Terraform configurations (#342) (ef7a0f2)

v1.65.1

13 Apr 16:11
Compare
Choose a tag to compare

1.65.1 (2022-04-13)

Bug Fixes

  • Improve tflint --init command execution (#361) (d31cb69)

v1.65.0

13 Apr 14:23
Compare
Choose a tag to compare

1.65.0 (2022-04-13)

Features

  • Adding init to terraform_tflint hook (#352) (1aff30f)

v1.64.1

31 Mar 12:39
Compare
Choose a tag to compare

1.64.1 (2022-03-31)

Bug Fixes

v1.64.0

10 Feb 18:48
Compare
Choose a tag to compare

1.64.0 (2022-02-10)

Features

  • Improved speed of pre-commit run -a for multiple hooks (#338) (579dc45)

v1.63.0

10 Feb 15:54
Compare
Choose a tag to compare

1.63.0 (2022-02-10)

Features

  • terrascan: Improve performance during pre-commit --all (-a) run (#327) (7e7c916)

v1.62.3

22 Dec 18:45
Compare
Choose a tag to compare

1.62.3 (2021-12-22)

Bug Fixes

  • Check all directories with changes and pass all args in terrascan hook (#305) (66401d9)

v1.62.2

21 Dec 19:52
Compare
Choose a tag to compare

1.62.2 (2021-12-21)

Bug Fixes

  • Properly exclude .terraform directory with checkov hook (#306) (b431a43)
  • Speedup terrascan hook up to x3 times in big repos (#307) (2e8dcf9)

v1.62.1

18 Dec 21:17
Compare
Choose a tag to compare

1.62.1 (2021-12-18)

Bug Fixes

  • terraform_tflint: Restore current working directory behavior (#302) (93029dc)