Releases: antonbabenko/pre-commit-terraform
Releases · antonbabenko/pre-commit-terraform
v1.100.0
Features
terraform_fmt
: Add support for .tftest.hcl
and .tfmock.hcl
formatting (#911) (7433e13)
v1.99.5
1.99.5 (2025-07-08)
Bug Fixes
- Regression from (at least) v1.99.0 which incorrectly handle
pre-commit run -a
, that causes multiply hooks runs. terraform_trivy
from its introduction could always be Passed
for pre-commit run -a
(#909) (a5bd84e), closes #908 /github.com/pre-commit-terraform/#908
v1.99.4
1.99.4 (2025-06-12)
Bug Fixes
- docker: Drop Mac arm64 build-time hack, needed for
checkov
<3.2.395 (#907) (3c9ef3d)
v1.99.3
1.99.3 (2025-06-06)
Bug Fixes
terraform_docs
, terraform_wrapper_module_for_each
: Improve .tofu
files support (#904) (4f85212)
v1.99.2
1.99.2 (2025-06-05)
Bug Fixes
infracost_breakdown
: Make hook compatible with bash 3.2 (macOS) (#903) (dcb4c36)
v1.99.1
1.99.1 (2025-05-29)
Bug Fixes
terragrunt_*
hooks: Use new subcommands for terragrunt v0.78.0+ instead of deprecated ones (#901) (54468bb)
v1.99.0
1.99.0 (2025-04-14)
Features
- Add support for running hooks on
.tofu
files by default (#875) (fe1f62f)
v1.98.1
1.98.1 (2025-04-06)
Bug Fixes
- WSL: Fix parallelism support for WSL systems with enabled systemd (#872) (da2e9a8)
v1.98.0
1.98.0 (2025-03-25)
Features
- docker: Support execution on repos under
git worktree
(#845) (e64974e)
v1.97.4
1.97.4 (2025-02-26)
Bug Fixes
- docker image security: Improve dependency pinning and disable ability to build image from different tag from what specified in Dockefile (#830) (2c3aa85)