mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2026-05-31 14:16:54 +02:00
# [2.4.0](https://github.com/tofuutils/pre-commit-opentofu/compare/v2.3.0...v2.4.0) (2026-05-25) ### Bug Fixes * expand file extension patterns for tofu hooks ([451aaa5](451aaa59b5)) ### Features * support .tofu file extension and update hooks/tools ([9624cc8](9624cc8f24))
4.1 KiB
4.1 KiB
Changelog
All notable changes to this project will be documented in this file.
2.4.0 (2026-05-25)
Bug Fixes
- expand file extension patterns for tofu hooks (451aaa5)
Features
- support .tofu file extension and update hooks/tools (9624cc8)
2.3.0 (2026-04-21)
Features
- add terragrunt_validate_inputs hook (0ca9eca)
2.2.2 (2025-10-22)
Bug Fixes
- replace deprecated hclfmt with hcl format command (f1a589b)
2.2.1 (2025-06-04)
Bug Fixes
- make infracost_breakdown.sh compatible with bash 3.2 (macOS) (df886fa)
- Update pre-commit/action version (#30) (44c7b5d)
2.2.0 (2025-03-29)
Features
- make release (e625db1)
2.1.0 (2024-10-16)
Features
2.0.0 (2024-09-25)
Features
- tofu: add handling for missing tofu binary in Docker image This commit introduces logic to gracefully handle the case when the tofu binary is not found in the Docker image, improving the overall user experience. BREAKING CHANGE: The previous behavior of the application when the tofu binary was missing may have caused unexpected crashes. (14fc63e)
BREAKING CHANGES
- tofu: The previous behavior of the application when the tofu binary was missing may have caused unexpected crashes."
1.0.4 (2024-09-21)
Bug Fixes
- docker image reference in README.md (7b04f0c)
- docker image reference in README.md (f9b71fe)
- dockerhub (0fac591)
- entry for tofu_docs_replace (f146463)
1.0.2 (2024-03-08)
Bug Fixes
- remove obsolete terraform checks and awk file hack (97cba7a)
1.0.1 (2024-03-07)
Bug Fixes
- dockerfile (65b197c)
1.0.0 (2023-12-21)
Features
- TODO