Skip to content

Releases: antonbabenko/pre-commit-terraform

v1.89.1

25 Apr 15:03
Compare
Choose a tag to compare

1.89.1 (2024-04-25)

Bug Fixes

  • docker: Prevent all possible "silent errors" during docker build (#644) (0340c8d)

v1.89.0

15 Apr 18:35
Compare
Choose a tag to compare

1.89.0 (2024-04-15)

Features

  • Hook terraform_wrapper_module_for_each should use versions.tf from the module if it exists (#657) (b127601)

v1.88.4

25 Mar 20:26
Compare
Choose a tag to compare

1.88.4 (2024-03-25)

Bug Fixes

  • Improve README and drop quotes from hook env vars (#651) (daec682)

v1.88.3

22 Mar 13:35
Compare
Choose a tag to compare

1.88.3 (2024-03-22)

Bug Fixes

  • terraform_providers_lock: Require terraform init (and terraform_validate hook) run when only lockfile changed (#649) (02c1935)

v1.88.2

13 Mar 20:48
Compare
Choose a tag to compare

1.88.2 (2024-03-13)

Bug Fixes

  • non-linux: Bash environment variables in arguments not expanded + Add trace log level (#645) (a2a2990)

v1.88.1

11 Mar 20:31
Compare
Choose a tag to compare

1.88.1 (2024-03-11)

Bug Fixes

  • docker: Checkov installation silently fails on docker build in arm64. Workaround till issue will be fixed in checkov itself (#635) (f255b05)

v1.88.0

22 Feb 21:47
Compare
Choose a tag to compare

1.88.0 (2024-02-22)

Features

v1.87.1

19 Feb 13:56
Compare
Choose a tag to compare

1.87.1 (2024-02-19)

Bug Fixes

  • Replace mapfile to support Bash 3.2.57 pre-installed in macOS (#628) (01ab3f0)

v1.87.0

17 Feb 20:42
Compare
Choose a tag to compare

1.87.0 (2024-02-17)

Features

  • Add parallelism to major chunk of hooks. Check Parallelism section in README (#620) (6c6eca4)

v1.86.1

16 Feb 22:27
Compare
Choose a tag to compare

1.86.1 (2024-02-16)

Bug Fixes

  • grep: warning: stray \ before / which pop-up in grep 3.8 (#625) (e1a93b2)