Releases: antonbabenko/pre-commit-terraform
Releases · antonbabenko/pre-commit-terraform
v1.70.1
1.70.1 (2022-04-28)
Bug Fixes
- Fixed
tfupdate
to work in all cases, not only pre-commit run --all
(#375) (297cc75)
v1.70.0
1.70.0 (2022-04-28)
Features
- Add support for
pre-commit/pre-commit-hooks
in Docker image (#374) (017da74)
v1.69.0
1.69.0 (2022-04-26)
Features
- Allow env vars expansion in
--args
section for all hooks (#363) (caa01c3)
v1.68.0
1.68.0 (2022-04-18)
Features
- Removed
coreutils
(realpath) from dependencies for MacOS (#368) (944a2e5)
v1.67.0
1.67.0 (2022-04-15)
Features
- Added
terraform_checkov
(run per folder), deprecated checkov
hook (#290) (e3a9834)
v1.66.0
1.66.0 (2022-04-13)
Features
- Added support for
tfupdate
to update version constraints in Terraform configurations (#342) (ef7a0f2)
v1.65.1
1.65.1 (2022-04-13)
Bug Fixes
- Improve
tflint --init
command execution (#361) (d31cb69)