Releases: antonbabenko/pre-commit-terraform
Releases · antonbabenko/pre-commit-terraform
v1.90.0
1.90.0 (2024-05-23)
Features
- Support set custom TF/OpenTofu binary. | If you use a custom Docker image build, please note that
TERRAFORM_VERSION
now must be provided (#670) (c7011c0)
v1.89.1
1.89.1 (2024-04-25)
Bug Fixes
- docker: Prevent all possible "silent errors" during
docker build
(#644) (0340c8d)
v1.89.0
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
1.88.4 (2024-03-25)
Bug Fixes
- Improve README and drop quotes from hook env vars (#651) (daec682)
v1.88.3
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
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
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.87.1
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
1.87.0 (2024-02-17)
Features
- Add parallelism to major chunk of hooks. Check
Parallelism
section in README (#620) (6c6eca4)